.section-about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.text-about-us {
  width: 582px;
  text-align: center;
  margin-bottom: 72px;
}

.text-about-us h2 {
  margin: 0;
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 600;
  color: #0058B8;
}

.text-about-us p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1E1E1E;
}

.section-about-us img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .text-about-us {
    width: 90%;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .text-about-us h2 {
    font-size: 22px;
  }

  .text-about-us p {
    font-size: 16px;
  }

  .section-about-us img {
    height: 400px;
    object-fit: cover;
  }
}
