.hero-swiper-caption {
  border-left: 4px solid var(--lightBlue);
}

#hero h1 {
  font-size: 3.3rem !important;
}

#hero h1 span {
  color: var(--lightBlue);
}

.custom-shape-divider-bottom-1749821008 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1749821008 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1749821008 .shape-fill {
  fill: #F8F9FA;
}

#ig-widget {
  margin: 0 -10px;
}

@media only screen and (max-width : 767px) {
  .custom-shape-divider-bottom-1749821008 svg {
    width: calc(190% + 1.3px);
    height: 150px;
  }
}