.about-us-section {
  background: #e3e3e3;
  padding: 5rem 2.5rem;
  padding-bottom: 0;
  overflow: hidden;
}

.about-us-section__rewards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.about-us-section__rewards > span {
  border: 1px solid #707070;
  border-radius: 15px;
  font-weight: bold;
}

.about-us-section__img {
  position: relative;
}

.about-us-boxes-row:first-of-type {
  margin-top: 0;
}

.about-us-boxes-row > span {
  border: 1px solid #959595;
  border-radius: 22px;
  display: inline-block;
}

/* Extra small and Small screens / phone */
@media (max-width: 1200px) {
  .about-us-section__content h4 {
    font-size: 3.4rem;
    line-height: 1;
    margin-bottom: 1.8rem;
  }

  .about-us-section__content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }

  .about-us-section__rewards {
    gap: 1.4rem;
    margin-bottom: 5rem;
    justify-content: center;
  }

  .about-us-section__rewards > span {
    padding: 1.2rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.1rem;
    max-width: 12.5rem;
  }

  .about-us-section__rewards-num {
    font-size: 3.6rem;
    line-height: 1;
  }

  .about-us-section__img {
    text-align: center;
  }
  .about-us-img {
    width: 100%;
    max-width: 81.5rem;
    z-index: 3;
    position: relative;
  }

  .about-us-boxes-container {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }

  .about-us-boxes-row {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.5rem;
    flex-grow: 1;
  }

  .about-us-boxes-row > span {
    min-height: 5.5rem;
    flex: 1;
    display: flex;
    flex-grow: 1;
  }

  .about-us-boxes-row:nth-child(2) > span:first-child,
  .about-us-boxes-row:nth-child(3) > span:first-child,
  .about-us-boxes-row:nth-child(3) > span:nth-child(2) {
    border: none;
  }
}

/* Medium screen / tablet */
@media (min-width: 1200px) {
  .about-us-section__content {
    padding-left: 5rem;
  }

  .about-us-section__content h4 {
    font-size: 5rem;
    line-height: 2;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    white-space: nowrap;
  }

  .about-us-section__content p {
    font-size: 1.8rem;
    line-height: 3rem;
    padding-right: 6rem;
    margin-bottom: 12rem;
  }

  .about-us-section__rewards {
    gap: 2rem;
  }

  .about-us-section__rewards > span {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 17rem;
  }

  .about-us-section__rewards-num {
    font-size: 6rem;
    line-height: 1;
  }

  .about-us-section__img {
    /* padding-left: 14rem; */
  }

  .about-us-img {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 81.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .about-us-boxes-row {
    display: flex;
    justify-content: flex-end;
    gap: 1.4rem;
    margin-top: 1.4rem;
  }

  .about-us-boxes-row > span {
    height: 14.5rem;
    width: 17rem;
  }
}

/*  Large screen / desktop */
@media (min-width: 1200px) {
  .about-us-boxes-row:first-of-type {
    display: none;
  }

  .about-us-boxes-row:first-of-type span:nth-child(1),
  .about-us-boxes-row:first-of-type span:nth-child(5),
  .about-us-boxes-row:nth-of-type(2) span:nth-child(1),
  .about-us-boxes-row:nth-of-type(2) span:nth-child(5) {
    border: none;
  }

  .about-us-section__rewards {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1400px) {
  .about-us-section {
    padding: 8rem 8rem;
    padding-bottom: 0;
  }

  .about-us-section__rewards-num {
    font-size: 5rem;
    line-height: 1;
  }
}

@media (min-width: 1600px) {
  .about-us-section {
    padding: 14rem;
    padding-bottom: 0;
  }

  .about-us-boxes-row:first-of-type {
    display: flex;
  }

  .about-us-boxes-row:nth-of-type(2) span:nth-child(1),
  .about-us-boxes-row:nth-of-type(2) span:nth-child(5) {
    border: 1px solid #959595;
  }
}
