#team{
  background: #003145;
  padding: 60px 0;
}
.title__team h2{
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 49px;
  color: #FFFFFF;
  width: 60%;
  margin-block-start: 0.13em;
  margin-block-end: 0.13em;
}
.team{
  text-align: center;
  
}
.team img{
  max-width: 200px;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 15px;
  border-radius: 15px;
  box-shadow: 0px 5px 10px black;
}
.team h3{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #F5F8FA;
  margin-block-start: 0.1em;
  margin-block-end: 0.1em;
}
.team p{
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #FAA61A
}



@media (max-width: 435px){
  .title__counter h2{
    width: auto;
  }