/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.contact-form-content__contact-infos {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
    background-color: #F9EEDB;
    border-radius: 28px;
    padding: 16px;
}

.contact-form-content__contact-infos a svg {
width: auto;
    height: 30px;
    margin-right: 8px;
}

.contact-form-content__contact-infos a:hover {
color: #D38269;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.contact-form-content__contact-infos a:nth-of-type(2) svg {
margin-right: 26px;
}

.contact-form-content__contact-infos a:nth-of-type(3) svg {
margin-right: 22px;
}

.contact-form-content__contact-infos a,
.contact-form-content__contact-infos a:visited {
margin-bottom: 16px;
    font-family: 'Lato-Regular';
    color: #3A2A1F;
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
    line-height: 1.4;
-webkit-transition: 0.3s;
    -o-transition: 0.3s;
transition: 0.3s;
}

.contact-form-content__contact-infos a:last-of-type {
margin-bottom: 0;
}

.contact-form-content__text {
background-color: #D38269 !important;
}

.contact-form-content__text * {
color: white !important;
}

.google-map {
width: 100%;
}