/*Pouroshova team css*/

.pouroshova-team{
  padding: 0 50px;
}
.team-item-list {
  padding: 25px 0px; 
}
.team-center{
 margin: 0 auto;
}
.team-item-list a{
  width: 100%;
}
.team-item-list p{
  width: 100%;
}
.team-item-list .team-item-img {
  width: 100%;
  margin-bottom: 20px;
}

.team-item-list .team-item-img img {
  width: 100%;
}
.team-item-list span{
    font-size: 16px;
    color: var(--black-color);
    font-weight: 700;
    line-height: 180%;
}
.team-item-list p,
.team-item-list p a{
    font-size: 16px;
    color: var(--black-color);
    line-height: 180%;
}
.team-item-list p a{
  display: inline;
}
.team-item-list p:hover {
  color: var(--black-color);
}

.team-item-list p a:hover {
  color: var(--orange-color);
}

 /*End Pouroshova team */


/*Media Query for pouroshova team */

@media screen and (max-width: 1400px) {

  .team-item-list span{
    font-size: 14px;
  }
  .team-item-list p,
  .team-item-list p a{
      font-size: 14px;
    }
  
}
@media screen and (max-width: 992px) {
 
  
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 576px) {
  /* .team-item-list {
   padding: 20px;
  } */

  .pouroshova-team{
    
    padding: 0 0px;
  }
}


