﻿.contact-clean  {
    width: 70%;
    margin: 0 auto;
}

@media (max-width:767px) {
    .contact-clean {
        width: 80%
    }
}

