    .section h1.section__title{
        font-size: 52px;
    }
    @media (max-width: 1480px) {
        .section h1.section__title{
            font-size: 42px;
        }
    }
    @media (max-width: 1200px) {
        .section h1.section__title{
            font-size: 32px;
        }
    }