section.pet-wellness {
  overflow: hidden;
  padding: 124px 0;
}
.pet-wellness-head {
  padding: 0 0 55px 0;
}
.pet-wellness-head h2 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
  color: #12205e;
  margin: 0;
  padding: 0 0 24px 0;
  text-align: center;
}
.pet-wellness-head p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #12205e;
  max-width: 623px;
  margin: 0 auto;
}
.pet-wellness-row {
  align-items: center;
}
.wellness-details-inner {
  padding: 0 0 0 15%;
  height: 450px;
  overflow: scroll;
  position: relative;
}
.pet-wellness-right-main {
  position: relative;
  padding-bottom: 120px;
}
.wellness-details-inner::-webkit-scrollbar {
  display: none;
}
.pet-wellness-left-main {
  position: relative;
  text-align: right;
  padding-right: 54px;
}
.pet-wellness-left-main::after {
  position: absolute;
  content: "";
  top: 0;
  z-index: -1;
  left: -64%;
  background: #fbfafc;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: var(--display);
}

.pet-wellness-left-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.pet-wellness-right-details {
  display: flex;
  padding: 0 0 32px 0;
}
.pet-wellness-list {
  margin: 0 10px 0 0;
}
.pet-wellness--one .pet-wellness-list{
  display: none;
}
.pet-wellness--one .wellness-details-inner{
  height: auto;
}
.pet-wellness--one .pet-wellness-right-main{
  padding-bottom: 0;
}
.pet-wellness-ellipse.ellipse{
  right: -10px;
}
.pet-wellness-right-inner p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #12205e;
  margin: 0;
}
.pet-wellness-list p {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  background: #142b6f;
  padding: 5px 11px;
  margin: 0;
  border-radius: 50%;
  min-width: 34px;
  width: 34px;
  height: 34px;
}
.pet-wellness-right-inner {
  max-width: 394px;
}
.pet-wellness-right-inner h6 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #142b6f;
  margin: 0;
  padding: 0 0 10px 0;
}
.pet-wellness--one .pet-wellness-right-inner h6{
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 40px;
}
.pet-wellness--one .pet-wellness-right-main .draw-line{
  display: none;
}

.pet-wellness-right-main .default-line {
  content: "";
  position: absolute;
  left: 16px;
  width: 2px;
  height: calc(100% - 160px);
  z-index: -1;
}
.pet-wellness-right-main .draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 16px;
  border-left: 2px dashed #142b6f;
  z-index: -1;
}

@media screen and (max-width: 1279px) {
  .pet-wellness-head {
    padding: 0 0 80px 0;
  }
  .pet-wellness-head h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .pet-wellness-right-inner h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .pet-wellness-right-details {
    padding: 0 0 25px 0;
  }
  .pet-wellness--one .pet-wellness-right-inner h6{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 767px) {
  section.pet-wellness {
    padding: 64px 24px;
  }
  .pet-wellness-head {
    padding: 0 0 32px 0;
  }
  .pet-wellness-head p{
    font-size: 16px;
    line-height: 26px;
  }
  .pet-wellness-head h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .pet-wellness-right-inner h6 {
    font-size: 18px;
    line-height: 30px;
  }
  .pet-wellness--one .pet-wellness-right-inner h6{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 28px;
    text-align: center;
  }
  .pet-wellness-right-inner p {
    font-size: 16px;
    line-height: 26px;
  }
  .pet-wellness-left-main::after {
    display: none;
  }
  .pet-wellness-left-main {
    padding: 0 0 37px 0;
    text-align: center;
  }
  .pet-wellness-right-main {
    padding: 0;
  }
  .wellness-details-inner {
    padding: 0;
    height: auto;
  }
  .pet-wellness-ellipse.ellipse{
    display: none;
  }
}