.product-metafield-comman-section-2 .section_content { display: flex; flex-direction: column; gap: 15px; }
.product-metafield-comman-section-2 .section_content .title { color: #E51B22; font-size: 16px; font-weight: 500; line-height: 112.5%; letter-spacing: 2px; text-transform: uppercase; }
.product-metafield-comman-section-2 .section_content .content_block_part { display: flex; flex-direction: column; gap: 15px; }
.product-metafield-comman-section-2 .section_content .content_block_part .metafield_content { text-align: justify; font-size: 20px; font-weight: 400; line-height: 130%; letter-spacing: 1px; }

@media screen and (max-width: 989px){
    .product-metafield-comman-section-2 .section_content .title { font-size: 14px; line-height: 107.143%; letter-spacing: 1px; }
    .product-metafield-comman-section-2 .section_content .content_block_part .metafield_content { font-size: 15px; line-height: 133.333%; }
}