.container-absolute-images {
  margin-top: 137px;
  overflow: hidden;
  & div:first-child {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px 15px;
    & img {
      max-width: 145px;
      height: 180px;
      border-radius: 16px;
      transform: rotate(11.33deg);
      position: absolute;
      z-index: 1;
    }
    & img:first-child {
      transform: rotate(-11.33deg);
      top: -40px;
      left: -30px;
    }
    & img:nth-child(2) {
      transform: rotate(11.83deg);
      right: -30px;
    }
    & h3 {
      font-family: "Playfair-Display", sans-serif;
      color: #070707;
      font-size: 70px;
      font-weight: 400;
      text-align: center;
      position: relative;
      z-index: 2;
    }
    & p {
      margin-top: 0;
    }
  }
  @media (max-width: 800px) {
    & div:first-child {
      & h3 {
        font-size: 70px;
      }
    }
  }
  @media (max-width: 799px) {
    & div:first-child {
      & h3 {
        font-size: 58px;
      }
      & img:first-child {
        max-width: 79.71px;
        height: 103.9px;
        top: -29px;
      }
      & img:nth-child(2) {
        max-width: 79.71px;
        height: 103.9px;
        bottom: 4px;
      }
    }
  }
  @media (max-width: 635px) {
    & div:first-child {
      & h3 {
        font-size: 45px;
      }
    }
  }
  @media (max-width: 527px) {
    & div:first-child {
      & h3 {
        font-size: 37px;
      }
    }
  }
  @media (max-width: 433px) {
    & div:first-child {
      & h3 {
        font-size: 30px;
      }
    }
  }
}
