.sc-jumbotron h1.small-title {
    font-size: 1.5em !important;
    margin-bottom: 10px;
}

.sc-jumbotron h2 {
    font-weight: 700;
    font-size: 16px !important;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: inherit;
    max-width: clamp(500px, 50vw, 700px);
}

.sc-jumbotron h2 span {
    font-size: 60px;
}

.sc-jumbotron .home-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background-color: #FFF;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .sc-jumbotron h2 {
        margin-bottom: 0.5em
    }
    .sc-jumbotron h1.small-title {
        margin-bottom: 10px!important;
    }
    .sc-jumbotron .home-title::after {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}