
.content{
    background-color:#F9E7D2 !important;
}

.text-center {
    text-align: center;
}


.row-div {
    text-align: center;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.alert {
    text-align: center;
}

#contact {
    padding-bottom: 30px;
}

.contactContent{
    padding-top: 50px;
}

.row-div{
    padding-top: 40px ;
}
.header-contact{
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.contacts{
    width: 40vw;
}

@media (max-width: 991px){
    .row-div{
        padding-top: 0px ;
        flex-direction: column-reverse;
    }
    .div-map{
        margin-top: 40px;
    }
}