.block_title_team h2{
  font-family: League Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 55px;
  /* identical to box height */
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
.block_title_team h2 .t_red{
  font-family: League Gothic;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 55px;
  /* identical to box height */
  letter-spacing: 0.1em;
  color: #9D0817;
  font-weight: 800;
}

/* TEAM */
.block_our_team{
  margin: 40px 15px 15px;
}
.our-team{
  text-align: center;
  position: relative;
  color: #fff;
}
.our-team img{
  width: 100%;
  height: 100%;
}
.our-team .content{
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  padding-top: 65%;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.our-team:hover .content,
.our-team.active .content{
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.our-team .content .title{
  margin: 0 0 10px;
  display: block;
  font-size: 25px;
  font-weight: 600;
}
.our-team .content .post{
  margin: 0 0 25px;
  display: block;
  font-size: 15px
}
.our-team .social{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.our-team .social li{
  display: inline-block;
}
.our-team .social li a{
  display: block;
  color: #9d221e;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 0;
  background-color: #fff;
  margin-right: 5px;
  transition: all 0.5s ease 0s;
  position: relative;
}
.our-team .social li a:hover, .our-team.active .social li a{
  border-radius: 50%;
  text-decoration: none;
}
.content__team h3{
  font-family: Arial;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #9D0817;
  margin-top: 26px;
}
.content__team span{
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  color: #6D6E70;
}
@media screen and (max-width: 990px){
  .our-team{
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {}