.bredcrumb {
  padding: 92px 0 50px;
}
.bredcrumb h1 {
  font-size: 36px;
  font-weight: 700;
  color: #272727 !important;
}
.bredcrumb h1 > a > svg {
  stroke: #272727;
}
.contact-card {
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  border-radius: 12px;
}

.contact-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #00587A;
}
.cont-widget > span {
  font-size: 18px;
  font-weight: 400;
  color: #4f4f4f !important;
}
.cont-widget > p {
  font-size: 14px;
  font-weight: 400;
  color: #8992ae;
  margin-bottom: 0;
}
.icn-phone {
  padding: 5px 5px;
  color: #4f4f4f;
}


.bredcrumb { padding: 40px 0 40px; } 
.bredcrumb > h1 { display: flex; gap: 10px; font-size: 22px; line-height: 1; align-items: center; margin: 0; } 
.bredcrumb h1 > a { width: 25px; height: 25px; display: flex; } 
.bredcrumb h1 > a > svg { width: 100%; height: 100%; } 
.contact-card img { width: 100%; height: 150px; object-fit: cover; border-radius: 12px 0 0 12px; }
.contact-card:hover i { color: #00587A; } 
.contact-card:hover span { color: #00587A !important; } 
.contact-card i { padding: 0 2px 0 0; }
.contact-card-row { padding-bottom: 50px; }
.modal-header button:focus { box-shadow: none; } 
.modal-header button { transition: all 0.5s ease; -webkit-transition: all 0.5s ease; }

@media (max-width: 1430px) {
  .cont-widget > span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bredcrumb h1 {
    gap: 10px;
  }
  .contact-card h2 {
    font-size: 22px;
  }
  .cont-widget > span {
    font-size: 17px;
  }
  .cont-widget > p {
    font-size: 13px;
  }

  .bredcrumb { padding: 20px 0 30px; }
}

@media (max-width: 576px) {
  .bredcrumb h1 {
    gap: 8px;
    font-size: 18px;
  }
  .contact-card > .row {
    text-align: center;
  }
  .card-resp {
    text-align: start;
    justify-content: center;
  }
  .contact-card h2 {
    margin: 10px 20px;
  }
  .container {
    padding: 0 15px;
  }
  .contact-card h2 {
    font-size: 20px;
    padding: 0;
    margin:0 0 10px 0;
    text-align: start;
  }
  .cont-widget > span {
    font-size: 16px;
  }
  .cont-widget > p {
    font-size: 12px;
  }

  .contact-card img { height: 130px; }
  .bredcrumb h1 > a { width: 20px; height: 20px; }
  .contact-card-row { padding-bottom: 30px; }
}
