/*
Theme Name:         Caballero Horizontal
Theme URI:          http://roots.io/starter-theme/
Version:            0.1
Author:             Caballero
Author URI:         http://caballero.lv/
*/

.container-custom {
    max-width: 1440px;
    justify-self: center;
    margin: 0 auto;
}
.services-wrapper {
    display: flex;
    padding: 50px 0;
    gap: 20px;
}

.service-wrapper {
    width: 25%;
    padding: 20px;
    background-color: #bbbbbb;
    color: #323e48;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.service-wrapper .icon-small {
    height: 20px;
    width: 20px;
}
.service-wrapper .image {
    width: 100%;
    padding-bottom: 20px;
}
.service-wrapper .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.service-wrapper h3 {
    font-size: 20px !important;
}

.service-wrapper ul {
    padding-top: 20px;
}

.service-wrapper ul li img.icon-small {
    height: 15px;
    width: 15px;
}

.service-wrapper .popup-content {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.calendly-btn {
    background-color: #9c1c1f;
    padding: 8px 15px;
    border-radius: 20px;
    color: #fff !important;
    text-align: center;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .services-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .service-wrapper {
        width: 45% !important;
    }
}

@media (max-width: 767px) {
    .services-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        padding: 15px;
    }
    .service-wrapper {
        width: 100% !important;
    }
}
