@media (max-width: 576px) {
  #quickTool {
    display: none;
  }
}

.side-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .side-links ul {
    width: 65%;
  }
}

@media (max-width: 576px) {
  .about.style-2 .about-right-part {
    height: 100%;
    max-height: 480px;
  }
}

@media (max-width: 576px) {
  .banner.style-1 .banner-top {
    padding: 75px 0px;
  }
}

.instagram-post-embeds iframe {
  width: 100% !important;
  min-width: unset !important;
}/*# sourceMappingURL=other.css.map */