.page-template-about-us .meet-our-team .category-wraper .post-items .post-item .box .image-thumb a:before {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.card__content {
    transform-origin: 50% 0%;
    will-change: transform;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 26.3px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 26.3px 0px inset,
        /* Remove bottom edge */
        rgba(0, 0, 0, 0.1) 0px 0px 26.3px 0px;
    /* Keep other edges */
    border-radius: 30px;
}
div#wpadminbar,
.page-template-about-us .container-why-choone {
    overflow: hidden;
}
.section-our-point .title {
    position: relative;
}
.section-our-point .swiper-button-next,
.section-our-point .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.section-our-point .swiper-container {
    padding-top: 50px;
}
.section-our-sustainability .list-spotlights {
    padding-top: 60px;
    margin-left: 18px;
}
.section-our-sustainability {
    background: linear-gradient(285.48deg, rgba(93, 191, 140, 0.8) 3.23%, rgba(56, 133, 117, 0.8) 34.66%, rgba(19, 75, 95, 0.8) 90.78%);
    position: relative;
    padding: 102px 0;
}
.section-our-sustainability:after {
    background: url(../images/about_network.svg) no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
}
.section-our-sustainability .items .arrow-link .icon {
    transform: rotate(-45deg);
}
.section-our-sustainability .description .name+.date {
    position: relative;
}
.section-our-sustainability .description .name+.date:before {
    position: absolute;
    width: 1px;
    height: 18px;
    content: '';
    display: inline-block;
    left: -23px;
    top: 3px;
    background: #437080;
}
.section-our-sustainability .button-spiral {
    height: auto;
    display: inline-flex;
}
.section-our-sustainability .button-spiral .icon {
    width: 42px;
    height: 42px;
    overflow: hidden;
    position: relative;
}
.section-our-sustainability .button-spiral:hover {
    text-decoration: none;
}
.discover.title {
    margin: 41px 0 0;
}
.section-our-sustainability .content {
    position: relative;
    z-index: 2;
}
.section-our-sustainability h2 {
    color: #fff;
}
.bgicon {
    position: absolute;
}
.list-spotlights .swiper {
    padding-right: 24px;
}
.list-spotlights .item-content .image {
    position: relative;
}
.list-spotlights .item-content .wrap-content {
    padding: 32px 32px 25px 32px;
}

.section-our-sustainability .list-spotlights .item-content .description {
    display: flex;
    gap: 48px;
    padding: 0;
    margin-bottom: 0;
}
.section-our-sustainability .swiper-button-wrap {
    margin-right: 69px;
}
.section-our-sustainability .list-spotlights .item-content .image:after {
    display: none;
}
.section-our-sustainability .swiper-button-wrap .container {
    display: flex;
    justify-content: flex-end;
}
.section-our-sustainability .discover {
    display: flex;
    justify-content: space-between;
}
.section-our-sustainability .swiper-button-next,
.section-our-sustainability .swiper-button-prev {
    position: static;
    transform: none;
    margin-left: 6px;
}
.section-our-sustainability span.arrow_msk {
    display: inline-block;
    overflow: hidden;
    width: 53px;
    height: 53px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 0;
}
.section-our-sustainability .swiper-button-next:before,
.section-our-sustainability .swiper-button-prev:before {
    content: none;
}
.section-our-sustainability span.arrow_msk svg {
    width: auto;
    height: auto;
}
.section-our-sustainability .list-cards-how-works span.arrow_msk {
    background: #65BAAB;
}
.section-our-sustainability .swiper-button-next:hover span.arrow_msk,
.section-our-sustainability .swiper-button-prev:hover span.arrow_msk {
    background: #037580;
}
.section-our-sustainability .swiper-button-next.swiper-button-disabled span.arrow_msk,
.section-our-sustainability .swiper-button-prev.swiper-button-disabled span.arrow_msk {
    background: #B2DDD5;
}
.section-our-sustainability .list-cards-how-works span.arrow_msk path {
    stroke: #fff;
}
.section-our-sustainability span.arrow_msk svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .5s ease-in-out;
}
.section-our-sustainability span.arrow_msk:hover svg {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.content-bottom-wrapper .content:last-child {
    margin-bottom: 0;
}
@media (min-width: 1300px) {
    .section-our-point .swiper-button-prev {
        left: 1173px;
    }

    .section-our-point .swiper-button-next {
        left: 1221px;
        right: auto;
    }

}

@media (min-width: 1440px) {
    .section-our-point .swiper-container {
        width: 1685px;
    }
}

.about-us .container h2 {
    text-align: center;
    margin-bottom: 19px;
}

.section-video {
    padding: 80px 0 80px;
    position: relative;
    margin: 0 0 0 0;
    overflow: hidden;
}
.section-video .wrapper.video video#video_banner {
    float: left;
}
.section-video:before {
    content: '';
    background: url(../images/pattern-backgound.png);
}
.section-video:before {
    position: absolute;
    bottom: -44px;
    right: -40%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    display: none;
}
.about-us .container h2+p {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 46px;
}

