.contact_wrapper {margin-top: 100px;}
.contact_info {
    margin-bottom: 30px;
}
.contact_info_title {
    font-size: 18px;
    color: #0a407d;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact_info_text {
    color: #1a171b;
    font-size: 16px;
}
.contact_infos_bloc {
    border-right: 1px solid #e4e4e4;
    padding-bottom: 50px;
}
.contact_info_text a {
    color: #1a171b;
    text-decoration: none;
}
.contact_info_text a:hover {
    color: #0a407d;
}


@media (max-width: 991px) {
  .contact_infos_bloc {
    border-right: 0 none;
  }
  .contact_wrapper {margin-top: 50px;}
}

@media (max-width: 767px) {
  .contact_info {
    text-align: center;
  }
}

