@keyframes animateWidth {
  from {
    width: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.animate__animateWidth {
  -webkit-animation-name: animateWidth;
  animation-name: animateWidth;
  overflow: hidden;
  white-space: nowrap;
  max-width: max-content;
  font-family: Montserrat-SemiBold !important;
  font-size: 32px !important;
}
span.animate__animateWidth {
  font-size: 32px !important;
}

@media screen and (max-width: 950px) {
  .animate__animateWidth {
    font-size: 32px !important;
  }
  span.animate__animateWidth {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .animate__animateWidth {
    font-size: 30px !important;
  }
  span.animate__animateWidth {
    font-size: 13px !important;
  }
  @media screen and (max-width: 500px) {
    .animate__animateWidth {
      font-size: 13px !important;
    }
    span.animate__animateWidth {
      font-size: 13px !important;
    }
  }
}

.service_section-container {
  margin: 0 !important;
}

.clients-section .clients-section-item {
  max-height: 10rem;
  max-width: 16rem;
}
.clients-section .clients-section-item .clients-section-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1;
}
}
