.about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 300px 0;
}

.about .section-title {
  padding: 20px 0;
  width: 70%;
  font-weight: 500;
  font-size: 64px;
  color: #cfd6dd;
}

.about .author {
  font-weight: 500;
  font-size: 16px;
  color: #90A2B2;
}

.restrictor.section-about {
  position: relative;
  height: 100vh;
}

.restrictor.section-about img {
  position: absolute;
  right: -250px;
  top: 110px;
  z-index: -1;
  width: 1200px;
}

.goals {
  width: 100%;
}

.goals .section-title {
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  line-height: 66px;
  color: #cfd6dd;
}

.goals .content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
}

.goals .content p {
  color: #FDFDFF;
  font-size: 16px;
  line-height: 20px;
  width: 60%;
}

.restrictor.section-goals {
  position: relative;
  margin-bottom: 200px;
}

@media (max-width: 991px) {
  .about {
    padding: 180px 0;
  }

  .about .section-note {
    display: none;
  }

  .about .section-title {
    font-size: 36px;
    line-height: 35px;
  }

  .restrictor.section-about img {
    top: unset;
    bottom: -90px;
    width: 700px;
  }

  .about .section-title {
    width: 100%;
  }

  .goals .content p {
    width: 100%;
  }

  .goals .section-title {
    font-size: 34px;
    line-height: 35px;
  }
}

@media (max-width: 478px) {
  .restrictor.section-goals {
    margin-bottom: 100px;
  }
}