.students-potential {
  width: var(--content-width);
  margin: auto;
  padding: 32px;
}

.students-potential-header {
  text-align: center;
  margin-bottom: 70px;
}

.students-potential-header h3 {
  color: #000;
  text-align: center;
  font-family: Outfit;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.students-potential-header p {
  color: var(--Grey-900, #101828);
  text-align: center;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.students-potential-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.students-potential-content img {
  width: 100%;
}

@media (min-width: 1200px) {
  .students-potential-content img {
    width: 80%;
  }
}
