.Solution-Section-2 p {
  text-align: justify;
}

.Solution-Section-3 img {
  width: 100px;
}
.Solution-Section-3 .Image-Height {
  height: 100px;
  display: flex;
  align-items: center;
}
.Solution-Section-3 .Solution-Links .col-12.col-md-6.col-lg-4.col-xl-3 {
  height: 45px;
}
.Solution-Section-3 .Solution-Links h2 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.Solution-Section-3 .Solution-Links a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #112F4F;
  font-weight: 400;
}
.Solution-Section-3 .Solution-Links a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.Solution-Section-3 .Solution-Links a:hover i {
  display: initial;
}
.Solution-Section-3 .Solution-Links a i {
  font-size: 24px;
  line-height: 16px;
  display: none;
  position: absolute;
}
.Solution-Section-3 .Solution-Links a i::before {
  position: relative;
  top: 4px;
}
.Solution-Section-3 .Test-Tab .nav-link {
  font-family: "Roboto", sans-serif;
  color: #17B7D0;
  background-color: #ffffff;
  border-radius: 3px;
  border-color: #17B7D0;
  text-transform: uppercase;
  font-weight: 500;
  margin: 5px;
}
.Solution-Section-3 .Test-Tab .nav-link:hover {
  color: #ffffff !important;
  background-color: #17B7D0 !important;
  border-color: #17B7D0 !important;
}
.Solution-Section-3 .Test-Tab .nav-link.active {
  color: #ffffff !important;
  background-color: #17B7D0 !important;
  border-color: #17B7D0 !important;
}/*# sourceMappingURL=solution.css.map */