.title2{
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 700px){
    .title2{
        font-size: 24px!important;
    }
}