#water_exercise .about_water_ex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#water_exercise .about_water_ex p.water_ex_title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 1.6rem;
  font-family: "Paperlogy";
  font-weight: 600;
  line-height: 106.25%;
}
#water_exercise .about_water_ex p.water_ex_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #ddd;
}
#water_exercise .about_water_ex_details {
  border-radius: 30px 30px 30px 80px;
  background: #F7F7F7;
  display: flex;
  padding: 30px 40px 55px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#water_exercise .about_water_ex_details .details_title {
  font-size: 1.4rem;
  color: #1A3050;
  font-family: "Paperlogy";
  font-weight: 600;
  line-height: 121.429%;
}

@media (max-width: 640px) {
  #water_exercise .about_water_ex {
    gap: 20px;
  }
  #water_exercise .about_water_ex p.water_ex_title {
    gap: 15px;
  }
}