#expertise {
  margin: 40px 0 76px;
}

#expertise .section_header h3 {
  margin: 0;
}

#expertise .section_header h3 span {
  font-size: 18px;
  line-height: 20px;
}

#expertise h6 {
  font-weight: normal;
  margin: -10px 0 56px 0;
  line-height: 20px;
  color: #000000;
  font-size: 18px;
}

#expertise .perk {
  margin-bottom: 36px;
  margin-left: 0;
}

#expertise .circle {
  text-align: center;
  box-shadow: 1px 1px 2px 0 #d1d1ff;
  height: 136px;
  width: 136px;
  margin: 14px 0 0 0;
  border-radius: 100%;
  background: #0078fb;
}

#expertise .circle img {
  height: 70px;
  margin-top: 35px;
}

#expertise .description_wrapper {
  float: right;
}

#expertise .description_wrapper h5 {
  margin: 5px 0 10px 0;
  font-size: 20px;
}

#expertise .description_wrapper p {
  margin-bottom: 0;
  color: #21216d;
  line-height: 24px;
  font-size: 14px;
}

#expertise .last {
  margin-bottom: 0;
}

#models {
  min-height: 450px;
}

#models .section_header h3 {
  margin: 0;
}

#models .section_header h3 span {
  font-size: 18px;
  line-height: 20px;
}

#models .description {
  position: relative;
}

#models .description .text {
  position: absolute;
  display: none;
  margin-right: 10px;
}

#models .description .text.active {
  display: block;
}

#models .description h4 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 35px;
}

#models .description p {
  line-height: 26px;
  color: #21216d;
  font-size: 15px;
}

#models .areas {
  float: right;
  margin-left: 0;
}

#models .areas .circle {
  float: left;
  text-align: center;
  border-radius: 100%;
  width: 210px;
  margin-right: -45px;
  cursor: pointer;
  height: 210px;
  background: rgba(0, 0, 114, 0.9);
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

#models .areas .circle img {
  height: 56px;
  margin-top: 56px;
}

#models .areas .circle span {
  display: block;
  margin-top: 21px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

#models .areas .circle:hover, #models .areas .circle.active {
  background: rgba(0, 120, 251, 1.0);
}

#models .areas .first {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

  
  
  #expertise .description_wrapper {
    width: 77%;
  }
  
  #models {
    min-height: 550px;
  }
  
  #models .areas {
    text-align: center;
  }
  
  #models .areas .last_circle {
    float: none;
    display: inline-block;
    margin-top: -54px;
    margin-left: -75px;
  }

}

@media (max-width: 767px) {

  
  
  #expertise .perk {
    text-align: center;
    margin-bottom: 54px;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  #expertise .last {
    margin-bottom: 30px;
  }
  
  #expertise .circle {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  
  #expertise .description_wrapper {
    float: none;
  }
  
  #expertise .description_wrapper h5 {
    margin-bottom: 15px;
  }
  
  
  
  #models .areas {
    text-align: center;
    margin-bottom: 0;
    margin-top: 310px;
  }
  
  #models .areas .circle {
    float: none;
    display: inline-block;
    margin: 0;
  }
  
  #models .areas .last_circle {
    margin-top: -23px;
  }

}

@media (max-width: 480px) {

  
  
  #models .areas {
    margin-top: 500px;
  }
  
  #models .areas .circle {
    height: 100px;
    width: 100px;
  }
  
  #models .areas .circle img {
    margin-top: 22px;
  }
  
  #models .areas .circle span {
    display: none;
  }
  
  #models .areas .last_circle {
    margin-top: 0;
  }

}