.two-col ul li {
  position: relative;
  margin-top: 0.75em;
  padding-left: 1em;
}

.modern-seo--two-col {
  margin-bottom: 0;
}

.modern-seo--two-col ol {
  list-style: decimal;
  padding-left: 57px;
}

.modern-seo--two-col ol li {
  padding-left: 5px;
}

.modern-seo--two-col ol li::marker {
  color: #35364e;
  font-family: Metric-bold;
}

.modern-seo--two-col h2 {
  color: #003f65;
  font-size: 35px;
}

.modern-seo--two-col .h3,
.modern-seo--two-col h3 {
  font-size: 25px;
  font-family: Metric-bold;
  color: #003f65;
}

.modern-seo--two-col .h4,
.modern-seo--two-col h4 {
  font-size: 25px;
  font-family: Metric-medium;
  color: #003f65;
}

.modern-seo--two-col .p,
.modern-seo--two-col p {
  color: #35364e;
  font-size: 23px;
}

.modern-seo--two-col ul {
  list-style: disc;
  padding-left: 57px;
}

.modern-seo--two-col ul li {
  padding-left: 5px;
}

.modern-seo--two-col ul li::marker {
  color: #35364e;
  font-family: Metric-bold;
}

@media screen and (max-width: 767.98px) {
  .modern-seo--two-col .p {
    font-size: 21px;
  }
}

.solution-workflows {
  text-align: center;
}

.solution-workflows__item {
  position: relative;
  z-index: 1;
  min-height: 100%;
  padding: 30px 27px 29px;
  border-radius: 6px;
  border: 1px solid #DDE1E9;
  background-color: #FFF;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0), 0px 2px 6px rgba(0, 0, 0, 0);
  text-align: left;
  transition-duration: 0.25s;
  transition-property: box-shadow, transform;
}

.solution-workflows__item:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-8px);
}
.modern-seo--hero {
  display: flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  background-image: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/modern-seo/blueBackground.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}