/* value-sharing-detail */

.value-sharing-detail-container {
    max-width: 950px;
    padding-inline: 15px;
}


.value-sharing-detail-title {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.value-sharing-detail .back-to-category {
    display: block;
    margin-top: 30px;
    margin-bottom: 32px;
    cursor: poInter, sans-serif;
    text-decoration: none;
}

.value-sharing-detail .back-to-category span {
    margin-top: 87px;
    color: #464646;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}


.value-sharing-detail .value-sharing-detail-attribute {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
}

.value-sharing-detail .value-sharing-detail-attribute .item {
    display: flex;
    gap: 6px;
    align-items: center;
}

.value-sharing-detail .value-sharing-detail-attribute .item span {
    color: #464646;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    text-transform: capitalize;
}

.value-sharing-detail .value-sharing-brand span {
    color: #383838;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 187.5% */
}

.value-sharing-detail h1 {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 45.938px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.value-sharing-detail span {
    color: #303030;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



@media only screen and (max-width: 800px) {

    .value-sharing-detail .back-to-category {
        margin-top: 36px;
        margin-bottom: 24px;
    }


    .value-sharing-detail-video {
        margin-bottom: 43px;
    }

    .value-sharing-detail {
        padding-inline: 0;
        margin-bottom: unset;
        margin-top: 0;
    }

    .value-sharing-detail .img {
        min-height: 242px;
        border-radius: 0;
        height: 605px;
    }

    .value-sharing-detail h1 {
        color: #303030;
        font-family: Inter, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .value-sharing-detail span {
        color: #FFF;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .value-sharing-detail-video .img {
        border-radius: 30px;
        height: 242px;
    }

}

/* End value-sharing-detail*/



/* value-sharing-detail-content */
.value-sharing-detail-content {
    justify-content: space-between;
    margin-bottom: 73px;
}

.value-sharing-detail-content strong {
    color: #5F6980;
    font-family: Inter, sans-serif;
    font-style: normal;
    line-height: 30px;
    /* 166.667% */
}

.value-sharing-detail-content span,
.value-sharing-detail-content p {
    color: #A6ABB6;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}


@media only screen and (max-width: 800px) {

    .value-sharing-detail-content {
        flex-wrap: wrap;
        margin-bottom: unset;
    }

    .value-sharing-detail-content strong {
        color: #5F6980;
        font-family: Inter, sans-serif;
        font-style: normal;
        line-height: 30px;
    }

    .value-sharing-detail-content span,
    .value-sharing-detail-content p {
        color: #A6ABB6;
        font-family: Inter-bt;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

}
em {
    font-family: Inter-it;
}
/* end value-sharing-detail-content */


.quote-block {
    background: #F9FAFB;
    border-radius: 32px;

}

.quote-block .quote {
    max-width: 760px;
    margin: 0 auto;
    padding: 64px;
    text-align: center;
}

.quote-block .text {
    color: #515152;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20.949px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.661px;
    /* 175% */
}

@media only screen and (max-width: 800px) {

    .quote-block .quote {
        padding: 32px;
    }


    .quote-block .quote {
        max-width: 760px;
        margin: 0 auto;
        padding: 64px;
    }

    .quote-block .text {
        color: #515152;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }

}