.why_choose__us--details>div {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.why_choose__us--details .col-left {
    width: 50%;
    padding-right: 30px;

}

.why_choose__us--details .content-top .col-left {
    width: calc(100% - 250px);
}

.why_choose__us--details .content-top .col-right {
    width: 250px;
}

.why_choose__us--details .col-left .col-left-inner{
    position: relative;
    max-width: 512px;
}

.why_choose__us--details .col-right {
    width: 50%;
    text-align: right;
    padding: 0px 0 0;
    border-radius: 3px;
    overflow: hidden;
}

.why_choose__us--wraper {
    padding: 135px 0 126px;
}
.why_choose__us--details .col-right >.btn-wrapper {
    margin-bottom: 28px;
}

.why_choose__us--details .col-right .featured-image {
    position: relative;
    padding-bottom: calc(340/624 * 100%);
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    box-shadow: 10px 10px 30px rgba(112, 112, 112, 0.2);
}

.why_choose__us--details .col-right .featured-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why_choose__us--details .col-right .box-title {
    background: #752963;
    color: #fff;
    padding: 21px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why_choose__us--details .col-right .box-title a {
    color: #fff;
}
.why_choose__us--details .content-top .col-right .btn-button {
    color: #752963;
}
.why_choose__us--details .col-left .book__consultation--subtitle {
    margin-bottom: 14px;
}

.why_choose__us--details .book__consultation--content p:last-child {
    margin: 0;
}

.why_choose__us--details .book__consultation--content {
    font-size: 14px;
    line-height: 18.2px;
    color: #1B214A;
    text-align: justify;
    max-width: 512px;
    margin-bottom: -5px;
}

.why_choose__us--details .book__consultation--content *{
    opacity: 0.7;
}

.why_choose__us--details .col-right .box-title .title {
    font-size: 18px;
    line-height: 23.4px;
}


.why_choose__us--details .banner__content--background {
    top: -97px;
}

.why_choose__us--details .book__consultation--title {
    margin-bottom: 18px;
    max-width: 100%;
}


@media (min-width: 1440px){
    
.why_choose__us--details .banner__content--background img {
    width: 400px;
    height: 346px;
}
}

@media (min-width: 768px){
    .content-bottom .col-left .btn-wrapper {
        display: none;
    }
}

@media (max-width: 767px){
    .why_choose__us--details .content-top .col-left, .why_choose__us--details .col-left {
        width: 100%;
        padding-right: 0;
    }

        
    .why_choose__us--details .banner__content--background {
        top: -72px;
        }

        .why_choose__us--details .col-left .banner__content--background img {
            width: 154px;
            height: 133px;
        }
    
    .why_choose__us--details .content-top .btn-wrapper {
        display: none;
    }
    
    .why_choose__us--details .col-right {
        width: 100%;
    }
    
    .why_choose__us--details .book__consultation--content {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .why_choose__us--wraper {
        padding: 97px 0 100px;
    }
    
    .why_choose__us--details .col-left .book__consultation--subtitle {
        margin-bottom: 17px;
    }
    
    .why_choose__us--details .content-bottom .col-left {
        padding-bottom: 47px;
    }
    
    .why_choose__us--details .col-right .box-title {
        padding: 25px 15px;
    }
}
