@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&display=swap");
@font-face {
  font-family: NotoSansRegular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: NotoSansLight;
  src: url(../fonts/NotoSans-Light.ttf);
}
.item-component {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding-block: 2rem;
}
.item-component .item-component-heading {
  flex-shrink: 0;
  width: 100%;
  margin: 0;
}
.item-component .item-component-text {
  border-top: 2px solid #0ABF7F;
  padding-top: 1.5rem;
}
.item-component .item-component-text > p {
  margin: 0;
}

.itemFigure {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 767px) {
  .item-component {
    flex-direction: row;
  }
  .item-component .item-component-heading {
    width: 200px;
  }
  .item-component .item-component-text {
    border-top: none;
    padding-top: 0;
    border-left: 2px solid #0ABF7F;
    padding-left: 1.5rem;
  }
  .itemFigure {
    display: block;
  }
  .itemFigure img {
    margin-left: 228px !important;
  }
}

/*# sourceMappingURL=item.css.map */
