.about-us-section {
  background-color: #fff;
  padding: 80px 0;
}

.title-about-us {
  display: block;
  margin-bottom: 2.55em;
}

.title-about-us h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.85em;
  color: #273034;
  font-family: 'Roboto Slab', serif;
}

.title-about-us h2 small {
  display: block;
  font-weight: 100;
  text-transform: none;
  font-size: 65%;
}

.highlight-icon.square, .square{
  display: inline-flex;
  width: 40px !important;
  height: 40px !important;
  background-color: #273034;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.about-text p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #565656;
  font-weight: normal;
  line-height: 1.714em;
  margin-bottom: 1em;
}

.about-left, .about-right {
  width: 48%;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
  transition: transform 0.3s ease;
}

.highlight-item:hover .highlight-icon {
  transform: translateX(5px);
}

.highlight-icon {
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.highlight-title {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 1.1em;
  margin: 0 0 0.3em 0;
  color: #273034;
}

.highlight-description {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  color: #565656;
  line-height: 1.714em;
}