.section-our_value {
    padding: 124px 0 194px;
    position: relative;
    background: #428B8B;
    /* clip-path: polygon(calc(100% - 78px) 0, 100% 82px, 100% 100%, 0 100%, 0 0); */
    /* margin: 34px 0 0; */
    min-height: 900px;
}
.section-our_value {
    background-image: url(../images/bg_about.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
}
.about-us .section-our_value h2 {
    color: #fff;
    text-align: left;
}

.about-us .section-our_value h2+p {
    margin-left: 0px;
    color: #fff;
    max-width: 564px;
    text-align: left;
    line-height: 23px;
    margin-bottom: 0;
}

.section-our_value .content-top {
    display: flex;
}
.section-our_value .content-top .col-image .image {
    position: relative;
    padding-bottom: 64.9%;
}
.section-our_value .content-top .col-image {
    width: 50%;
    text-align: right;
    padding-left: 40px;
}
.content-bottom-wrapper h3 {
    color: #037580;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #428B8B;
}
.content-bottom-wrapper .content .content-inner {
    background: #fff;
    padding: 54px 40px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.content-bottom-wrapper .content {
    /* margin-bottom: 60px;*/
}
.content-bottom-wrapper .content .image {
    padding-bottom: 248px;
    position: relative;
}
.content-bottom-wrapper .content p {
    letter-spacing: 0.01em;
    line-height: 23px;
}
.content-bottom-wrapper .content .col-image img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.section-our_value .content-top .col-image img {
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%, 0 40%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-our_team {
    padding: 80px 0;
    background: #FAF9F6;
}
.section-our_team .meet-our-team .category-wraper .post-items .post-item .h6 a,
.section-our_team .meet-our-team .category-wraper .post-items .post-item .h6 {
    font-size: 24px;
    color: #037580;
    letter-spacing: 0;
    font-family: var(--font-heading-primary);
    line-height: 118%;
}
.section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item .h6 {
    margin-bottom: 12px;
    font-weight: 600;
}
.section-our_team .our-designer .meet-our-team .category-wraper .post-items {
    margin: 0;
    gap: 50px 53px;
    display: flex;
    flex-wrap: wrap;
}
.section-our_team .image-thumb {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.section-our_team .our-designer .meet-our-team {
    padding-top: 37px;
}
.section-our_team .our-designer {
    padding: 0;
}
.section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item {
    width: calc((100% - (3 * 53px)) / 4);
    padding: 0;
    margin-bottom: 0;
    background: #fff;
    border-radius: 30px;
}
.section-our_team .meet-our-team .category-wraper .post-items .post-item .image-thumb-wraper {
    clip-path: none;
    margin: 0;
}
.section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item span {
    color: #282828;
    letter-spacing: 0.01em;
}
.section-our_team .meet-our-team .category-wraper .post-items .post-item .image-thumb img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
}
.section-our_team .meet-our-team .content-item {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #fff;
    padding: 20px 20px 43px;
}
.content-bottom h6,
.content-bottom p {
    color: #fff;
}
.content-bottom {
    padding: 23px 3px 0px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.content-bottom .content {
    width: 25%;
    max-width: 231px;
    padding: 0 15px;
    margin-bottom: 50px;
}

.content-bottom .content .content-inner {
    max-width: 201px;
}


.content-bottom .content .content-inner:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    height: 1px;
    max-width: 200px;
}

.content-bottom .content .content-inner {
    position: relative;
    padding: 18px 0 0 0;
}

.content-bottom h6 {
    margin-bottom: 3px;
}

.content-bottom p {
    line-height: 25px;
}

.about-us .section-our-point h2 {
    text-align: left;
    margin-bottom: 0;
    padding-right: 116px;
    max-width: 1250px;
    text-transform: initial;
}

.section-our-point .col-image .image {
    position: relative;
    padding-bottom: 100%;
}

.section-our-point .col-image img {
    max-width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.section-our-point h6 {
    color: #fff;
    display: inline-block;
    padding: 16px 23px;
    font-size: 17px;
    line-height: 23px;
    /* identical to box height, or 135% */
    letter-spacing: 0.015em;
    width: 100%;
    background: #037580;
}

.section-sustainability {
    padding: 53px 0 69px;
    position: relative;
    overflow: hidden;
}

.section-sustainability:before {
    position: absolute;
    bottom: 64px;
    left: -53.8%;
    width: 1578px;
    height: 100%;
    max-width: 1578px;
    max-height: 910px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-sustainability:before {
    content: '';
    background: url(../images/pattern-backgound.png);
}

.about-us .section-sustainability h2 {
    color: #006C67;
}

.view-page {
    text-align: center;
}

.about-us .section-sustainability h2+p {
    margin-bottom: 19px;
}

.image-bottom {
    margin-top: 44px;
    margin-bottom: 50px;
}

.section-background-images.about-us .quote-content:before {
    display: none;
}
.section-sustainability .image-bottom img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-sustainability .image-bottom .image {
    padding-bottom: 43.6%;
}


.section_showrooom {
    padding: 86px 0 0;
}

.section_showrooom .image-bottom {
    margin-top: 27px;
    display: flex;
    align-items: self-end;
    margin-bottom: 139px;
    flex-wrap: wrap;
}

.section_showrooom .image-bottom .image-left {
    margin-right: 33px;
    width: 32.48%;
    max-width: 406px;
}

.section_showrooom .image-bottom .image-right {
    width: calc(67.52% - 33px);
}

.section_showrooom .image-bottom .image {
    position: relative;
    padding-bottom: 50.1%;
    display: block;
    overflow: hidden;
}

.section_showrooom .image-bottom .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_showrooom .image-bottom .image-left .image {
    padding-bottom: 100%;
}
.page-template-about-us .section-video .video video.active+.ico_w {
    opacity: 0;
}
.page-template-about-us .section-video .video video.active:hover+.ico_w,
.page-template-about-us .section-video .video video.active+.ico_w:hover {
    opacity: 1;
}
.page-template-about-us .section-video .video .ico_w {
    width: 69px;
    height: 68px;
}
.page-template-about-us .section-video .video .ico_w:before {
    background-size: cover;
    width: 69px;
    height: 68px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.wrapper.video {
    float: left;
    width: 100%;
}
.gsap-marker-scroller-start,
.gsap-marker-scroller-end,
.gsap-marker-end,
.gsap-marker-start {
    opacity: 0
}
@media (max-width: 1199px) and (min-width: 768px) {
    .section-our_value .content-top .sticky-content {
        padding-right: 25px;
    }
}
@media (max-width: 1024px) {
    .card {
        top: 160px;
    }
    .section-our_value .content-top {
        top: 170px;
    }
    .about-us .section-our_value .container h2+p {
        margin-bottom: 0;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items {
        gap: 25px;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item {
        width: calc((100% - (2 * 25px)) / 3);
    }
    .section-our-point .swiper-button-next,
    .section-our-point .swiper-button-prev {}
    .section-sustainability:before {
        top: 20px;
        background-position: right center;
        background-size: auto 100%;
        height: calc(100% - 40px);
        width: 100%;
    }

    .section-video:before {
        top: 20px;
        background-position: left center;
        background-size: auto 100%;
        height: calc(100% - 20px);
    }

    .section-video {
        padding: 42px 0 42px;
    }

    .about-us .container h2+p {
        margin-bottom: 22px;
    }

    .section-our-point {
        padding-top: 50px;
        margin-bottom: 20px;
    }


    .section-sustainability .image-bottom {
        margin-bottom: 0;
    }

    .section_showrooom {
        padding: 50px 0 0;
    }

    .section_showrooom .image-bottom {
        margin-bottom: 80px;
    }
}
.page-template-about-us .site {
    overflow: initial !important;
}
@media (min-width: 768px) {
    .content-inner-wrapper {
        width: 100%;
        height: 100%;
    }
    :root {
        --card-top-offset: 20px;
        --card-height: 525px;
        --card-margin: 20px;
    }
    #card_1 {
        --index: 1;
    }

    #card_2 {
        --index: 2;
    }

    #card_3 {
        --index: 3;
    }

    #card_4 {
        --index: 4;
    }
    #card_5 {
        --index: 5;
    }
    #card_6 {
        --index: 6;
    }
    #card_7 {
        --index: 7;
    }
    #card_8 {
        --index: 8;
    }
    #card_9 {
        --index: 9;
    }
    .card {
        position: sticky;
        top: 200px;
        padding-top: calc(var(--index) * var(--card-top-offset));
        margin-bottom: var(--card-top-offset);
    }
    #cards {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(var(--numcards), var(--card-height));
        /* gap: var(--card-margin); */
    }
    .section-our-sustainability .discover>div {
        width: 50%;
    }
    .content-inner-txt {
        padding-bottom: 5px;
        margin-bottom: 15px;
        border-bottom: 1px solid #428B8B;
    }
    .content-bottom-wrapper h3 {
        /* max-height: 107px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;*/
        padding: 0;
        margin: 0;
        border: 0;
    }
    .content-des-item {
        /*overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 8;
        display: -webkit-box;
        -webkit-box-orient: vertical;*/
        font-size: 17px;
        line-height: 23px;
        letter-spacing: 0.01em;
    }
    .section-our_value .content-top {
        display: flex;
        width: 100%;
        max-width: 472px;
        position: sticky;
        top: 210px;
        max-height: 525px;
    }
    body.page-template-about-us .site-content,
    html,
    body.page-template-about-us .page-template-about-us .site {
        overflow: initial !important;
    }
    .content-bottom-wrapper {
        max-width: 665px;
        width: 100%;
    }
    .section_our_vision {
        display: flex;
        justify-content: space-between;
    }
    .section-video iframe {
        border-radius: 30px;
    }
    .section-video .wrapper.video video#video_banner {
        float: left;
        border-radius: 30px;
    }
    .page-template-about-us .section-video .container {
        max-width: 994px;
    }
    .content-bottom .content {
        width: calc(25% - 15px);
    }

    .content-bottom .content:not(:nth-child(4n)) {
        margin-right: 20px;
    }
}

