
.category-title {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -.064rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 2.4rem;
}

.size-full {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.description-content {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0;
    max-width: 92rem;
    text-align: justify;
}

.description-content b, .description-content strong {
    margin: 2.4rem 0;
    line-height: 2.4rem;
}

.description-content li {
    line-height: 1.3;
    margin-bottom: 10px;
}



.description-content p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}


.description-content em {
    margin: 2.4rem 0;
}