/* Colors */
/* Paths */
.about-us .nav-tabs {
  border: none;
}

.about-us .nav-tabs .nav-link {
  color: #6d6e70;
  padding-top: 0;
}

.about-us .nav-tabs .nav-link.active,
.about-us .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background: none;
  border-color: transparent;
}

.about-us .nav-tabs .nav-link:hover,
.about-us .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.about-us .tab-content {
  padding-top: 1.5rem;
}

.about-us .about-text {
  height: 70vh;
}

.about-us .section-image {
  padding-top: 45px;
  text-align: center;
}

.about-us h2 {
  color: #fff;
  font-family: 'TitilliumRegular';
  font-size: 45px;
  text-transform: uppercase;
}

.about-us p {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  max-width: 480px;
}

.about-us p + h2 {
  margin-top: 40px;
}

.about-us ul {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .about-us h2 br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .about-us .section-image {
    padding: 0;
    margin-bottom: 40px;
  }
  .about-us .about-text {
    height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 575.98px) {
  .about-us .nav-tabs .nav-item {
    width: 50%;
  }
  .about-us .nav-tabs .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .about-us .section-image img {
    height: auto;
    width: 100%;
  }
}
