.contacts-item {
        display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.form-item-contact {
     max-width: 50%;
    }
    .form-span-tel {
            min-width: 9rem;
    display: inline-block;
    }
    .outer-contacts-tel_ul {
        padding: 0.6rem;
    }
.line-contacts {
    display: flex;
        justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 1rem;
}    
.contact-img-end-outer {
    min-width: 40px;
}

@media screen and (max-width: 992px) {
    h3 {font-size: 20px;}
    
}

@media screen and (max-width: 768px) {
    .recvisit-outer {
        display: block;
    margin: auto;
    }
    .form-item-contact {
        display: block;
    margin: auto;
    max-width: 100%;
    }
}