.company-info h1, .company-info h6, .company-info p {
  color: #fff !important;
}

.company-info p {
  margin-bottom: 20px;
}

.history-card {
  margin: 10px 0;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.2),0 5px 7px 0 rgba(0,0,0,.19)!important;
}

.history-card .card-body .card-title {
  font-size: 20px;
}

.history-card img{
  border-radius: 0;
}

.history-card .card-body p{
  color: #808080;
  font-size: 14px;
}

.history-card .card-body p:last-child{
  margin-bottom: 0;
}

.description-content {
  padding: 30px 10px;
}

.description-content h3 {
  color: #E51836;
  font-size: 20px;
}

@media (min-width: 768px) {
  .description-content {
    padding: 0 50px;
  }
  .description-content h3 {
    font-size: 30px;
  }
}



.description-content p {
  color: #fff;
  font-size: 14px;
}

.business-sectors .sector {
  padding: 20px 0;
  border-bottom: 1px solid #4D4D4D;
}

.business-sectors h3 {
  margin: 30px 0 10px 0;
}

@media (min-width: 768px) {
  .business-sectors h3 {
    margin: 45px 0 20px 0;
  }
}

.business-sectors .sector p {
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

