.benefits-section {
  overflow: hidden;
  padding: 80px 0px 156px;
      background: url(https://assets.corsair.com/image/upload/v1746758411/pages/careers/04_desktop_careers_benefits.png);
    background-position-x: center;
  color: #fff;
}

.benefits-section .header {
  text-align: center;
  margin-bottom: 30px;
}

.benefits-section .header h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  text-transform: uppercase;
  margin: 0 auto 16px;
}

.benefits-section .header p {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 48px;
}

.benefits-section .benefits-carousel {
  display: flex;
  margin-left: 152px;
}

.benefits-section .benefits-carousel .slick-list .slick-track {
  display: flex;
  gap: 24px;
}

.benefits-section .benefits-carousel .slick-track::before, .benefits-section .benefits-carousel .slick-track::after {
    content: unset;
}


.benefits-section .benefits-carousel .slick-prev,
.benefits-section .benefits-carousel .slick-next {
  background: #ece81a;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  position: absolute;
  top: unset;
  bottom: -105px;
  cursor: pointer;
  &::before {
    content: unset;
  }
}

.benefits-section .benefits-carousel .slick-arrow.slick-disabled {
  opacity: 0.2;
}
.benefits-section .benefits-carousel .slick-prev img,
.benefits-section .benefits-carousel .slick-next img {
  margin: auto;
}

.benefits-section .benefits-carousel .slick-prev {
  left: unset;
  right: 247px;
}

.benefits-section .benefits-carousel .slick-next {
  right: 171px;
}


.benefits-section .benefit-card {
  position: relative;
  border: 2px solid #5c5c5d;
  padding: 35px;
  height: auto;
}

.benefits-section .benefits-carousel .benefit-card .corner {
  position: absolute;
  width: 10px;
  height: 10px;
}

.benefits-section .benefits-carousel .benefit-card .corner::before,
.benefits-section .benefits-carousel .benefit-card .corner::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.benefits-section .benefits-carousel .benefit-card .corner::before {
  width: 20px;
  height: 2px;
}

.benefits-section .benefits-carousel .benefit-card .corner::after {
  width: 2px;
  height: 20px;
}

.benefits-section .benefits-carousel .benefit-card .corner.tl {
  top: -1px;
  left: -1px;
}
.benefits-section .benefits-carousel .benefit-card .corner.tr {
  top: -1px;
  right: -1px;
}
.benefits-section .benefits-carousel .benefit-card .corner.bl {
  bottom: -1px;
  left: -1px;
}
.benefits-section .benefits-carousel .benefit-card .corner.br {
  bottom: -1px;
  right: -1px;
}

.benefits-section .benefits-carousel .benefit-card .corner.tl::before {
  top: 0;
  left: 0;
}
.benefits-section .benefits-carousel .benefit-card .corner.tl::after {
  top: 0;
  left: 0;
}

.benefits-section .benefits-carousel .benefit-card .corner.tr::before {
  top: 0;
  right: 0;
}
.benefits-section .benefits-carousel .benefit-card .corner.tr::after {
  top: 0;
  right: 0;
}

.benefits-section .benefits-carousel .benefit-card .corner.bl::before {
  bottom: 0;
  left: 0;
}
.benefits-section .benefits-carousel .benefit-card .corner.bl::after {
  bottom: 0;
  left: 0;
}

.benefits-section .benefits-carousel .benefit-card .corner.br::before {
  bottom: 0;
  right: 0;
}
.benefits-section .benefits-carousel .benefit-card .corner.br::after {
  bottom: 0;
  right: 0;
}

.benefits-section .benefits-carousel .benefit-card img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 24px;
}

.benefits-section .benefits-carousel .benefit-card p {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

@media (max-width: 1440px) {
  .benefits-section .benefits-carousel .slick-prev {
    right: 230px;
  }
  .benefits-section .benefits-carousel .slick-next {
    right: 154px;
  }
}

@media (max-width: 1280px) {
  .benefits-section .header p {
    max-width: 60%;
    margin: auto;
  }
  .benefits-section .benefits-carousel .slick-prev {
    right: 210px;
  }
  .benefits-section .benefits-carousel .slick-next {
    right: 134px;
  }
}

@media (max-width: 1024px) {
  .benefits-section .benefits-carousel .slick-prev {
    right: 269px;
  }
  .benefits-section .benefits-carousel .slick-next {
    right: 193px;
  }
}

@media (max-width: 768px) {
  .benefits-section {
     background: url(https://assets.corsair.com/image/upload/v1746758355/pages/careers/04_mobile_careers_benefits.png);
        background-size: cover;
        background-position: center;
    padding-top: 56px;
    padding-bottom: 112px;
  }
  .benefits-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .benefits-section .header p {
    display: none;
  }

  .benefits-section .benefits-carousel {
    margin-left: 16px;
  }

  .benefits-section .benefits-carousel .benefit-card {
    padding: 24px;
  }

  .benefits-section .benefits-carousel .benefit-card img {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }
  .benefits-section .benefits-carousel .benefit-card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .benefits-section .benefits-carousel .slick-prev,
  .benefits-section .benefits-carousel .slick-next {
    width: 32px;
    height: 32px;
    bottom: -72px;
  }
  .benefits-section .benefits-carousel .slick-prev img,
  .benefits-section .benefits-carousel .slick-next img {
    width: 20px;
    height: 20px;
  }
  .benefits-section .benefits-carousel .slick-prev {
    right: 74px;
  }
  .benefits-section .benefits-carousel .slick-next {
    right: 32px;
  }
}
