.corefeaturesection{
    background-size: 100% 100%;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.ctaSection{
  background-size: 100% 100%;
}

.companiesList{
  animation:10s infinite linear moveCompany;
}

@keyframes moveCompany {
  0%{
    top:0;
  }
  100%{
    top:-50%;
  }
}


.swiper {
    width: 100vw;
    height: 100%;
    /* margin-top: 0.5px; */
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100vw;
    height: 350px;
    object-fit: cover;
  }