@media only screen and (max-width: 576px) {
  .company_history__date {
    width: 90%;
  }
}

@media only screen and (min-width: 576px) {
  .company_history__date {
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .company_history__date {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {
  .company_history__date {
    width: 60%;
  }
}

@media only screen and (min-width: 1200px) {
  .company_history__date {
    width: 60%;
  }
}

.team_parent {
  background-color: #F4F4F4;
}

.team {
  background-color: #F4F4F4;
}

.company_history__date {
  color: #fff;
  background-color: #6F0913;
}
/*# sourceMappingURL=styles.css.map */