/*  ======= Personal Training Section =======  */

.personal-training-image {
  position: relative;
  width: 100%;
}

.personal-training-image-bottom {
  position: absolute;
  left: -88px;
  top: -88px;
  z-index: -1;
}
/*   
   .about-image-stack-top { 
    width: 100%; 
  } */
.personal-training-image-top img {
  width: 100%;
  border-bottom-left-radius: 192.5px;
  height: 345px;
  object-fit: cover;
}

.personal-training-image-bottom img {
  /* width: 100%; */
  display: block;
}
.price-section .pricing-card {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 40px 24px 40px 24px;
  border: unset;
}
.price-section .pricing-card .pricing_img {
  position: absolute;
  left: 0;
  /* width: 260px; */
  z-index: 1;
  top: 0;
}
.price-section .card-content {
  z-index: 1;
}
.price-section .card-content .card-title h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  color: #24ccd4;
}
.price-section .card-content .pricing-display {
  display: flex;
  gap: 4px;
}
.price-section .card-content .pricing-display .pricing-number {
  font-family: "Poppins";
  font-size: 65px;
  color: #7a5c8d;
  line-height: 1;
}
.price-section .pricing-display .pricing-symbol {
  font-size: 18px;
  margin-top: 0px;
  font-family: "Poppins";
}
.price-section .card-content hr {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #008878;
}
.price-section .pricing-display .pricing-per-month {
  align-self: flex-end;
  margin-bottom: 4px;
  font-family: "Poppins";
  font-size: 14px;
}

.price-btn {
  margin: 1px 12px 1px 17px;
  padding: 6px 20px;
}
