.container-profiles {
  /*max-width: 1200px;*/
  margin: 0 auto;
 
  display: flex;
  flex-wrap: wrap;
justify-content: center; /* Center the cards horizontally */}

.profile-card {
  position: relative;
  width: 300px;
  margin: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.profile-img {
  position: relative;
}

.profile-img img {
  width: 100%;
  height: auto;
  display: block;
}

.social-media-links {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  gap: 20px;
}

.social-media-links a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.social-media-links a:hover {
  color: #007bff;
}

.profile-info {
  padding: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .profile-card {
    width: calc(100% - 20px); /* Full width for smaller screens */
    margin: 0 0 20px; /* Adjust margin for smaller screens */
  }
}



#spp-instructors-team, #spp-profiles, #join-spp-driving-school {
  /*background-color: #f7f7f7;*/
  padding: 20px 20px;
	max-width: 1200px;
	margin: 0 auto;
}

#spp-instructors-team h2, #join-spp-driving-school h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 20px;
	
}

#spp-instructors-team p, #join-spp-driving-school p {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-btn {
  text-decoration: none;  
  background-color: #060606;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-top: 20px;
     
}
.contact-btn a { text-decoration: none;}

.contact-btn:hover {
  background-color: #0056b3;

}
.contact-btn a {color: white;}
@media (max-width: 768px) {
  .container-team {
    padding: 10px;
  }
}
