﻿.hero.hero--default .hero-title::after {
    margin-left: auto !important;
}

.hero-title {
    max-width: 100% !important;
    text-align: center !important;
    font-size: 45rem !important;
}

@media (max-width: 640px) {
    .hero-title {
        font-size: 25rem !important;
    }
    .hero {
        padding-top: 40rem;
    }
}
