@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.contact-section {
  padding: 70px 0 70px 0;
  margin-top: var(--headerheight);
}
@media only screen and (max-width: 540px) {
  .contact-section {
    padding: 15px 0 40px 0;
  }
}
.contact-section .heading {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 540px) {
  .contact-section .heading {
    padding: 0 0 30px 0;
  }
}
.contact-section .grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .contact-section .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .contact-section .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-section .grid-box .grid-box-item {
  border: 1px solid #CFCFCF;
  background: #E9E9E9;
}
.contact-section .grid-box .grid-box-item figure {
  line-height: 0;
}
.contact-section .grid-box .grid-box-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-section .grid-box .grid-box-item figure figcaption {
  text-align: center;
}
.contact-section .grid-box .grid-box-item figure figcaption h4 {
  font-weight: 450;
  color: black;
  font-size: 20px;
  padding: 20px 40px;
}/*# sourceMappingURL=regulatory-library.css.map */