.section__concept {
    margin-top: 114px;
}

.section__concept .container {
    max-width: 1270px;
}

.section__concept .concept__title,
.section__concept .concept__content {
    max-width: 620px;
    width: 100%;
}

.section__concept .concept__title {
    padding-top: 43px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.section__concept .concept__title:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #73674C;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}


.section__concept .concept__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.385px;
    margin-top: 38px;
}

.section__concept img {
    width: 100%;
}

.section__concept .section__concept--content {
    margin-top: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

.section__concept .section__concept--wrapper .container {
    max-width: 1280px;
}

.section__concept .section__concept--content .inner__left {
    width: calc(100% - 287px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section__concept .section__concept--content .inner__right {
    width: 263px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section__concept .section__concept--content .inner__right .concept__text {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 26px;
}

@media(max-width: 991px) {
    .section__concept .section__concept--content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__concept .section__concept--content .inner__right,
    .section__concept .section__concept--content .inner__left {
        width: 100%;
    }

    .section__concept .concept__title:before {
        width: 100%;
    }

    .section__concept .concept__title {
        font-size: 50px;
        line-height: 50px;
    }

    .section__concept .section__concept--content .inner__left {
        width: 100%;
    }

    .section__concept .section__concept--content .inner__left .concept__image {
        width: 100%;
        margin: 0 auto;
    }

    .section__concept img {
        width: 100%;
        height: 400px;
        margin-bottom: 40px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }

    .section__concept {
        margin-top: 16px;
    }
}

@media(max-width: 767.98px) {
    .section__concept img {
        min-height: initial;
        height: 328px;
    }


    .section__concept .section__concept--content .inner__left {
        width: calc(100% + 40px);
        left: -20px;
        position: relative;
    }

    .section__concept .section__concept--content .inner__left .concept__image {
        width: 100%;
    }

    .section__concept img {
        width: 100%;
        height: auto;
        margin-bottom: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

}