.locationContent {
    max-height: calc(100vh - 65px);
}

.locationContent__title h2 {
    font-size: 28px;
    color: #252525;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    padding-bottom:20px;
}
.locationContent__title p {
    color: #676767;
    padding-bottom: 10%;
    font-size: 15px;
    text-align: center;
}

.location {
    display: flex;
    flex-direction:column;
    align-items:stretch;
}
@media screen and (min-width:768px) {
    .location {
        flex-direction:unset;
    }
}


.locationElement3 {
    width:100%;
}
.locationElement3 iframe {
    width :-webkit-fill-available;
    height:-webkit-fill-available;
}
.locationElement1, .locationElement3 {
    width:100%;
}
@media screen and (min-width:768px) {
    .locationElement1 {
        width:50%;
    }
    .locationElement3 {
        width:50%;
    }
}



.locationElement1 {
    display: flex;
    flex-direction: column;
}

.contact-information button {
    padding:9px 18px;
    border-radius: 4px;
    color:#444343;
    background-color: #C9A082;
    border:0;
    outline:0;
    margin-top:15px;
    display:inline-block;
    font-weight:500;
    letter-spacing: 0.45px;
}

.contact-information span {
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.contact-information span i {
    width:50px;
    height:50px;
    font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#C9D1E0;
    border-radius:5px;
    color: #14213d;;
    margin-right:15px;
    border:solid 1px lightgrey;
}
.contact-information span ul li {
    /*font-size:13px;*/
    color:#252525;
}
.contact-information span ul li:nth-child(1) {
    font-weight:600;
}
.contact-information span ul li:nth-child(2) {
    color:#181c21a8;
    font-weight:bold;
    /*font-size:12.5px;*/
}
.contact-selected {
    background: #172f62!important;
    color: #fff!important;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px, rgb(252 163 17) 0px 3px 8px;
}




 .algeroran  span {
    box-shadow:unset;
 }
 .locationElement3 {
    box-shadow:unset;
    box-shadow: rgb(225 232 230) 0px 50px 100px -20px, rgb(225 232 230) 0px 30px 60px -30px;
    border-radius: 7px;
 }
 .locationElement3 iframe {
}
 .contact-information span i {
    background-color:#c3d2ce80;
    color:#252525!important;
 }
.xd {
    color:#fca311!important;
    font-weight: bold;
 }
 