@media (min-width: 1250px) {
    .content-bottom .content {
        width: 18%;
    }

    .content-bottom .content:not(:nth-child(4n)) {
        margin-right: 9.214567%;
    }
}

@media (max-width: 990px) {
    .content-bottom {
        justify-content: flex-start;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .content-des-item {
        /* -webkit-line-clamp: 4;*/
    }
    .content-bottom-wrapper .content .content-inner {
        padding: 25px;
    }
    .section-our_value {
        padding: 124px 0 150px;
    }
    /*.section-our_value .container {
        padding-bottom: 10px;
        overflow: hidden;
    }*/
}


@media (max-width: 767px) {
    .content-bottom-wrapper h3 {
        font-size: 20px;
        line-height: 118%;
    }
    .page-template-about-us .meet-our-team .category-wraper .post-items .post-item .box .image-thumb a:before {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .content-bottom-wrapper .content .content-inner .simplebar-content-wrapper {
        overflow: initial !important;
    }
    .content-bottom-wrapper .content .content-inner .simplebar-track {
        display: none;
    }
    .content-bottom-wrapper .content {
        margin-bottom: 20px;
    }
    .section-video .wrapper.video video#video_banner {
        border-radius: 20px;
    }
    .content-bottom-wrapper .content p {
        line-height: 20px;
    }
    .content-bottom-wrapper .content .col-image img {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .content-bottom-wrapper .content .content-inner {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        padding: 40px;
        height: auto !important;
    }
    .content-bottom-wrapper h3 {
        padding-bottom: 18px;
        margin-bottom: 22px;
    }
    .section-our_team .about-us .container h2 {
        margin-bottom: 22px;
    }
    .section-our-sustainability .swiper-button-wrap .container {
        padding: 0;
    }
    .discover.title {
        margin: 20px 0 0;
    }
    .section-our-sustainability .swiper-button-wrap {
        margin-right: 24px;
    }
    .section-our-sustainability span.arrow_msk,
    .section-our-sustainability .swiper-button-next,
    .section-our-sustainability .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
    .section-our-sustainability .list-spotlights .item-content .description {
        gap: 24px;
        height: auto;
        margin-bottom: 10px;
    }
    .section-our-sustainability .description .name+.date:before {
        width: 0.5px;
        height: 8px;
        left: -12px;
    }
    .about-us .section-our-sustainability .container h2 {
        text-align: left;
    }
    .section-our-sustainability .list-spotlights {
        padding-top: 22px;
        margin-left: 24px;
    }
    .section-our-sustainability {
        padding: 50px 0;
    }
    .section-our-sustainability:after {
        background: url(../images/about_network_mb.svg) no-repeat;
        background-size: cover;
    }
    .section-our_team .meet-our-team .category-wraper .post-items .post-item .h6 a,
    .section-our_team .meet-our-team .category-wraper .post-items .post-item .h6 {
        font-size: 17px;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item {
        border-radius: 20px;
    }
    .section-our_team .meet-our-team .content-item {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .section-our_team .meet-our-team .category-wraper .post-items .post-item .image-thumb img {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item .h6 {
        margin-bottom: 7px;
    }
    .section-our_team .meet-our-team .content-item {
        padding: 30px;
    }
    .section-our_team {
        padding: 42px 0;
    }
    .section-our_team .our-designer .meet-our-team {
        padding-top: 18px;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item span {
        line-height: 20px;
        font-size: 14px;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items {
        gap: 22px 20px;
    }
    .section-our_team .our-designer .meet-our-team .category-wraper .post-items .post-item {
        width: calc(50% - 10px);
    }
    .page-template-about-us .container {
        padding: 0 24px;
    }
    .about-us .container h2+p {
        line-height: 132%;
    }
    .section-video .wrapper.video video#video_banner,
    .section-video iframe {
        border-radius: 20px;
    }
    .section-video {
        margin-bottom: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: -8px;
    }

    .section-our_value .content-top {
        flex-direction: column;
        margin-bottom: 15px;
    }

    .section-our_value .content-top .col-text {
        width: 100%;
    }

    .about-us .section-our_value h2+p {
        max-width: 100%;
        font-size: 15px;
        line-height: 125%;
        /* or 19px */
        letter-spacing: 0.01em;
        margin-bottom: 28px;
    }

    .section-our_value .content-top .col-image {
        width: 100%;
        padding: 0;
    }

    .content-bottom .content {
        width: 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .about-us .section-video .container h2 {
        margin-bottom: 22px;
    }

    .section-sustainability .image-bottom .image {
        padding-bottom: 62%;
    }

    .content-bottom .content .content-inner {
        max-width: 100%;
        padding: 20px 0 0 0;
    }

    .content-bottom .content .content-inner:before {
        max-width: 100%;
    }

    .about-us .section-our_value .content-top+h2 {
        margin-bottom: 28px;
    }

    .content-bottom {
        margin: 0;
        padding: 0;
    }

    .content-bottom .content {
        padding: 0;
        margin-bottom: 29px;
    }

    .content-bottom h6 {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 118%;
        /*letter-spacing: 0.14rem;*/
    }

    .content-bottom p {
        font-size: 15px;
        line-height: 125%;
        /* or 19px */
        letter-spacing: 0.01em;
    }


    .button-bottom .transparent-conners:first-child .button.white {
        width: 157px;
        margin-right: 28px;
        padding: 5px 10px;
        line-height: normal;
    }


    .section-our-point {
        padding-top: 50px;
        margin-bottom: 20px;
    }

    .section_showrooom .image-bottom img {
        width: 100%;
    }

    .section-sustainability .image-bottom img {
        width: 100%;
    }

    .section-our-point h6 {
        font-size: 15px;
        line-height: 125%;
        /* or 19px */
        letter-spacing: 0.01em;
        padding: 9.25px 12px;
    }

    .section-sustainability {
        padding: 30px 0 55px;
    }

    .about-us .section-sustainability h2 {
        margin-bottom: 16px;
    }

    .about-us .section-sustainability h2+p {
        margin-bottom: 15px;
    }

    .image-bottom {
        margin-top: 25px;
    }
    .section-sustainability:before {
        top: 2px;
        background-position: right center;
        background-size: auto 100%;
        width: 783.8px;
        height: 452px;
        left: 3.2%;
        transform: translateX(-50%);
    }

    .section-video:before {
        top: 8px;
        background-position: left center;
        background-size: auto 100%;
        width: 783.8px;
        height: 452px;
        left: 93%;
        transform: translateX(-50%);
    }


    .section_showrooom .image-bottom .image-right {
        width: 100%;

        max-width: 100%;
    }
    .section_showrooom .image-bottom .image-right .image {
        position: relative;
        padding-bottom: 61.56%;
    }

    .section_showrooom .image-bottom .image-left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 9px;
        max-width: 100%;
    }

    .content-bottom {
        flex-wrap: wrap;
    }

    .section-our_value {
        padding: 54px 0 50px;
    }
    .about-us .section-our_value h2 {
        margin-bottom: 20px;
    }

    .about-us .section_showrooom h2 {
        margin-bottom: 16px;
    }

    .section_showrooom .image-bottom {
        margin-top: 25px;
        margin-bottom: 75px;
    }

}

@media (min-width: 576px) {
    .button-bottom .transparent-conners:first-child .button.white {
        width: 161px;
    }
}

@media (max-width: 575px) {

    .section-our-point .swiper-container {
        min-width: 451px;
        padding-top: 26px;
    }

    .section-sustainability:before {
        left: -54.8%;
        transform: translateX(-50%);
    }

    .section-video:before {
        left: 137%;
        transform: translateX(-50%);
    }

}
@media (max-width: 359px) {
    .content-bottom-wrapper .content .content-inner {
        padding: 20px;
    }
    .content-bottom-wrapper h3 {
        font-size: 18px;
    }
}