@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

.product-text {
    font-family: "Epilogue", sans-serif;
    overflow: hidden;
    margin-bottom: 130px;
}

.product-text .product-text__inner {
    width: 100%;
    max-width: 1050px;
    padding: 0 20px;
    margin: 0 auto;
}

.product-text .product-text__content {
    font-weight: 500;
    line-height: 1.5;
    font-size: 30px;
    text-align: center;
    color: #141F23;
}

.product-text .product-text__content *:not(li, span, strong, a, b, i) {
    margin-bottom: 20px;
}

.product-text .product-text__content *:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:991px) {
    .product-text {
        margin-bottom: 76px;
    }

    .product-text .product-text__inner {
        width: 100%;
        max-width: 1050px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .product-text .product-text__content {
        font-weight: 600;
        line-height: 1.55;
        font-size: 22px;
        letter-spacing: -0.01em;
        color: #141F23;
        text-align: left;
    }
}