h3.section-title {
    color: var(--red);
    margin-bottom: -1.5rem;
    font-size: 2.441rem;
}

@media screen and (max-width: 680px) {
    h3.section-title {font-size: 1.953rem;}
}