.subtitle {
    color: #152e5b;
    font-size: 36px;
    opacity: 1;
    font-variant: small-caps;
}


@media screen and (max-width: 600px) {
    .subtitle {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 960px) {
    .subtitle {
        text-align: center;

    }
}