.contact_page .title_section{
    justify-content: center;
}
.contact_maps{
    margin-top: 80px;
    position: relative;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
}
.contact_maps iframe{
    width: 100%;
    height: 430px;
    border: none;
}
.contact_maps .info_branch{
   padding-top: 25px;
}
.contact_maps .info_branch h5{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.contact_maps .info_branch p{
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.contact_maps .info_branch p i{
    margin-right: 5px;
    transform: scaleX(-1);
    font-size: 18px;
    color: #047aaa;
}
.contact_maps .info_branch p a{
    font-size: 14px;
    color: #047aaa;
    text-decoration: none;
}

