.about__fv{
  background: linear-gradient(to right,  rgba(220,226,61,0.6) 0%,rgba(128,211,141,0.3) 100%);
  padding: var(--col-space) var(--row-space);
  color:#3e3a39;
}
.about__fv h2{
color:#3e3a39;
text-align: center;
font-size:calc( var(--h2) / 1.75);
margin: 0 auto 1em;
}
.about__fv h2.renewal{
  font-size:calc( var(--h2) / 1.2);

}
.about__fv .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.about__fv .flex .Image{
  width:12%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .about__fv h2{
    text-align: left;
    line-height: 1.855;
  }

  .about__fv .flex .Image{
    width:60%;
    margin:1em auto 1em;
  }
}