.benefits {
  position: relative;
  background: white;
  overflow: hidden;
}
.benefits:after {
  height: 150px;
  width: 100%;
  right: 0;
  left: 0;
  position: absolute;
  background: #f5f7f8;
  top: 0;
  content: "";
}
.benefits-box__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 150px;
  position: relative;
}
.benefits-box__wrap:after {
  content: "";
  position: absolute;
  right: -120px;
  width: 280px;
  height: 280px;
  z-index: -1;
  top: -120px;
  background: url("../../img/cube-benefit-1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.benefits-box__wrap:before {
  content: "";
  position: absolute;
  left: -120px;
  width: 330px;
  height: 330px;
  z-index: -1;
  bottom: 20px;
  background: url("../../img/cube-benefit-2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.benefits-inner {
  margin: auto;
  background-image: url("../../img/benefit-img.jpg");
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  border-radius: 12px;
  position: relative;
  z-index: 20;
  margin: 0 150px;
}

@media only screen and (max-width: 700px) {
  .benefits-inner {
    border-radius: 0;
  }
}

.benefits-title {
  text-align: center;
  color: white;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  margin: 0;
  padding-top: 90px;
  padding-bottom: 65px;
}

.benefits-box {
  background: #ffffff;
  box-shadow: 0px 8px 24px rgb(0 0 0 / 12%);
  padding: 30px 25px;
  border-radius: 6px;
}

.benefits-box h4 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #212121;
  text-transform: inherit;
  margin-top: 9px;
  margin-bottom: 18px;
}

.benefits-box p {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #1b2788;
  margin: 0;
}

@media only screen and (max-width: 1700px) {
  .benefits-inner {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .benefits-box__wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .benefits-box__wrap {
    grid-template-columns: 1fr;
  }
  .benefits-inner {
    margin: 0 0px;
  }
  .benefits-title {
    font-size: 28px;
  }
  .benefits-box h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .content-box__text h5 {
    font-size: 26px;
  }
  .benefits-box__wrap:after {
    width: 180px;
    height: 240px;
  }
  .benefits-box__wrap:before {
    left: -60px;
    width: 200px;
    height: 250px;
  }
}
