.section3-card {
  background: url("../image/ellipse-gradient.png") no-repeat center top / 100% auto,#F0EAE0;
}
.section3-card-block {
  padding-top: 10px;
}
.section3-card-circle {
  width: 40px;
  height: 40px;
  background: #6E4AFF;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.section3-card-title-block {
  padding-top: 10px;
}
.section3-card-title {
  line-height: 1.2;
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.section3-card-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 20px;
  bottom: 0;
  z-index: -10;
  background: #FFFFFF;
}
.section3-card-content {
  line-height: 1.4;
  padding-top: 12px;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 10;
  padding-bottom: 16px;
}
.section3-card-content-percent-60 {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.section3-card-content-percent-60::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 10px;
  bottom: 0;
  z-index: -10;
  background: #FFF70A;
}
.section3-card-content-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3-card-content-logo {
  margin: 0px 2px;
}