.banner-contact {
    background-image: url('../../img/bg-contact.gif');
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner-contact .container {
    position: relative;
    z-index: 10;
}


.contact-section img {
    height: 220px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}