.contact_section {
    margin: 0;
}
    
.row-contact {
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}

.container-contact {
    width:  500px;
    border: 1px solid white;
    border-radius: 20px;
    padding: 0px 25px 0 25px;
}

.map-responsive {
    width: 800px;
}

iframe {
	border-radius: 20px;
    padding: 3px 0 0 0;
}

@media screen and (max-width:600px) {
    .row-contact {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (max-width:600px) {
    .container-contact {
        width: 100%;
        flex-direction: column;
    }
}

@media screen and (max-width:600px) {
    .map-responsive {
        width: 100%;

    }
}