
.img-contact {
    max-height: 620px;
    object-fit: cover;
}


.btn-contact-hover:hover {
    background-color: #f84646d5;
    color: #fff;
}

.content-custom {
    min-height: 200px !important;
}

@media (min-width: 992px) {
    .img-contact {
        max-height: 780px;
    }
  }