.bfri-how-it-works {
  background-color: #014d77;
  padding: 40px 30px;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 1170px;
  margin: 0 auto 40px;
}

.node--type-product-display #main .layout.how_it_works_layout {
  background-color: #014d77;
  max-width: 100%;
}

.bfri-how-it-works h2 {
  color: #fff !important;
  margin-bottom: 25px;
  text-align: center;
}

.bfri-how-it-works__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}

.bfri-how-it-works__steps {
  flex: 1 1 480px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bfri-how-it-works__step {
  display: flex;
  gap: 14px;
  background-color: #004063;
  border-radius: 6px;
  padding: 16px 20px;
  border: 1px solid #116898;
}

.bfri-how-it-works__step-number {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  background-color: #29a3c9;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}

.bfri-how-it-works__step-content strong {
  display: block;
  margin: 0 0 6px;
  font-weight: 700;
  color: #FFF;
  font-family: skolar-latin, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.6px; /* 97.778% */
}

.bfri-how-it-works__step-content ul {
  margin: 0;
  padding-left: 18px;
  color: #FFF;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 125% */
}

.bfri-how-it-works__video {
  flex: 1 1 380px;
  text-align: center;
}

.bfri-how-it-works__video-label {
  text-transform: capitalize;
  margin: 0 0 6px;
  color: #F38C0D;
  text-align: center;
  font-family: skolar-latin, serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 132% */
}

.bfri-how-it-works__video-title {
  margin: 0 0 16px;
  color: #FFF;
  text-align: center;
  font-family: skolar-latin, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 165% */
}

.bfri-how-it-works__video-embed {
  /* border: 2px solid #29a3c9; */
  border-radius: 4px;
  overflow: hidden;
}

.bfri-how-it-works__video-embed iframe {
  width: 100%;
  display: block;
}
