.Entrepreneur-student-card-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.Entrepreneur-card,
.Student-card {
  padding: 62px 54px 45px;
  border-radius: var(--card-xl-radius);
  width: 100%;
  max-width: 554px;
  min-width: 334px;
  text-align: center;
}

.Entrepreneur-card {
  background: #f5f5f5;
  color: #000;
}
.Student-card {
  background: var(--primary-color);
  color: #fff;
}

.Entrepreneur-card h3,
.Student-card h3 {
  font-weight: 700;
  font-size: 20px;
}
.Entrepreneur-card p,
.Student-card p {
  font-size: clamp(0.75rem, 0.6136rem + 0.6818vw, 1.125rem);
  font-weight: 400;
}
.card-image-box {
  margin-top: 10px;
  padding: 27px 65px;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  span {
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    &:nth-child(2) {
      top: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    &:nth-child(3) {
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    &:nth-child(4) {
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
    &:nth-child(5) {
      left: 0;
      top: 50%;
      transform: translateY(-50%);
    }
  }
}
.Student-card .student-beneficiaries-revolving-animation {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}

.Student-card .student-beneficiaries-revolving-gif {
  width: 100%;
  max-width: 100%;
  height: 361px;
  object-fit: fill;
  display: block;
  vertical-align: top;
}

.Student-card .student-card-image-box {
  padding: 20px 24px;
  height: auto;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.Student-card .student-card-picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.beneficiaries-revolving-animation {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.beneficiaries-revolving-gif {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.Entrepreneur-card .beneficiaries-revolving-animation {
  max-width: 100%;
  overflow: hidden;
}

.how-seedout-works-cta {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.how-seedout-works-cta .apply-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .Entrepreneur-card,
  .Student-card {
    padding: 25px 13px;
  }
  .card-image-box {
    margin-top: 10px;
    padding: 27px 65px;
    height: 300px;
  }
  .Student-card .student-card-image-box {
    min-height: 220px;
    padding: 16px;
  }

}
