.about-us .bg {
  background-color: #f0f4fc;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-us .fw-400 {
  font-weight: 400;
}
.about-us .section-padding {
  padding-top: 100px;
}
.about-us .learts-mb-n30 {
  margin-bottom: -30px;
}
.about-us .learts-mb-30 {
  margin-bottom: 30px;
}
.about-us .about-us3 .sub-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ec5d3d;
}
.about-us .about-us3 .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-us .about-us3 desc {
  margin-bottom: 35px;
}
.about-us .icon-box4 {
  min-height: 100%;
}
.about-us .icon-box4 img {
  width: 20px;
  margin-bottom: 15px;
}
.about-us .icon-box4 .title {
  font-family: "Futura";
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
  color: #333;
}
.about-us .fw-600 {
  font-weight: 600;
}
.about-us .text-heading {
  color: #333 !important;
}
.about-us .section-title2 {
  margin-bottom: 4px;
}
.about-us .section-title2 .sub-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 8px;
  color: #ffcd38;
  font-family: peyda, sans-serif !important;
}
.about-us .instafeed-item {
  transition: all 0.5s ease 0s;
}
.about-us .instafeed-item .text-overlay {
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.36);
  opacity: 0;
}
.about-us .instafeed-item .text-overlay i {
  font-size: 20px;
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  transition: all 0.5s ease 0s;
  opacity: 1;
  color: #fff;
}
.about-us .instafeed-item:hover .text-overlay {
  opacity: 1;
}
.about-us .instafeed-item:hover .text-overlay i {
  transform: scale(1.5);
}/*# sourceMappingURL=aboutUs.module.css.map */