.section2-card-block {
  padding-top: 16px;
}
.section2-card1 {
  background: url("../image/sec2-ripple1.png") no-repeat top center,#F0EAE0;
}
.section2-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.section2-card-circle {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.section2-card-circle1 {
  background-color: #3169E0;
}
.section2-card-circle2 {
  background-color: #99621A;
}
.section2-card-title-block {
  padding: 16px 0px;
}
.section2-card3-title-block {
  display: flex;
}
.section2-card-title-highlight {
  position: relative;
}
.section2-card-title {
  position: relative;
  z-index: 10;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.section2-card-title-highlight::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 13px;
  bottom: 0;
  z-index: -10;
  background: #FFFFFF;
}
.section2-card-divider {
  border-radius: 999px;
}
.section2-card-divider1 {
  width: 198px;
  border: 2px solid #5A8EED
}
.section2-card-divider2 {
  width: 198px;
  border: 2px solid #BF842A
}
.section2-card-content {
  margin-top: 4px;
}
.section2-card-text {
  font-size: 18px;
  margin-top: 8px;
  text-align: center;
}
.section2-card-img-block {
  position: relative;
  width: 100%;
  background: #CFC9C1;
  margin-top: 44px;
  border-radius: 10px;
  height: 264px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px #0000001A, 0px 2px 4px 0px #0000001A;
}
.section2-card-img1 {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(16px, -24px);
  width: 213px;
}
.section2-card-img2 {
  position: relative;
  width: 335px;
}
.section2-card2-img1 {
  background: url("../image/sec2-card2-img1.png") no-repeat center center / 100% auto,#CFC9C1;
}
.section2-card-circle3 {
  background-color: #FF7D0A;
}
.section2-card-divider3 {
  width: 230px;
  border: 2px solid #FF9933
}
.section2-card2 {
  background: url("../image/sec2-ripple2.png") no-repeat top center,#F0EAE0;
}
.section2-card3 {
  background: #F0EAE0;
}
.section2-card3-block {
  background: url("../image/sec2-ripple3.png") no-repeat top center, url("../image/sec2-card3-img1.png") no-repeat top 16px center / 100% 100%;
  border-radius: 0 0 10px 10px;
}
.section2-card3-img-block {
  width: 100%;
  flex: 1 1 0%;
  border-radius: 0 0 10px 10px;
  box-shadow: 2px 2px 2px 0px #0000001A, -2px 2px 2px 0px #0000001A
}