.eye-block.traineeships-hero {
  position: relative;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper {
  padding-top: 120px;
  padding-bottom: 5rem;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__content h2 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__content h2 {
    font-size: 3.5rem;
  }
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__content h2:after {
  background-color: #4BAADA;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__content p {
  max-width: 500px;
  font-size: 1.15rem;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__content .btn-primary {
  background-color: #4BAADA;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image {
  position: relative;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image .traineeships-hero__usp-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 0.8rem;
  border-radius: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image .traineeships-hero__usp-item h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image .traineeships-hero__usp-item i {
  color: var(--lybrae-color-secondary);
  margin-right: 0.5rem;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image .traineeships-hero__usp-item:nth-child(2) {
  top: 8rem;
  left: 1rem;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image .traineeships-hero__usp-item:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
}
.eye-block.traineeships-hero .traineeships-hero-wrapper .traineeships-hero__image .traineeships-hero__usp-item:nth-child(4) {
  bottom: 8rem;
  left: 3rem;
}
.eye-block.traineeships-hero .traineeships-hero--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 39%;
}

/*# sourceMappingURL=style.css.map */
