@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.page-intro .txt-wrap p {
  margin-top: 0;
}
.page-intro .txt-wrap a {
  color: #0C8295;
}
.page-intro .info-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-intro .info-row .col {
  display: flex;
  align-items: center;
}
.page-intro .info-row .col:not(:last-child) {
  margin-right: 24px;
}
.page-intro .info-row .col:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.page-intro .info-row .col-tel:before {
  background-image: url("../img/icon/tel.svg");
}
.page-intro .info-row .col-mail:before {
  background-image: url("../img/icon/mail.svg");
}

.form-container {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .form-container {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
.form-container .wrapper {
  padding: 40px 105px;
  background-color: #FAFAFA;
  border-radius: 8px;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
}
@media screen and (max-width: 991px) {
  .form-container .wrapper {
    padding: 32px 24px;
  }
}/*# sourceMappingURL=consulting.css.map */