@media screen and (min-width: 748px) {
  #ourValuesCon {
    width: 90%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  #whyToChooseUsCon {
    width: 709px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1115px) {
  #whyToChooseUsCon {
    width: 1036px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}
/*# sourceMappingURL=aboutMc.css.map */