.collection-hero h1.collection-hero__title {
    font-size: 40px;
    text-align: center;
    margin: 2rem 0;
}
.collection-hero .collection-hero__description {
    max-width: 100%;
}
.collection-hero__description h2, .faq-wrapp .section-title, .product__info-wrapper .product__description h2{
    font-size: 34px;
}
.collection-hero__description p, .collection-hero__description ul li{
    font-size: 14px;
}
.faq-wrapp .faq-item .item-text{
    max-width: 100%;
}