.section-title {
    background-color: #d3d3d3;
    padding: 10px;
    margin: 10px 0;
}

.team-section, .library-collection, .library-services {
    margin: 20px 0;
}

.team-member {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.team-member img {
    margin-right: 10px;
}

.library-contact {
    margin: 20px 0;
}

@media (max-width: 768px) {
  .team-member {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team-member img {
    margin: 0 0 10px 0;
    width: 100px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1em;
    padding: 8px;
  }

  .team-member img {
    width: 80px;
  }
}
