/*Primary Colors*/
/*Secondary Colors*/
/*Form Colors*/
/*Gradients*/
/*Transitions*/
/*Font Size*/
/*Radius*/
/*Spacing*/
/*Container*/
#servicePageSection {
  background-color: #ffffff;
  margin-top: 1.802rem;
}
@media (min-width: 768px) {
  #servicePageSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#servicePageSection .contentWrapper {
  background-color: #0091EA;
  padding: 1rem;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  #servicePageSection .contentWrapper {
    padding: 2.441rem;
  }
}
#servicePageSection .contentWrapper .servicePageHeadLine {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 2.027rem;
}
@media (min-width: 768px) {
  #servicePageSection .contentWrapper .servicePageHeadLine {
    font-size: 2.441rem;
  }
}
@media (min-width: 1024px) {
  #servicePageSection .contentWrapper .servicePageHeadLine {
    font-size: 3.815rem;
  }
}
@media (min-width: 1800px) {
  #servicePageSection .contentWrapper .servicePageHeadLine {
    font-size: 4.768rem;
  }
}
#servicePageSection .contentWrapper .servicePageParagraph {
  color: #ffffff;
  line-height: 1.6;
}

#keyAspectsSection {
  background-color: #ffffff;
  margin-top: 1.802rem;
}
@media (min-width: 768px) {
  #keyAspectsSection {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#keyAspectsSection .contentWrapper {
  background-color: #ffffff;
  padding: 1rem;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  #keyAspectsSection .contentWrapper {
    padding: 2.441rem;
  }
}
#keyAspectsSection .contentWrapper .servicePageHeadLine {
  font-family: "Poppins", sans-serif;
  color: #0091EA;
  text-align: start;
  margin: 0;
  padding: 0;
}
#keyAspectsSection .contentWrapper .servicePageSubHeadLine {
  font-family: "Poppins", sans-serif;
  color: #FF0266;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 1.602rem;
}
#keyAspectsSection .contentWrapper .keyAspectsParagraph {
  line-height: 1.6;
  color: #0b0b0b;
}/*# sourceMappingURL=service.css.map */