.polo-about-section {
  padding: 20rem 1.5rem 10rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.polo-about-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0;
}

.polo-about-div h1 {
  color: black;
  font-size: 2.5rem;
}

.polo-about-div p {
  color: black;
  font-size: 2.5rem;
  text-align: justify;
  line-height: 1.2;
}

.polo-about-div img {
  height: 100%;
  width: 100%;
  border: 3px solid rgb(97, 97, 234);
}

@media (max-width: 77rem) {
  .polo-about-section {
    padding: 15rem 1.5rem 5rem 1.5rem;
  }
  .polo-about-div h1 {
    font-size: 1.2rem;
  }

  .polo-about-div p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
