.omoss-template {
  overflow: hidden;
}

.omoss-template__intro-inner {
  max-width: 60rem;
}

.omoss-template__intro-text {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
}

.omoss-template__intro-text > :first-child {
  margin-top: 0;
}

.omoss-template__intro-text > :last-child {
  margin-bottom: 0;
}

.omoss-template__columns {
  position: relative;
  z-index: 1;
}

.omoss-template__columns .row > [class*="col-"] {
  display: flex;
}

.omoss-template__panel {
  border-radius: 20px;
  display: block;
  width: 100%;
  line-height: 1.65;
  font-size: 1rem;
}

.omoss-template__panel > :first-child {
  margin-top: 0;
}

.omoss-template__panel > :last-child {
  margin-bottom: 0;
}

.omoss-template__panel > * {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.omoss-template__panel > *:last-child {
  margin-bottom: 0;
}

.omoss-template__panel p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.omoss-template__panel p:last-child {
  margin-bottom: 0;
}

.omoss-template__panel h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .omoss-template__columns .row {
    --bs-gutter-y: 1.25rem;
  }
}
