.benefits {
    padding: 0px 0px 15rem 0px;
  }
  @media (max-width: 991.98px) {
    .benefits {
      padding: 0px 0px 10rem 0px;
    }
  }
  @media (max-width: 767.98px) {
    .benefits {
      padding: 0px 0px 5rem 0px;
    }
  }
  .benefits__body {
    position: relative;
  }
  .benefits__body::before {
    content: "";
    position: absolute;
    top: 110px;
    left: -34px;
    width: 429px;
    height: 429px;
    border-radius: 429px;
    background: #CCD451;
    filter: blur(100px);
    display: block;
    z-index: -1;
  }
  @media (max-width: 991.98px) {
    .benefits__body::before {
      left: -215px;
      top: 50px;
    }
  }
  @media (max-width: 767.98px) {
    .benefits__body::before {
      left: -136px;
      top: 0;
    }
  }
  .benefits__title {
    margin: 0px 0px 5rem 0px;
  }
  .benefits__title span {
    display: block;
  }
  .benefits__title span:nth-child(2) {
    margin-left: 25.7352941176%;
  }
  @media (max-width: 991.98px) {
    .benefits__title span:nth-child(2) {
      margin-left: 17.0833333333%;
    }
  }
  @media (max-width: 767.98px) {
    .benefits__title span:nth-child(2) {
      margin: 0px 0px 0px 17.1014492754%;
    }
  }
  @media (max-width: 991.98px) {
    .benefits__title {
      margin: 0px 0px 4rem 0px;
    }
  }
  @media (max-width: 767.98px) {
    .benefits__title {
      margin: 0px 0px 2.5rem 0px;
    }
  }
  .benefits__row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  @media (max-width: 767.98px) {
    .benefits__row {
      display: block;
    }
  }
  .benefits__column {
    flex: 0 1 calc(33.3333333333% - 1.3333333333rem);
  }
  @media (max-width: 991.98px) {
    .benefits__column {
      flex: 0 1 calc(50% - 1.3333333333rem);
    }
  }
  @media (max-width: 767.98px) {
    .benefits__column {
      margin: 0px 0px 1rem 0px;
    }
    .benefits__column:last-child {
      margin: 0px 0px 0px 0px;
    }
  }
  
  .benefits-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #FFFFFF;
    padding: 3rem 3rem 2.5rem 3rem;
    border-radius: 10px;
    overflow: hidden;
  }
  .benefits-item:focus {
    text-decoration: none;
  }
  .benefits-item:hover {
    text-decoration: none;
  }
  .benefits-item:hover .benefits-item-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .benefits-item__icon {
    width: 7rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(255, 144, 97, 0.1);
    margin: 0px 0px 2rem 0px;
  }
  @media (max-width: 767.98px) {
    .benefits-item__icon {
      width: 5rem;
      height: 5rem;
      margin: 0px 0px 0px 0px;
    }
  }
  .benefits-item__icon img {
    max-width: 40px;
    max-height: 40px;
  }
  @media (max-width: 767.98px) {
    .benefits-item__icon img {
      max-width: 30px;
      max-height: 30px;
    }
  }
  .benefits-item__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .benefits-item__text {
    color: #1F3771;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.45;
  }
  .benefits-item__plus {
    width: 3rem;
    height: 3rem;
    background: rgba(31, 55, 113, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .benefits-item__plus svg {
    stroke: #1F3771;
    width: 12px;
    height: 12px;
  }
  
  .benefits-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease 0s;
    z-index: 5;
    background: #FF9061;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .benefits-item-overlay img {
    position: absolute;
    right: 0;
  }
  .benefits-item-overlay__text {
    position: relative;
    z-index: 5;
    padding: 2.5rem 3rem;
    color: #FFFFFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
  }
  @media (max-width: 991.98px) {
    .benefits-item-overlay__text {
      padding: 3rem;
    }
  }
  @media (max-width: 767.98px) {
    .benefits-item-overlay__text {
      padding: 1.5rem 2rem;
    }
  }