.internship-section {
  position: relative;
  width: 100%;
  height: 680px;
  background: url('https://assets.corsair.com/image/upload/v1745917910/pages/careers/US_INTERNSHIP_PROGRAM.png') no-repeat right center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

.internship-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.60) 31.82%, rgba(0, 0, 0, 0.00) 48.33%), linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.80) 34.08%, rgba(0, 0, 0, 0.00) 61.77%);
  z-index: 0;
}

.internship-section .text-content {
    position: relative;
    margin: 0 auto;
}

  .internship-section .text-content .content {
    max-width: 660px;
  }

.internship-section .text-content .subheading {
  color: #ECE81A;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}

.internship-section .text-content .heading {
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.internship-section .text-content .description {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 32px;
}

.internship-section .text-content .learn-more-btn {
  background-color: #ECE81A;
  color: #000;
  padding: 13px 38px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
}

@media screen and (max-width: 1440px) {
  .internship-section .text-content .content {
    margin-left: 152px;
  }
}

@media screen and (max-width: 768px) {
  .internship-section {
    background: url('https://assets.corsair.com/image/upload/v1745918020/pages/careers/US_INTERNSHIP_PROGRAM-MOBILE.png') no-repeat center bottom;
    background-size: cover;
    text-align: center;
    align-items: unset;
  }

  .internship-section::before {
   background: linear-gradient(360deg, rgba(0, 0, 0, 0.00) 1.48%, rgba(0, 0, 0, 0.75) 100%, #000 100%);
    mix-blend-mode: darken;
  }

  .internship-section .text-content {
    margin: 56px auto 0;
  }

  .internship-section .text-content .content {
    margin: 0 auto;
  }

  .internship-section .text-content .subheading {
    font-size: 12px;
    margin-top: 0;
  }

  .internship-section .text-content .heading {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 8px;
  }

  .internship-section .text-content .description {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 24px;
  }

  .internship-section .text-content .learn-more-btn {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 767px) {
    .internship-section {
         background: url('https://assets.corsair.com/image/upload/v1745918020/pages/careers/US_INTERNSHIP_PROGRAM-MOBILE.png') no-repeat center center;
         background-size: cover;
    }
    .internship-section .text-content .content {
      margin: 0 16px;
    }
}
