.contact_section_two {

    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 30px 30px 30px;
    position: relative;
}


.container_maps{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_section_two h2 {
    font-size: 2.2rem;
    color: var(--gray-color);
    padding-bottom: 15px;
    
}
#central {
    margin-left: 5px;
    color: var(--primary-color);
}
.maps_google {
    width: 90vw;
    height: 100vw;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

@media (min-width: 600px) {

    .maps_google {
        width: 90vw;
        height: 60vw;
    }

    .contact_section_two h2  {
        font-size: 2.3rem;
    }

}
@media (min-width: 800px) {
    .maps_google {
        width: 85vw;
        height: 60vw;
    }

    .contact_section_two h2 {
        font-size: 2.6rem;
    }

}

@media (min-width: 1024px) {
    .contact_section_two {
        padding: 50px 30px 50px 30px;
    }
    .maps_google {
        width: 85vw;
        height: 50vw;
    }

    .contact_section_two h2 {
        font-size: 3rem;
        padding-bottom: 25px;
    }
}

@media (min-width: 1280px) {
    .maps_google {
        width: 80vw;
        height: 35vw;
    }

    .contact_section_two h2 {
        font-size: 3.5rem;
    }
}