@media (max-width: 720px){
    main h2 {
        margin: 0 10px;
    }
}

/* ************************ */

main h2 {
    text-align: center;
    font-family: Magic Retro;
    font-weight: 100;
    color: #fff;
    font-size: calc(30px + 1.5vw); /* vs 55 */
    text-decoration: none;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

:lang(el) main h2 {
    font-family: Gilroy-Medium;
}

main .reasons-container {
    color: #fff;
}
