.fv {
  z-index: 0;
  position: relative;
}

.fv::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100%;
  width: 73.20644vw;
  background-image: url("../img/dummy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50px 0px 0px 50px;
}

.about {
  z-index: 0;
  position: relative;
}

.about::before, .about::after {
  content: '';
  z-index: -1;
  position: absolute;
}

.about::before {
  top: 0;
  bottom: auto;
  right: auto;
  left: 0;
  background-image: url("../img/dummy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 27.08638vw;
  width: 19.39971vw;
  border-radius: 0px 50px 50px 0px;
}

.about::after {
  content: '';
  top: auto;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: -1;
  position: absolute;
  background-image: url("../img/dummy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 32.21083vw;
  width: 32.21083vw;
  border-radius: 50px 0px 0px 50px;
}

.about .text-box {
  width: 51.24451vw;
  margin-right: auto;
  margin-left: auto;
}
