.title-section {
  padding: 50px 0px;
}

.title-section h1 {
  font-weight: 300;
  font-family: "Lato", Arial, sans-serif;
  font-style: italic;
  font-size: 60px;
  margin-top: 40px;
  color: white;
  text-align: center;
}

.team-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 0px;
}

.team-section p {
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 300;
  line-height: 1.6;
  color: white;
  text-align: center;
}

.team-photo img {
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
  max-width: 400px;
  border-style: solid;
  border-width: thick;
  border-color: #ff6b6b;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .title-section {
    padding-top: 30px;
    padding-bottom: 5px;
  }

  .team-section {
    padding: 0px 0px;
  }

  .title-section h1 {
    font-size: 32px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .team-photo img {
    max-width: 300px;
  }

  .team-section p {
    font-size: 16px;
  }
}
