.hero{
  height: 95vh;
  position: relative;
  background-color: var(--reddish)
}
.hero .flex-con{
  height: 100%;
}
.hero-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--black-two);
  opacity: .5;
}
.hero-header{
  margin-top: 100px;
  margin-bottom: 25px;
}
.hero-teaser{
  padding-right: 100px;
}
.do{
  background-color: var(--reddish);
}
.do-items{
  margin-top: 30px;
}
.do-base{
  overflow: hidden;
}
.do-con{
  background-color: white;
  padding: 30px 30px 40px;
  height: 100%;
}
.do-con img{
  /* margin-bottom: 15px; */
}
.serve-list{
  list-style: none;
  padding: 0;
}
.serve-item{
  padding: 15px 0;
  border-bottom: 1px solid #E1998E;
}
.serve-item:last-child{
  border-color: transparent;
}

/* Team */
.team{
  background-color: var(--white);
}
.team-base{
  padding: 0 10px;
}
.team-con{
  background-color: #fff;
  height: 100%;
}
.team-img{
  height: 25vw;
}
.team-det{
  padding: 15px 25px;
}
.team-carousel .owl-stage{
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.team-row{
  margin-top: 50px;
}
.import{
  background-color: var(--reddish);
}

/* Clients */
.clients{
    background-color: white;
}
.clients h4{
    color: var(--reddish);
    font-family: Infra;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.client-img{
    height: 175px;
    background-size: 125px !important;
    filter: grayscale(1);
    opacity: .5;
}
.client-img:hover{
    filter: grayscale(0);
    opacity: 1;
}

@media(max-width: 769px){
  .hero {
    height: 100vw;
  }
  .do-base{
    margin-bottom: 30px;
    text-align: center;
  }
  .do-base:last-child{
    margin-bottom: 0px;
  }
  .who .block-title{
    margin-top: 30px;
  }
}
@media(max-width: 480px){
  .hero {
    height: 100%;
  }
  .hero-header {
    font-size: 56px !important;
    line-height: 64px !important;
    margin-top: 50px;
  }
  .hero-teaser{
    padding: 0;
  }
  .block-header, .block-title-b {
    font-size: 40px !important;
  }
  .block-header-2 {
    font-size: 35px !important;
    line-height: 46px !important;
  }
  .inline-btn a {
    margin: 10px !important;
  }
  .team-img {
    height: 75vw;
  }
  .hero-teaser{
    display: none;
  }
}
