.contact__title{
    margin-bottom: 60rem;
}

@media screen and (min-width: 768px) {
    .contact__title{
        margin-bottom: 100rem;
    }

}