.firstSection .mainHeading h3:not(last-child) {
  background-color: #fff;
  margin-bottom: 48px;
  overflow: hidden;
}

.firstSection .mainHeading h3 span {
  display: inline-block;
  transform: translateY(100%);
}

.link hr {
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.link:hover hr {
  width: 65% !important;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.thirdSection .link:hover hr {
  width: 50% !important;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ellipse circle {
  --myStroke: 10000;
  stroke-dasharray: var(--myStroke);
  stroke-dashoffset: var(--myStroke);
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .firstSection .mainHeading h3:not(:first-child) {
    margin-top: 0px !important;
  }
  .firstSection .mainHeading h3:not(:last-child) {
    margin-bottom: 0;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .firstSection .mainHeading h3:not(:first-child) {
    margin-top: 0px !important;
  }
  .firstSection .mainHeading h3:not(:last-child) {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=index.af814d91.css.map */
