.about-us .section-image-text {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    column-gap: 21px;
}

.about-us .section-image-top img {
    width: 100%;
}

.about-us {
    padding: 0;
    margin-bottom: 52px;
}

.about-us .description p {
    font-weight: 400;
}

.about-us .description{
    margin: 13px 0 65px 0;
}

.about-us .col-right .text {
    margin-bottom: 64px;
}

.about-us .col-right .title {
    margin-bottom: 48px;
}

.about-us .col-right .text:last-child {
    margin-bottom: 0;
}

.about-us .col-left {
    width: 50%;
}

.about-us .col-right {
    width: 50%;
    padding-left: 29px;
    padding-top: 16px;
}
.about-us .col-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sustainability */
.list-item.sustainability {
    margin-top: 30px;
}

.list-item.sustainability {
    margin-top: 39px;
    display: flex;
    width: 100%;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 65px;
    margin-bottom: 34px;
}

.list-item.sustainability .item {
    width: calc(100% / 2 - 10px);
    position: relative;
}

.list-item.sustainability .content-absolute {
    z-index: 1;
    position: absolute;
    top: 29%;
    text-align: center;
    width: 100%;
}

.list-item.sustainability .item img {
    position: relative;
    display: block;
    width: 100%;
}

.list-item.sustainability .item .content-absolute p {
    color: #fff;
    width: max-content;
    text-transform: inherit;
    line-height: 31.65px;
    font-size: 24px;
    font-weight: 400;
    display: inline;
    margin-top: 0;
    padding-right: 0;
}

.list-item.sustainability .item .text-animation {
    max-width: 446px;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}

.list-item.sustainability .content-absolute .text-animation:after{
    content: '';
    display: inline-block !important;
    width: 2px;
    height: 20px;
    animation: blink 0.75s step-end infinite;
}

.list-item.sustainability .content-absolute .text-animation.animation-done:after{
    animation: none;
}

@keyframes blink {
    from,
    to {
      background: transparent;
    }
    50% {
      background: #fff;
    }
}

.list-item.sustainability .item p {
    margin-top: 28px;
    padding-right: 25px;
}

/* Other page */
.content-page-text {
    max-width: 747px;
    margin: 40px 0 40px;
}

.content-page-text.shipping{
    max-width: 939px;
    margin: 40px 0 63px;
}

.content-page-text.shipping p{
    max-width: 747px;
}

.content-page-text p.list {
    margin-bottom: 0;
}

 div[id="information-information"] div[id="content"] .content-page-text ul li {
    margin-bottom: 0;
}

.content-page-text h6 {
    margin-bottom: 21px;
    margin-top: 42px;
}

.content-page-text h4{
    text-transform: uppercase;
    margin-bottom: 30px;
}

.content-page-text p a.underline,
div[id="information-information"] div[id="content"] .content-page-text ul li a.underline{
    text-decoration: underline;
}

h4.title-ship {
    margin-bottom: 30px;
}

.content-page-text.shipping:first-child h5 {
    margin-bottom: 24px;
}

.content-page-text.shipping h5 {
    margin-bottom: 24px;
    line-height: 24px;
}

.content-page-text.shipping p {
    margin-bottom: 30px;
    line-height: 21px;
}

.content-last {
    margin-top: 64px;
}

.content-page-text.shipping:last-child h5 {
    margin-bottom: 16px;
}

.content-page-text.shipping .content-last p {
    line-height: 25px;
}

.content-page-text.shipping:last-child {
    margin-bottom: 50px;
}

#content hr {
    border-top: 1px solid #4D4D4D;
    opacity: 1;
}

.content-page-text.return h5 {
    margin-bottom: 24px;
}

div[id="information-information"] div[id="content"] .content-page-text.return ul li {
    margin-bottom: 21px;
}

div[id="information-information"] div[id="content"] .content-page-text.return ul {
    margin-bottom: 42px;
}

.content-page-text.return:last-child {
    margin-bottom: 52px;
}

