/*Primary Colors*/
/*Secondary Colors*/
/*Form Colors*/
/*Gradients*/
/*Transitions*/
/*Font Size*/
/*Radius*/
/*Spacing*/
/*Container*/
#aboutPageSection {
  background-image: url("style/images/objects/blue-product-backdrop-with-patterned-glass.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1.802rem;
  padding-bottom: 1.802rem;
}
@media (min-width: 768px) {
  #aboutPageSection {
    -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;
  }
}
#aboutPageSection .aboutLeft {
  width: 100%;
}
#aboutPageSection .aboutRight {
  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) {
  #aboutPageSection .aboutRight {
    padding: 2.441rem;
  }
}
#aboutPageSection .aboutRight .imgWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#aboutPageSection .aboutRight .imgWrapper .aboutImg {
  width: 300px;
}
@media (min-width: 568px) {
  #aboutPageSection .aboutRight .imgWrapper .aboutImg {
    width: 400px;
  }
}
@media (min-width: 768px) {
  #aboutPageSection .aboutRight .imgWrapper .aboutImg {
    width: 450px;
  }
}
#aboutPageSection .aboutRight .aboutHeadLine {
  font-family: "Poppins", sans-serif;
  color: #0091EA;
  margin: 0;
  padding: 0;
  border-left: 3px solid #FF0266;
  margin-bottom: 10px;
  padding-left: 10px;
}
#aboutPageSection .aboutRight .aboutSubHeadLine {
  color: #FF0266;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
#aboutPageSection .aboutRight .aboutParagraph {
  color: #0b0b0b;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}/*# sourceMappingURL=about.css.map */