.notes {
  padding: 110px 0 178px;
}

.notes-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

.section-title-notes {
  max-width: 744px;
  margin: 0 auto;
}

.notes-top-text {
  margin: 75px 0 85px;
}

.notes-top-text img {
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.notes-top-text p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
}

.notes-content {
  border: 1px solid #ffc828;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.notes-content-textbox-sm {
  border: 1px solid #fff;
  display: flex;
  padding: 20px;
  justify-content: flex-start;
  flex-direction: column;
  display: inline-block;
  margin-top: 20px;
  /* gap: 10px; */
}

.notes-content-textbox-sm p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .notes {
    padding: 60px 0 60px;
  }

  .section-title-notes {
    max-width: 188px;
  }

  .notes-top-text {
    margin: 30px 0 30px;
  }

  .notes-top-text img {
    max-width: 45px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .notes-top-text p {
    font-size: 14px;
    line-height: 1.5;
  }

  .notes-content {
    padding: 20px;
    gap: 40px;
  }

  .notes-content-textbox-sm {
    padding: 10px;
    margin-top: 15px;
  }

  .notes-content-textbox-sm p {
    font-size: 11px;
  }
}
