.why-choose-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.why-choose-us-section .section-title {
    text-align: center;
}
.why-choose-us-section .section-title h2 {
    color: #c80000;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    line-height: 1;
    margin: 0 0 35px 0;
    font-weight: 500;
}
.why-choose-us-section .section-title {
    margin: 0 0 50px 0;
}
.why-choose-us-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
    row-gap: 22px;
}
.why-choose-us-section .item {
    padding-left: 11px;
    padding-right: 11px;
    width: 25%;
}
.why-choose-us-section .item .block {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 48px 30px 60px 30px;
    height: 100%;
}
.why-choose-us-section .item:nth-child(odd) .block {
    background-color: rgba(200, 0, 0, 0.05);
    border: 1px solid rgba(200, 0, 0, 0.05);
}
.why-choose-us-section .item .block h3 {
    color: #c80000;
    font-family: "Roboto", sans-serif;
    font-size: 54px;
    line-height: 1;
    margin: 0 0 35px 0;
    font-weight: 700;
}
.why-choose-us-section .item .block h2 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 15px 0;
    font-weight: 500;
}
.why-choose-us-section .item .block p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
    color: #000;
}
.why-choose-us-section .bottom-text {
    padding-top: 50px;
}
.why-choose-us-section .bottom-text p {
    max-width: 764px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #000;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .image-text-half.image-right .text-block {
        padding-right: 130px;
        order: 2;
    }

    .image-text-half.image-left .text-block {
        padding-left: 160px;
        order: 2;
    }

    .image-text-half.image-left .image-block {
        order: 1;
    }

    .image-text-half.image-right .image-block {
        order: 2;
    }
}

@media only screen and (max-width: 1799px) {

    .about-full-width-text .text-block h2,
    .why-choose-us-section .section-title h2 {
        font-size: 56px;
        margin: 0 0 30px 0;
    }

    .image-text-half .text-block h2 {
        font-size: 52px;
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 1599px) {

    .about-full-width-text .text-block h2,
    .why-choose-us-section .section-title h2 {
        font-size: 50px;
        margin: 0 0 25px 0;
    }

    .image-text-half .text-block h2 {
        font-size: 48px;
        margin: 0 0 30px 0;
    }

    .about-full-width-text .text-block p,
    .why-choose-us-section .bottom-text p {
        font-size: 22px;
    }

    .about-full-width-text .text-block {
        max-width: 710px;
    }

    .about-full-width-text .text-block .btn,
    .image-text-half .text-block .btn {
        font-size: 18px;
        width: auto;
    }

    .image-text-half.image-right .text-block {
        padding-right: 40px;
    }

    .image-text-half.image-left .text-block {
        padding-left: 40px;
    }

    .image-text-half .text-block p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 25px 0;
    }

    .image-text-half .text-block h2 {
        font-size: 36px;
        margin: 0 0 20px 0;
    }

    .image-text-half {
        padding-top: 80px;
    }

    .why-choose-us-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about-full-width-text {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1399px) {

    .about-full-width-text .text-block h2,
    .why-choose-us-section .section-title h2 {
        font-size: 46px;
    }

    .image-text-half .text-block h2 {
        font-size: 42px;
    }

    .about-full-width-text .text-block p,
    .why-choose-us-section .bottom-text p {
        font-size: 20px;
    }

    .about-full-width-text .text-block {
        max-width: 680px;
    }
    .about-full-width-text {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1199px) {

    .about-full-width-text .text-block h2,
    .why-choose-us-section .section-title h2 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }

    .why-choose-us-section .item {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .why-choose-us-section .wrapper {
        margin-left: -8px;
        margin-right: -8px;
        row-gap: 16px;
    }

    .why-choose-us-section .item .block h3 {
        font-size: 42px;
        margin: 0 0 15px 0;
    }

    .why-choose-us-section .item .block h2 {
        font-size: 20px;
    }

    .why-choose-us-section .item .block p {
        font-size: 16px;
        line-height: 28px;
    }

    .why-choose-us-section .item .block {
        padding: 40px 25px;
    }

    .image-text-half.image-right .text-block {
        padding-right: 40px;
    }

    .image-text-half.image-left .text-block {
        padding-left: 40px;
    }

    .image-text-half .text-block p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .image-text-half .text-block h2 {
        font-size: 36px;
        margin: 0 0 20px 0;
    }
    .about-full-width-text {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 991px) {

    .about-full-width-text .text-block h2,
    .why-choose-us-section .section-title h2,
    .image-text-half .text-block h2 {
        font-size: 32px;
        margin: 0 0 20px 0;
    }

    .about-full-width-text .text-block p,
    .why-choose-us-section .bottom-text p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-full-width-text .text-block .btn {
        font-size: 16px;
        width: auto;
        margin-top: 22px;
    }

    .image-text-half .text-block,
    .image-text-half .image-block {
        width: 100%;
    }

    .image-text-half.image-right .text-block {
        padding-right: 0;
    }

    .image-text-half.image-left .text-block {
        padding-left: 0;
    }

    .image-text-half .image-block {
        order: 1;
    }

    .image-text-half .text-block {
        order: 2;
    }

    .image-text-half .text-block {
        padding-top: 25px;
    }

    .image-text-half .text-block .btn {
        font-size: 16px;
        padding: 13px 30px 13px;
        width: auto;
        margin-top: 0;
    }

    .image-text-half {
        padding-top: 60px;
    }

    .image-text-half .image-block img {
        width: 100%;
    }

    .why-choose-us-section .bottom-text {
        padding-top: 50px;
    }

    .why-choose-us-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .why-choose-us-section .section-title {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {

    .about-full-width-text .text-block p,
    .why-choose-us-section .bottom-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-full-width-text {
        padding-top: 50px;
    }

    .image-text-half {
        padding-top: 50px;
    }

    .why-choose-us-section .item .block {
        padding: 25px 20px;
    }

    .why-choose-us-section .item .block h3 {
        font-size: 36px;
    }

    .why-choose-us-section .item .block h2 {
        font-size: 18px;
    }

    .why-choose-us-section .item .block p {
        font-size: 14px;
        line-height: 20px;
    }

    .why-choose-us-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .why-choose-us-section .bottom-text {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .why-choose-us-section .item {
        width: 100%;
    }
}