.tabs {
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
}

.tab-content {
    text-align: center;
    margin: 1.0rem;
    line-height: 1.8;
    font-size: large;
}