.info_section {
    background-color: #2c2c2c;
    color: #ffffff;
}

.info_section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_section .info_contact {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 80%;
}

.info_section .map_container {
    width: 80%;
    height: 18rem;
}

.info_section .map-responsive {
    width: 100%;
    height: 100%;
}

.info_section .info_contact a {
    color: #ffffff;
}

.info_section .info_contact img {
    max-width: 100%;
    margin-right: 10px;
}

.info_section .info_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.info_section .info_social img {
    width: 35px;
    margin-right: 8px;
}

@media (max-width: 576px) {
    .info_section .info_form form {
        flex-direction: column;
    }

    .info_section .info_form form input {
        width: 100%;
    }

    .info_section .info_form form button {
        margin-top: 15px;
        padding: 10px 40px;
    }
}


@media (max-width: 768px) {
    .contact_section .map_container {
        margin-top: 45px;
    }

    .info_section .info_contact a {
        margin-bottom: 15px;
    }

    .info_section .info_social {
        justify-content: center;
    }

    .contact_section form {
        padding-right: 0;
    }

    .info_section .info_contact a {
        text-align: center;
    }

    .info_section .container {
        justify-content: center;
    }
}

@media (max-width: 992px) {
    .map_container {
        display: none;
    }
}