.nav-link-2 {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.a-link li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.active {
  font-weight: 700;
}

a.active {
  color: #ffbc13;
  border-bottom: 3px solid #ffbc13;
}

.active-img {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.tab-content > .active {
  display: flex;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

.desk-3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #686868;
  font-size: 16px;
  line-height: 28px;
}

.solar-2 {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .tab-content > .active {
    display: flex;
    flex-direction: column-reverse;
  }
  .solar-2 {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }
}