@media screen and (max-width: 1280px) {
    .list-item.sustainability .item .content-absolute p {
        max-width: 100%;
    }

    .list-item.sustainability .content-absolute {
        top: 25%;
    }
}

@media screen and (max-width: 991px) {
    /* Other page */
    .content-page-text {
        max-width: 100%;
        margin: 40px 0 60px;
    }

    .list-item.sustainability .item {
        width: 100%;
        position: relative;
    }

    .about-us .section-image-text {
        row-gap: 23px;
        flex-wrap: wrap;
    }

    .about-us .col-left {
        width: 100%;
    }
    
    .about-us .col-right {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .about-us .col-right .text {
        margin-bottom: 32px;
    }

    .about-us .col-right .title {
        margin-bottom: 19px;
    }

    .about-us .col-right .title:last-child {
        margin-bottom: 40px;
    }

    .about-us {
        margin-bottom: 10px;
    }

    .section-image-top {
        position: relative;
        width: 100vw;
        left: -20px;
    }

    .about-us .col-right .text p {
        line-height: 18px;
    }

    .about-us .col-right .title.last {
        margin-bottom: 40px;
    }

    .list-item.sustainability .content-absolute {
        top: 35%;
    }
}

@media screen and (max-width: 767px) {
    .list-item.sustainability {
        row-gap: 18px;
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .about-us .section-image-top img {
        height: 300px;
        object-fit: cover;
    }

    .about-us .description p {
        line-height: 18px;
    }

    .about-us .description {
        margin: 23px 0 33px 0;
    }

    .list-item.sustainability .item .content-absolute p{
        font-size: 16px;
        line-height: 21px;
    }

    .list-item.sustainability .item p {
        margin-top: 21px;
        padding-right: 0px;
        line-height: 18px;
    }

    .content-page-text p {
        line-height: 18px;
    }

    .content-page-text {
        margin: 30px 0 25px;
    }

    .content-page-text h6 {
        margin-bottom: 17px;
        margin-top: 37px;
    }

    div[id="information-information"] div[id="content"] .content-page-text ul li {
        line-height: 17px;
    }

    div[id="information-information"] div[id="content"] .content-page-text ul {
        padding-left: 22px;
        margin-bottom: 0;
    }

    .content-page-text.shipping {
        margin: 33px 0 30px;
    }

    h4.title-ship {
        margin-bottom: 25px;
    }

    .content-page-text.shipping h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .content-page-text.shipping p {
        margin-bottom: 32px;
        line-height: 18px;
    }

    .content-page-text.shipping:last-child p {
        margin-bottom: 25px;
    }

    .content-page-text.shipping:last-child h5 {
        margin-bottom: 15px;
    }

    .content-last {
        margin-top: 30px;
        padding-right: 30px;
    }

    .content-page-text.shipping .content-last p {
        line-height: 21px;
    }

    .content-page-text.shipping:last-child {
        margin-bottom: 25px;
    }

    .content-page-text.return h5 {
        margin-bottom: 16px;
        font-size: 14px;
    }
    div[id="information-information"] div[id="content"] .content-page-text.return ul li{
        margin-bottom: 17px;
        line-height: 18px;
    }

    div[id="information-information"] div[id="content"] .content-page-text.return ul {
        margin-bottom: 35px;
    }

    .content-page-text.return {
        margin: 30px 0 33px;
    }

    .content-page-text.return:last-child {
        margin-bottom: 25px;
    }

    div[id="information-information"] div[id="content"] .content-page-text.return:last-child ul{
        margin-bottom: 0;
    }

    .list-item.sustainability .content-absolute .text-animation:after {
        height: 13px;
    }
}

@media screen and (max-width: 552px) {
    .list-item.sustainability .content-absolute {
        top: 30%;
    }
}


@media screen and (max-width: 425px) {
    .list-item.sustainability .content-absolute {
        top: 19%;
    }
}

@media screen and (max-width: 335px){
    .list-item.sustainability .content-absolute {
        top: 14%;
    }
}
