.feature {
  padding: 0 1.5em;
}
.feature.bkgd-dark {
  color: white;
  background: #4a00e2;
}
.feature.alternate,
.bg-white {
  background: #fff;
}

.feature-inner {
  max-width: 1080px;
  margin: auto;
  padding: 4em 0;
  gap: 4em;
  align-items: center;
}
.alternate .feature-inner,
.img-left {
  flex-direction: row-reverse;
}

.feature-content, .feature-callout {
}

.feature-header {
  max-width: 1080px;
  margin: auto;
  padding: 4em 0 0;
  text-align: center;
}
.feature-header h3,
.feature-content h3 {
  color: #110057;
  font-size: 1.75rem;
  line-height: 1.5em;
  margin: 0 0 .5em;
}
.feature-header p,
.feature-content p {
  color: #575758;
  font-size: 1.125rem;
  line-height: 2rem;
}
.feature-content ul {
  list-style: none;
  padding-inline-start: 1.5em;
}
.feature-content li {
  margin-bottom: 0.75em;
}
.feature-content li:before {
    content: "•";
    color: #4a00e2;
    font-size: .75em;
    width: 1.5em;
    margin-left: -1.5em;
    display: inline-block;
}

.callout-image img {
  max-width: 100%;
}
.callout-image iframe {
  width: 100%;
  height: 360px;
}

.feature-cta {
  display: flex;
  flex-direction: column;
  gap: 1em;
  min-width: 25%;
}
.feature-cta a {
  text-align: center;
}

.bkgd-dark .feature-content h3,
.bkgd-dark .feature-content p {
  color: white;
}


/* Media Query Breakpoints */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .feature-inner {
    display: flex;
  }
  .feature-content, .feature-callout {
      flex: 1;
      width: 50%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
}
