.font-big {
    font-size: 35px;
    font-weight: 300;
}

.font-big strong {
    font-weight: 600;
}

@media screen and (max-width: 900px) {
    .font-big {
        font-size: 30px;
    }
}