
.fixed-img {
  width: 100%;       
  height: 300px;      
  object-fit: cover;  
  display: block;     
}

.team-social {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 0.5rem;
}
