.Our_Presence {
    margin: 30px 0 0 0;
    position: relative;
}

.Our_Presence .map_img_holder .map_img {
  width: 100%;
  height: 100%;
}

.Our_Presence .contact_info_holder {
    background: #fff;
    padding: 1%;
    border-radius: 7px;
    width: 80%;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -80px;
}

.Our_Presence .contact_info_holder .content_holder {
    padding: 0px 4%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.Our_Presence .center_info_card {
  position: relative;
  border-right: 1px solid #141414;
  border-left: 1px solid #141414;
}

.Our_Presence .center_info_card:after {
  content: "";
  position: absolute;
  right: -3px;
  border: 3px solid #00648b;
  height: 40%;
  border-radius: 5px;
  margin: 0px auto;
}

.Our_Presence .center_info_card:before {
  content: "";
  position: absolute;
  left: -3px;
   border: 3px solid #00648b;
  height: 40%;
  border-radius: 5px;
  margin: 0px auto;
}

.Our_Presence .contact_info_holder .content_holder h4 {
  color: #141414;
  font-weight: 900;
  font-size: 20px;
  font-family: "Playfair Display";
  display: flex;
  align-items: center;
}

.Our_Presence .contact_info_holder .content_holder h4 .info_icon {
    font-size: 25px;
    margin-right: 10px;
}

.Our_Presence .contact_info_holder .content_holder p {
  color: #00648b;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}


@media (min-width: 0px) and (max-width: 767px) {
.Our_Presence .contact_info_holder {
    width: 100%;
    margin-top: 20px;
    position: unset;
}

.Our_Presence .contact_info_holder .content_holder {
    padding: 0px 0%;
    align-items: start;
    justify-content: start;
    margin: 14px 0px;
}

.Our_Presence .center_info_card:before {
  display: none;
}

.Our_Presence .center_info_card:after {
  display: none;
}

.Our_Presence .center_info_card {
    border-right: none;
    border-left: none;
}

.Our_Presence .contact_info_holder .content_holder p {
    font-size: 15px;
}

.Our_Presence .contact_info_holder .content_holder h4 .info_icon {
    font-size: 19px;
}

.Our_Presence .contact_info_holder .content_holder h4 {
    font-size: 18px;
}
}



@media (min-width: 768px) and (max-width: 1299px) {
.Our_Presence .contact_info_holder {
    width: 90%;
}


.Our_Presence .contact_info_holder .content_holder p {
    font-size: 15px;
}

.Our_Presence .contact_info_holder .content_holder h4 .info_icon {
    font-size: 19px;
}

.Our_Presence .contact_info_holder .content_holder h4 {
    font-size: 18px;
}
}