.row-infoscontact {
    display: flex;
}
.row-infoscontact .left_part {
    width: 50%;
    padding-right: 10px;
}
.row-infoscontact .right_part {
    width: 50%;
    padding-left: 10px;
}
.row-infoscontact .title {
    color: #1D1D1B;
    font-weight: bold;
}
.row-infoscontact .valueaddr {
    line-height: 21px;
}
.row-infoscontact .title span {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.row-infoscontact .title span:after {content: "";position: absolute;width: 58px;height: 2px;background: #4ECBE9;bottom: 0;left: 0;}
.row-infoscontact .right_part .phone {
    margin-bottom: 30px;
}
.row-infoscontact .right_part .socials-rsx a i {
    color: #1D1D1B;
    font-size: 25px;
    margin-right: 20px;
    transition: 0.3s;
}
.row-infoscontact .right_part .socials-rsx a:hover i {
    color: #0069C8;
}
div#map {
    margin-bottom: 40px;
    border-bottom-right-radius: 38px;
}
