.team-content-two .title {
       
        font-size: 18px !important;
  }

.contact-form label {
    color: white !important;
}

.team-thumb-two img {
    border-radius: 8px !important;
  	object-fit: cover !important;
 
}

.team-thumb-two {
    display: grid !important;
  	justify-content: center !important;
 
}



.team-item-two {
    background: transparent !important;
}

.about-img-wrap-eleven img {
	width: 800px ;
border-radius: 8px;
box-shadow: 0 4px 12px black;
	object-fit: cover !important;
}

@media screen and (max-width: 768px) {
  .about-img-wrap-eleven img {
    width: 350px !important;
    height: auto !important;
    display: block !important;
	justify-self: center;
  }
}

.section-title-two h2.title {
  color: #00194c !important;
}