.title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.title2{
    margin-top: 40px;
}


@media screen and (max-width: 768px){
    .title{
        font-size: 16px;
    }
    
}