body {
    overflow-x: hidden;
}

.contact-form {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px;
    flex-wrap: wrap;
}

.google-map-api {
    width: 700px;
    height: 565px;
    margin-top: 0;
}

.column {
    max-width: 400px;
    text-align: left;
}

.column h2 {
    color: #af0d21;
    font-size: 50px;
}

.c1 {
    margin-top: 60px;
}

.icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.column ul li {
    margin: 15px;
    margin-left: -30px;
    align-items: center;
    display: flex;
    line-height: 40px;
}

.column ul li strong {
    margin-right: 5px;
}

@media (max-width: 1000px) {
    .contact-form {
        align-items: center;
    }

    .google-map-api {
        width: 90%; 
        height: 400px !important;
    }

    .information {
        margin-top: 30px;
    }
}

@media (max-width: 1100px) {
    .facebook-image-banner {
        height: 400px !important;
    }
}

@media (max-width: 800px) {
    .facebook-image-banner {
        height: 200px !important;
    }
}

.facebook-banner {
    text-align: center;
}

.facebook-image-banner {
    height: 600px;
    margin-top: 50px;
    margin-bottom: -50px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}