
.purchase-item-desc {
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 36px !important;
    letter-spacing: 0em;
    text-align: center;
    max-width: 1034px;
    color: #373739;
    margin-bottom: 64px;
}

.purchase-item-title {
    font-size: 57px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 64px !important;
    letter-spacing: -0.022em;
    text-align: center;
    max-width: 920px;
    color: #373739;
    margin-bottom: 16px;
}

figcaption
{
    font-size:16px;
    font-weight:600;
    text-align: center;
}

@media screen and (max-width: 767px){
    .purchase-item-desc {
        font-size: 19px !important;
        line-height: 24px !important;
        letter-spacing: -0.017em;
        max-width: 576px;
        margin-bottom: 24px;
        max-height: 48px;
    }

    .purchase-item-title {
        font-size: 33px !important;
        line-height: 40px !important;
        letter-spacing: -0.022em;
    }

}