/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

.policy {
  margin-top: 80px;
}
.policy .title_color {
  font-size: 14px;
}
@media (min-width: 576px) {
  .policy .title_color {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .policy .title_color {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .policy .title_color {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .policy .title_color {
    font-size: 24px;
  }
}

.team-desc img {
  width: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .team-desc img {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .team-desc img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  .team-desc img {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .team-desc img {
    width: 100px;
  }
}
.team-desc p {
  margin-bottom: initial;
}