.dot {
  height: 1vw;
  width: 1vw;
  background-color: #0b3954;
  border-radius: 50%;
  display: inline-block;
  align-self: center;
  margin-right: 0.5vw;
}
.dot-active {
  background-color: #87ceeb !important;
}

.what-we-do-title-wrapper {
  color: var(--airforce);
  font-size: 2vw;
  line-height: 2.5vw;
  margin-bottom: 2vw;
}

.what-we-do-list {
  width: 100%;
}

.what-we-do-list li {
  list-style: none;
}
.what-we-do-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.25vw;
}

@media screen and (min-width: 768px) {
  .what-we-do-right-wrapper {
    padding: 0px 3vw 0px 1vw !important;
  }
}
