/* Why choose us section starts here */

.why_choose_us {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.why_choose_us .why_wrap {
    display: flex;
    gap: 80px;
}

.why_choose_us .why_wrap .why_left {
    max-width: 35%;
    width: 100%;
}

.why_choose_us .why_wrap .why_left h2 {
    font-size: 32px;
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.why_choose_us .why_wrap .why_left p {
    font-size: 22px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-top: 16px;
}

.why_choose_us .why_wrap .why_left a {
    margin-top: 16px;
    font-size: 20px;
}

.why_choose_us .why_wrap .why_right {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 65%;
    width: 100%;
}

.why_choose_us .why_wrap .why_right a {
    max-width: calc((100% - 40px) / 2);
    width: 100%;
    text-decoration: none;
}

.why_choose_us .why_wrap .why_right .why_cards {
    height: 100%;
    padding: 20px;
    background-color: #fff;
    display: flex;
    gap: 20px;
}

.why_choose_us .why_wrap .why_right .why_cards .why_icon {
    max-width: 40px;
    width: 100%;
    height: 40px;
}

.why_choose_us .why_wrap .why_right .why_cards .why_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc h1 {
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc h2 {
    font-size: 26px;
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc h3 {
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc h4 {
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc h5 {
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc h6 {
    line-height: normal;
    color: #131E37;
    font-weight: 600;
    margin: 0;
}

.why_choose_us .why_wrap .why_right .why_cards .why_desc p {
    font-size: 18px;
    line-height: normal;
    color: #595959;
    font-weight: 400;
    margin: 0;
    padding-top: 10px;
}

.why_choose_us .why_partner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    padding-top: 80px;
}

.why_choose_us .why_partner .why_logo {
    max-width: calc((100% - 120px) / 4);
    width: 100%;
    display: flex;
}

.why_choose_us .why_partner .why_logo img {
    width: 100%;
    object-fit: contain;
    height: 80px;
}

/* Why choose us section starts here */

@media(max-width:1200px) {
    .why_choose_us .why_wrap .why_right .why_cards {
        flex-direction: column;
    }
}

@media(max-width:1024px) {

    .why_choose_us .why_wrap {
        flex-direction: column;
        gap: 40px;
    }

    .why_choose_us .why_wrap .why_left {
        max-width: 100%;
        width: 100%;
    }

    .why_choose_us .why_partner {
        padding-top: 40px;
    }

    .why_choose_us .why_wrap .why_right {
        max-width: 100%;
        width: 100%
    }

    .why_choose_us .why_partner .why_logo {
        max-width: calc((100% - 40px) / 2);
        width: 100%;
    }
}

@media(max-width:767px) {
    .why_choose_us .why_wrap .why_left h2 {
        font-size: 26px;
        line-height: normal;
    }

    .why_choose_us .why_wrap .why_left p {
        font-size: 18px;
        line-height: normal;
    }

    .why_choose_us .why_wrap .why_left a {
        font-size: 16px;
        line-height: normal;
        padding: 10px 20px;
    }

    .why_choose_us .why_wrap .why_right .why_cards .why_desc h2 {
        font-size: 22px;
        line-height: normal;
    }

    .why_choose_us .why_wrap .why_right a {
        max-width: 100%;
    }

    .why_choose_us .why_partner .why_logo img {
        width: 100%;
        object-fit: contain;
        height: 60px;
    }
}

@media(max-width:567px) {
    .why_choose_us .why_partner .why_logo {
        max-width: 100%;
    }
}