/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
}
.serviceMatrixThree {
  padding-bottom: 70px;
  /* overflow-x: hidden; */
}
.serviceMatrixThree a {
  text-decoration: none;
  color: black;
}
.serviceMatrixThree .serviceMatrixThreeContent {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.serviceMatrixThree .serviceMatrixThreeContent > div {
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 16px 0px rgba(0, 182, 176, 0.2);
}

.serviceMatrixThree .href.roundButton:hover {
  cursor: pointer !important;
  background-color: #1bd1d1 !important;
  color: white !important;
}

.serviceMatrixThree .href.roundButton .littleIntoImg,
.serviceMatrixThree .href.roundButton:hover .littleIntoGreenImg {
  display: none !important;
}

.serviceMatrixThree .href.roundButton .littleIntoGreenImg,
.serviceMatrixThree .href.roundButton:hover .littleIntoImg {
  display: block !important;
}
.serviceMatrixThree .nohrefNoIcon > img {
  display: none !important;
}
.serviceMatrixThree .nohrefIcon,.serviceMatrixThree .nohrefNoIcon{
cursor:auto;
}
.serviceMatrixThree .nohrefNoIcon.roundButton:hover {
  background-color: #f1f2fb;
  color: #999999;
}
.serviceMatrixThree .serviceMatrixThreeContent .MatrixContentFooter {
  padding: 16px 0 48px 0;
  background-color: white;
}
.serviceMatrixThree
  .serviceMatrixThreeContent
  .MatrixContentFooter
  .MatrixContentFooterTitle {
  margin-bottom: 36px;
  font-size: 20px;
  text-align: center;
}
.serviceMatrixThree
  .serviceMatrixThreeContent
  .MatrixContentFooter
  > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.serviceMatrixThree
  .serviceMatrixThreeContent
  .MatrixContentFooter
  .MatrixContentFooterButton {
  font-size: 16px;
  width: 310px;
  line-height: 24px;
  margin: 0 auto;
  padding: 10px 40px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 182, 176, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(0, 182, 176, 0.2);
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.serviceMatrixThree
  .serviceMatrixThreeContent
  .MatrixContentFooter
  .MatrixContentFooterButton
  > img {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
}
.serviceMatrixThree .MatrixContentFooter .littleIntoGreenImg,
.serviceMatrixThree .MatrixContentFooter .littleIntoImg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1200px) {
  .serviceMatrixThree .serviceMatrixThreeContent {
    -ms-grid-columns: 33.3% 0px 33.3% 0px 33.3%;
    grid-template-columns: 33.3% 33.3% 33.3%;
    -ms-grid-rows: 168px 0px 336px 0px 168px;
    grid-template-rows: 168px 336px 168px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    position: relative;
    /* left: calc(5% - 20px); */
    /* overflow-x: hidden; */
    width: 94%;
  }
  .serviceMatrixThree
    .serviceMatrixThreeContent
    .MatrixContentFooter
    .MatrixContentFooterButton {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 960px) {
  .serviceMatrixThree {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .serviceMatrixThree .serviceMatrixThreeContent {
    display: block;
  }
  .serviceMatrixThree .serviceMatrixThreeContent .MatrixContentFooter {
    padding: 24px;
  }

  .serviceMatrixThree
    .serviceMatrixThreeContent
    .MatrixContentFooter
    .MatrixContentFooterTitle {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
    text-align: left;
  }
  .serviceMatrixThree
    .serviceMatrixThreeContent
    .MatrixContentFooter
    > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .serviceMatrixThree
    .serviceMatrixThreeContent
    .MatrixContentFooter
    .MatrixContentFooterButton {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 12px;
  }

  .serviceMatrixThree
    .serviceMatrixThreeContent
    .MatrixContentFooter
    .MatrixContentFooterButton
    > img {
    width: 20px;
    height: 20px;
    top: 6px;
  }
}
