@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
h3 {
  font-family: "Bold" !important;
  font-size: 1.25rem !important;
  color: #222943;
}

.nocHr {
  width: 100%;
  height: 1px;
  background-color: #dee3ed;
  float: right;
}

.nocSection {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nocHr {
  margin-top: 32px;
}

.nocHr:last-child {
  display: none;
}

.images {
  display: flex;
  justify-content: space-between;
}
.images img {
  display: flex;
  width: calc(50% - 30px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .images {
    flex-direction: column;
    gap: 16px;
  }
  .images img {
    width: 100%;
  }
}/*# sourceMappingURL=nocSection.css.map */