/* ===== Delivery Unlimited Section ===== */

.ct-container-2048 {
    max-width: 2048px !important;
    padding: 0 !important;
}

.why-choose-sections {
    padding: 10px 20px;
    max-width: 100%;
    padding-bottom: 120px;
    background-color: #EEF1F5;
}

@media (min-width: 992px) {
    .why-choose-sections {
        padding: 0 144px 120px 144px !important;
    }
}

.why-choose-sections .why-choose-header {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 32px;
    color: #353535;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.why-choose-sections .full-width-center {
    width: 100%;
    text-align: center;
}

.why-choose-sections img.why-choose-img {
    max-width: 131px;
    max-height: 131px;
    border-radius: 50%;
}

.why-choose-sections .text-content {
    text-align: center;
}

.why-choose-sections .why-choose-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 21px;
    color: #353535;
    width: 100%;
    text-align: center;
    line-height: 28px;
    margin-top: 23px;
    display: block;
    font-weight: 600;
}

.why-choose-sections .why-choose-description {
    font-size: 16px;
    color: #6d7278;
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-sections {
        padding: 0 20px 80px;
    }

    .why-choose-sections .why-choose-header {
        font-size: 24px;
        margin-top: 15px;
        height: 40px !important;
    }

    .why-choose-sections .why-choose-title {
        font-size: 16px;
        margin-top: 10px;
    }

    .why-choose-sections .why-choose-description {
        font-size: 12px;
    }
}
