.caption h1 {
    font-family: 'Montserrat';
    font-weight: 700;
}

@media (max-width: 768px) {
    .text-block p {
        font-weight: 400;
        font-family: 'Poppins';
        font-size: 15px;
        color: #000;
        line-height: 30px;
    }