/* ===== Get In Touch / Customer Services Section ===== */

.domestic-solution-section {
    background-color: #FFFFFF;
    width: 100%;
    padding: 38px 48px 0;
}

.sales-section {
    padding-top: 20px;
}

.customer-services {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 16.5px 20px;
}

.customer-services-heading {
    font-weight: 700;
    color: #353535;
    padding-bottom: 30px;
    text-align: center;
    font-size: 32px;
    line-height: 39px;
}

.customer-services-row {
    margin: 0 -25px;
}

.customer-services-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    height: 100%;
    min-height: 240px;
    box-shadow: 5px 5px 9px #0000000b;
    border: 1px solid #efefef;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.customer-services-card:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.customer-services-card img,
.customer-services-card svg {
    display: block;
    height: 78px;
    width: 78px;
    margin-bottom: 14px;
}

.customer-services-card-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    color: #353535;
    padding-bottom: 16px;
}

.customer-services-card-text {
    font-size: 18px;
    line-height: 25px;
    color: #7f7f7f;
    text-align: center;
}

/* Responsive */
@media (max-width: 991px) {
    .domestic-solution-section {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .customer-services {
        padding: 0;
    }

    .customer-services-heading {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    .customer-services-row {
        margin: 0 -15px;
    }

    .customer-services-card {
        min-height: 200px;
    }

    .customer-services-card-title {
        padding-bottom: 0;
    }

    .customer-services {
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .domestic-solution-section {
        padding-left: 20px;
        padding-right: 20px;
    }
}
