.horizontal .form form {
display: block;
}

.horizontal .form form .form__group {
width: 32%;
padding: 0 0 15px;
display: inline-block;
    margin: 0px 5px;
}

.horizontal .form form .form-input-comments {
    width: calc(96% + 20px);
}
.card-header h2 {
    margin: 0 0 0px;
}
a[href^="tel"]{
	cursor: pointer;
	pointer-events: unset;
	text-decoration: none;
}
@media(max-width: 1200px) {
.horizontal .form form .form__group, .horizontal .form form .form__group:first-child {
margin-left: 0px;
}
.horizontal .form form .form__group {
    width:100%;
}
}



/* FIXED CONTACT FORM  */
@media only screen and (min-width: 1200px){
.form form .contact-form-columns .form-input-comments {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin-top: 0;
    padding-left: 7px;
    width: 48%;
    display: flex;
    flex-direction: column;
}
}