.why {
    background-image: url('/backgrounds/bg_why.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /** min-height: 600px **/
    position: relative;
    padding: 3rem 0rem;
    max-width: 100%;
}

h2.text-left {
    text-align: left;
}

@media (max-width: 576px) {
    .why {
        background-image: url('/backgrounds/bg_why_mobile.webp');
        background-position: top 40%;
        background-size: 140%;
    }
}

@media (max-width: 480px) {
    .why {
        background-position: top 20%;
    }
}

.why .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .why .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .why .container .sectionTitle {
        text-align: center;
    }
}

.why .container .col1 {
    width: 45%;
}

@media (max-width: 992px) {
    .why .container .col1 {
        width: 60%;
    }
}

@media (max-width: 576px) {
    .why .container .col1 {
        padding-bottom: 3rem;
        width: 100%;
    }
}

.why .container .col2 {
    width: 55%;
}

@media (max-width: 992px) {
    .why .container .col2 {
        width: 40%;
    }
}

@media (max-width: 576px) {
    .why .container .col2 {
        width: 100%;
    }
}

.why .container .col p,
.why .container .col strong {
    margin: 1rem 0rem;
    font-size: 13px;
    line-height: 26px;
}

@media (max-width: 480px), (max-width: 768px) {
    .why .container .col p,
    .why .container .col strong {
        line-height: 20px;
    }
}

.why .container .col .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .why .container .col .points {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .why .container .col .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.why .container .col .points .row {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .why .container .col .points .row {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .why .container .col .points .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: right;
        margin: 0 auto;
    }

    .why .container .col .points .row .in_numbers {
        min-width: 140px;
    }
}

@media (min-width: 480px) {
    .why .container .col .points .row .in_numbers {
        min-width: 170px;
    }
}

@media (max-width: 480px) {
    .why .container .col .points .row .in_numbers {
        margin-right: 15px !important;
    }
}

@media (min-width: 577px) {
    .why .container .col .points .row .in_numbers {
        min-width: 220px;
    }
}
.why .container .col .points .row .in_numbers {
    text-align: right;
    margin: 0.5rem;
}

.why .container .col .points .row .in_numbers .value {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: #ff4615;
    position: relative;
    display: inline-block;
    padding-right: 40px;
}

@media (max-width: 1200px) {
    .why .container .col .points .row .in_numbers .value {
        font-size: 90px;
    }
}

@media (max-width: 992px) and (orientation: portrait) {
    .why .container .col .points .row .in_numbers .value {
        font-size: 60px;
        padding-right: 30px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .why .container .col .points .row .in_numbers .value {
        font-size: 80px;
        padding-right: 30px;
    }
}

@media (max-width: 480px) {
    .why .container .col .points .row .in_numbers .value {
        font-size: 45px;
        padding-right: 22px;
    }
}

.why .container .col .points .row .in_numbers .value:after {
    content: '+';
    position: absolute;
    top: 20%;
    right: 0px;
    z-index: 0;
    font-size: 75px;
    color: black;
    font-weight: 600;
}

@media (max-width: 992px) and (orientation: portrait) {
    .why .container .col .points .row .in_numbers .value:after {
        font-size: 60px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .why .container .col .points .row .in_numbers .value:after {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .why .container .col .points .row .in_numbers .value:after {
        font-size: 40px;
    }
}

/*spanish*/
.why .container .col .points .row .in_numbers .value_es {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: #ff4615;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}

@media (max-width: 1200px) {
    .why .container .col .points .row .in_numbers .value_es {
        font-size: 90px;
    }
}

@media (max-width: 992px) and (orientation: portrait) {
    .why .container .col .points .row .in_numbers .value_es {
        font-size: 60px;
        padding-left: 30px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .why .container .col .points .row .in_numbers .value_es {
        font-size: 80px;
        padding-left: 30px;
    }
}

@media (max-width: 480px) {
    .why .container .col .points .row .in_numbers .value_es {
        font-size: 50px;
        padding-left: 22px;
    }
}

.why .container .col .points .row .in_numbers .value_es:after {
    content: '+';
    position: absolute;
    top: 20%;
    left: 0px;
    z-index: 0;
    font-size: 75px;
    color: black;
    font-weight: 600;
}

@media (max-width: 992px) and (orientation: portrait) {
    .why .container .col .points .row .in_numbers .value_es:after {
        font-size: 60px;
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .why .container .col .points .row .in_numbers .value_es:after {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .why .container .col .points .row .in_numbers .value_es:after {
        font-size: 40px;
    }
}

.why .container .col .points .row .in_numbers .title {
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: black;
    color: white;
    margin: 0;
    padding: 0.5rem 1rem;
    line-height: 1.4;
    text-align: center;
    min-width: 200px;
}

.why > div.container > div.col > div.text > h2.sectionTitle {
    font-size: 28px;
    font-weight: 700;
}

.why > div.container > div.col > div.text > h2.sectionTitle > span {
    color: #ff4615;
}

.why > div.container > div.col > div.text > strong {
    font-weight: 700;
}

@media (max-width: 768px) {
    .why .container .col .points .row .in_numbers .title {
        font-size: 9px;
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .why .container .col .points .row .in_numbers .title {
        font-size: 7px;
        min-width: auto;
    }
}
