.why-choose {
    padding: 50px 0px 50px 0px;
    position: relative;

    overflow: hidden;
    background-image: url(../images/why-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(153deg, rgb(95 70 2 / 68%) 0%, rgb(0 0 0) 35%, #332601 100%);
}

.why-choose svg {
    fill: #fff;
}

.why-choose .container {
    position: relative;
    z-index: 10;
}

.why-choose .wh_bx {
    color: #fff;
    margin-top: 50px;
}

.why-choose .wh_bx h3 {
    color: #fceca4;
    padding-bottom: 8px;
    font-weight: 600;
}

.why-choose .wh_bx p {
    line-height: 1.4;
    color: #fff;
}

.why-choose .wg-brbx h3 {
    color: #ffda31;
    padding-bottom: 8px;
    font-size: 25px;
}

.why-choose .wg-brbx p {
    color: #fff;
    line-height: 1.4;
    font-size: 16px;
}

.why-choose .wg-brbx {
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 30px;
}

.why-choose .wg-brbx {
    position: relative;
    border: 1px solid #ffffff;
    padding: 30px 15px 15px;
    margin: 20px 0;
    min-height: 150px;
}

.why-choose .wg-brbx::after {
    position: absolute;
    content: "";
    top: 58px;
    left: 100%;
    width: 10px;
    height: 79px;
    transform: translateX(-50%) rotate(179deg);
    background: #ffda31;
    border-radius: 2px;
    z-index: 2;
}

.why-choose .wg-brbx .icon {
    position: absolute;
    top: -30px;
    left: 50px;
    padding: 5px 10px;
    z-index: 2;
}

.why-choose .wg-brbx .icon img {
    width: 47px;
}

.why-choose .wg-brbx::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 33px;
    width: 94px;
    height: 2px;
    background: #000000;
    z-index: 1;
}

.why-choose .why-subhead {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose .why-subhead h1 {
    text-align: center;
    font-size: var(--font-hl);
    color: #fff;
    position: relative;
    font-family: "Playfair Display", serif;
}

.why-choose .why-subhead p {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.why-choose .why-subhead h1::before {
    content: "";
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translateY(-50%);
    width: 108px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}

@media (max-width:990px) {
    .why-choose .why-subhead h1::before {
        display: none;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .why-choose .why-subhead h1::before {
        left: 29%;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .why-choose .why-subhead h1::before {
        left: 25%;
    }

    .why-choose .wg-brbx h3 {
        font-size: 20px;
    }

    .why-choose .wg-brbx p {
        font-size: 14px;
    }

    .why-choose .wh_bx h3 {
        font-size: 20px;
    }

    .why-choose .wh_bx p {
        font-size: 14px;
    }
}

@media (min-width:1901px) and (max-width:3000px) {
    .why-choose .wg-brbx::before {
        top: -2px;
    }

    .why-choose .wg-brbx .icon img {
        width: 55px;
    }

    .why-choose .why-subhead h1 {
        font-size: 50px;
    }

    .why-choose .why-subhead p {
        font-size: 23px;
    }

    .why-choose .wg-brbx h3 {
        font-size: 27px;
    }

    .why-choose .wg-brbx p {
        font-size: 20px;
    }

    .why-choose .wg-brbx {
        padding: 40px 16px 50px;
    }

    .why-choose .wh_bx h3 {
        font-size: 27px;
    }

    .why-choose .wh_bx p {
        font-size: 20px;
    }
}