.indexBgMa {
  margin-bottom: 21rem;
}
@media (min-width: 576px) {
  .indexBgMa {
    margin-bottom: 3rem;
  }
}

.h1Title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #e56130;
  line-height: 1;
  font-style: normal;
}
@media (min-width: 576px) {
  .h1Title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    color: #e56130;
    line-height: 1.2;
    font-style: normal;
  }
}

.polygonTriangleBefore::before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background: #c2dfed;
}
@media (min-width: 576px) {
  .polygonTriangleBefore::before {
    content: "";
    display: block;
    height: 216px;
    width: 100%;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #c2dfed;
  }
}

.polygonTriangleAfter::after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #c2dfed;
}
@media (min-width: 576px) {
  .polygonTriangleAfter::after {
    content: "";
    display: block;
    height: 216px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background: #c2dfed;
  }
}

.polygonTriangleBefore_reflection::after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  clip-path: polygon(0 100%, 0 0, 100% 100%);
  background: #3493c3;
}
@media (min-width: 576px) {
  .polygonTriangleBefore_reflection::after {
    content: "";
    display: block;
    height: 216px;
    width: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background: #3493c3;
  }
}

.polygonTriangleAfter_reflection::before {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  clip-path: polygon(0 100%, 0 0, 100% 0);
  background: #3493c3;
}
@media (min-width: 576px) {
  .polygonTriangleAfter_reflection::before {
    content: "";
    display: block;
    height: 216px;
    width: 100%;
    clip-path: polygon(0 100%, 0 0, 100% 0);
    background: #3493c3;
  }
}

.contentHeigh_01 {
  height: 19rem;
}

.content {
  z-index: 1;
}
@media (min-width: 576px) {
  .content {
    z-index: 0;
  }
}

.contentHeigh_02 {
  height: 25rem;
}

.patientSafety {
  bottom: -29rem;
  left: -4rem;
  scale: 0.5;
  z-index: -1;
}
@media (min-width: 576px) {
  .patientSafety {
    scale: 1;
    bottom: -20rem;
    left: -49rem;
  }
}
@media (min-width: 768px) {
  .patientSafety {
    bottom: -5rem;
  }
}
@media (min-width: 992px) {
  .patientSafety {
    bottom: -15rem;
  }
}

.aiRealTime_01 {
  z-index: 1;
  top: -4rem;
  left: -24vw;
  scale: 0.5;
}
@media (min-width: 576px) {
  .aiRealTime_01 {
    scale: 0.9;
    top: -16rem;
    left: 25rem;
  }
}

.contentHeigh_04 {
  margin-bottom: 11rem;
}

.aiRealTime_02 {
  top: 11rem;
  left: -1rem;
  scale: 0.6;
}
@media (min-width: 576px) {
  .aiRealTime_02 {
    scale: 0.8;
    top: -7rem;
    left: -37rem;
  }
}

.certificationsIcon {
  width: 70%;
  margin: 0 1rem;
}
@media (min-width: 576px) {
  .certificationsIcon {
    width: 35%;
  }
}/*# sourceMappingURL=ai_real-time_breathing_monitoring_system.css.map */