.bread-crumb__link {
  color: #000000;
  font-size: 8px;
  line-height: 10.93px;
}
@media screen and (min-width: 768px) {
  .bread-crumb__link {
    font-size: 18px;
    line-height: 100%;
  }
}

body,
html {
  height: auto;
}

body {
  background-image: url(/assets/media/images/contact-us.png);
  background-size: contain;
  background-position: bottom;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.9;
  z-index: -1;
}

.contact {
  margin-top: 40px;
  /* media query */
  /* /media query  */
}
.contact * {
  color: #013974;
}
.contact__head {
  margin-bottom: 20px;
  color: black;
}
.contact__wrapper {
  padding: 15px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 65px;
}
.contact__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  background-color: #cfd5e1;
  border-radius: inherit;
}
.contact__wrapper:not(:first-of-type) .contact__card__link:first-of-type {
  margin-bottom: 20px;
}
.contact__wrapper:not(:first-of-type) .contact__card__link {
  justify-self: start;
  text-align: left;
}
.contact__title {
  margin-top: 0;
}
.contact__info {
  padding-left: 15px;
}
.contact__info__item {
  display: flex;
  column-gap: 7px;
  margin-bottom: 7px;
}
.contact__info__item img {
  flex-shrink: 0;
}
.contact__subtitle {
  font-size: 20px;
  margin-block: 25px 15px;
}
.contact__title, .contact__subtitle {
  font-weight: 800;
}
.contact__card {
  background-color: #013974;
  border-radius: 15px;
  width: 100%;
  margin-top: 50px;
  min-height: 158px;
  padding: 10px;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
}
.contact__card * {
  display: block;
  text-align: center;
  color: #fff;
}
.contact__card__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
.contact__card__body {
  justify-self: center;
}
.contact__card__title, .contact__card__subtitle {
  color: #fff;
}
.contact__card__subtitle {
  font-size: 13px;
}
.contact__card__title {
  margin-block: 5px;
}
.contact__card__link {
  font-size: 11px;
  opacity: 0.7;
  justify-self: center;
}
.contact__card__img {
  position: relative;
  margin-top: -60px;
  margin-inline: auto;
  padding: 3px;
  border: 2px solid #929090;
  border-radius: 100%;
  background-color: #fff;
}
.contact__map {
  object-fit: cover;
  width: 100%;
  box-shadow: 0px 0px 5px 1px black;
  border-radius: 10px;
}
.contact__map__wrapper {
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .contact__map {
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .contact__map {
    height: 250px;
  }
  .contact__card {
    width: calc(50% - 20px);
    margin-inline: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .contact__card {
    width: calc(33.333% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .contact__wrapper {
    padding: 30px;
    border-radius: 30px;
  }
  .contact__title {
    font-size: 35px;
  }
  .contact__subtitle {
    font-size: 25px;
  }
  .contact__info {
    max-width: 450px;
  }
  .contact__info__item {
    column-gap: 10px;
    margin-bottom: 10px;
  }
  .contact__card {
    width: calc(25% - 20px);
    padding: 20px;
    border-radius: 20px;
  }
  .contact__card__wrapper {
    row-gap: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .contact .container {
    padding-inline: 140px;
  }
}
/*# sourceMappingURL=contact.min.css.map */
