.section5_component {
  position: relative;
  width: 100%;
  padding: 120px 0;

  display: flex;
  flex-direction: column;
  align-items: center;

  /*@media(max-width: 1300px) {*/
  /*  padding: 100px 0;*/
  /*}*/

  @media(max-width: 744px) {
    width: calc(100% - 48px);
    padding: 50px 24px;
  }
}

.section5_contents {
  display: flex;
  flex-direction: column;

  @media(max-width: 744px) {
    width: 100%;
    align-items: center;
  }
}

/*.section5_title {*/
/*  font-size: 80px;*/
/*  color: white;*/
/*  line-height: 100%;*/

/*  @media(max-width: 1300px) {*/
/*    font-size: 60px;*/
/*  }*/

/*  @media(max-width: 800px) {*/
/*    font-size: 32px;*/
/*    text-align: center;*/
/*  }*/
/*}*/

.section5_subtitle {
  margin-top: 16px;
  color: #A5A5A5;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px; /* 142.857% */

  @media(max-width: 984px) {
    font-size: 20px;
  }

  @media(max-width: 744px) {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

.section5_items {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  gap: 24px;

  /*@media(max-width: 1300px) {*/
  /*  margin-top: 60px;*/
  /*  gap: 16px;*/
  /*}*/

  @media(max-width: 744px) {
    width: 100%;
    margin-top: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.section5_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: calc(312px - 48px);
  padding: 24px;
  gap: 10px;

  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /*box-shadow: 0px 0px 10px 0px #00011B;*/
  overflow: hidden;
  align-items: center;

  > p {
    &:nth-child(2) {
      color: #FFF;
      font-size: 28px;
      font-weight: 600;
      line-height: 40px; /* 133.333% */
      text-align: center;
    }

    &:last-child {
      color: #A5A5A5;
      font-size: 16px;
      font-weight: 400;
      line-height: 25px; /* 166.667% */
      word-break: break-word;
      text-align: center;
    }
  }

  @media(max-width: 984px) {
    width: calc(232px - 48px);
    gap: 10px;

    > p {
      &:nth-child(2) {
        font-size: 26px;
      }

      &:last-child {
        font-size: 16px;
      }
    }
  }

  @media(max-width: 744px) {
    padding: 24px;
    gap: 10px;
    align-self: center;
    width: calc(100% - 48px);

    > p {
      &:nth-child(2) {
        font-size: 20px;
        line-height: 100%;
      }

      &:last-child {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }
}

.section5_imgWrapper {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;

  /*@media(max-width: 1300px) {*/
  /*  width: 185px;*/
  /*  height: 200px;*/
  /*  align-self: center;*/
  /*}*/

  /*@media(max-width: 800px) {*/
  /*  width: 185px;*/
  /*  height: 200px;*/
  /*  align-self: center;*/
  /*}*/
}

.section5_img {
  width: 244px;
  height: 200px;

  @media(max-width: 984px) {
    width: 244px;
    height: 200px;
  }

  @media(max-width: 744px) {
    width: 244px;
    height: 200px;
  }
}
