.Services-Headings {
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
}

.Icon-Services {
  margin-top: -54px;
  background-color: var(--white-blue);
  width: 130px !important;
  height: 130px !important;
  border-radius: 50%;
}

.services-image {
  width: 100%;
  height: 100%;
}

.bottom-div:hover a {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .why-on-mobile {
    background-color: white;
    color: var(--primary-color);
    width: 100%;
  }
}

.bottom-div-white-blue {
  background-color: var(--white-blue) !important;
  color: var(--primary-color) !important;
}

