.section {
    border: 1px solid black;
}

.section h1 {
    text-align: center;
    font-size: clamp(1.5rem, 2.294vw + 1.041rem, 3rem);
    line-height: 1.5;
}