.single-ql_services .page-header {
    display: none;
}

.teammembercontainer {
    height: 380px;
    width: 390px;
    background-size: cover;
    background-position: center;
}

.appointmentbtn.more::before {
    background: rgba(0,0,0,0);
    background: transparent;
}

@media(max-width: 1189px) {
   .teammembercontainer {
       width: 100% !important;
   } 
}