.allServicesPage {
  width: 80%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px auto;
}
.allServicesPage .divA {
  display: flex;
  width: 300px;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-right: 20px;
  border: 1px solid #6699ff;
  border-radius: 30px;
  text-decoration: none;
  color: #545454;
  margin-bottom: 30px;
}
.allServicesPage .divA img {
  width: 70%;
  opacity: 0.7;
}
.allServicesPage .divA h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.allServicesPage .divA p {
  width: 80%;
  margin-bottom: 50px;
  line-height: 20px;
}
.allServicesPage .divA div {
  width: 80%;
  padding-top: 10px;
  height: 50px;
  border-radius: 20px;
  background-color: #6699ff;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.allServicesPage .divA:hover {
  background-color: #6699ff;
  color: #fff;
}
.allServicesPage .divA:hover img {
  opacity: 1;
  filter: brightness(1000%);
}
.allServicesPage .divA:hover div {
  background-color: #fff;
  color: #6699ff;
}

.grayDivService {
  display: flex;
  background-color: #f1f1f1;
  flex-wrap: wrap;
}
.grayDivService a {
  width: 50%;
  padding-top: 10px;
  height: 50px;
  border-radius: 20px;
  background-color: #6699ff;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.grayDivService a:hover {
  background-color: #fff;
  color: #6699ff;
  border: 1px solid #6699ff;
}
.grayDivService .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  padding-top: 85px;
  padding-left: 5%;
  padding-right: 5%;
}
.grayDivService .right h3 {
  font-size: 1.6rem;
  color: #545454;
  line-height: 35px;
}
.grayDivService .right h3 em {
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
}
.grayDivService .right .hr {
  display: block;
  background-color: #d24a43;
  border: none;
  height: 2px;
  width: 375px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.grayDivService .right p {
  color: #545454;
  line-height: 30px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.grayDivService .left {
  display: flex;
  align-items: center;
  width: 50%;
}
.grayDivService .left img {
  display: block;
  width: 100%;
}

.neutralDiv a {
  width: 50%;
  padding-top: 10px;
  height: 50px;
  border-radius: 20px;
  background-color: #6699ff;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}
.neutralDiv a:hover {
  background-color: #fff;
  color: #6699ff;
  border: 1px solid #6699ff;
}/*# sourceMappingURL=services.css.map */