.information.information-textblock {
    margin-top: 6.4rem;
}
.service-detail-price {
    margin-top: 7.2rem;
}

.information-textblock__text {

h2 {
    font-size: 4.8rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.23;
}


@media (max-width: 1024px) {
    h2 {
        font-size: 3.6rem;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 3rem;
    }
}

}