/*
Theme Name: Buscom Child
Theme URI: http://thememine.net/buscom/
Template: buscom
Author: DroitThemes
Author URI: https://themeforest.net/user/validthemes/portfolio
Description: Buscom is a Bootstrap Based WordPress Theme.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buscom-child
*/
.team-section img {
  transition: all 0.35s ease-in-out;
}
.team-section img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.each-title {
  width: 100%;
  text-align: center;
}
.each-title h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  word-wrap: break-word;
  color: #232323;
  width: 200px;
  margin: 0 auto;
}
.each-title p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #888888;
  display: block;
  margin: 0 auto;
  width: 170px;
}
.modern-services-area .item .content a {
  display: none !important;
}
.vc_row.wpb_row.vc_row-fluid.team-section.top {
  display: flex;
  justify-content: center;
}
