.selectServiceWrapper {
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
}

.servicesCardsWrapper {
  width: 100%;
  margin: 10px auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.serviceCard {
  background: #fff;
  border: 1px solid #FFC1AE;
  border-radius: 8px;
  padding: 40px 14px 17px;
  width: 100%;
  max-width: 270px;
  /* height: 146px; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s; */
}

.serviceCard .serviceTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #0E145F;
  margin: 19px auto 15px;
}

.serviceCard .serviceDescription {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #6B6E98;
}

.serviceCard .letterTypePill {
  background: #F4F4F4;
  border-radius: 100px;
  padding: 7px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  max-width: max-content;
  margin: 35px auto 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #6B6E98;
}

.serviceCard:hover {
  cursor: pointer;
  box-shadow: 5px 5px 3px 0px #F9731626;
}

.serviceCard.selectedService {
  background: #FEF9F5;
  border: 1px solid #FF5B2E;
  position: relative;
}

.serviceCard.selectedService .serviceTitle {
  color: #FF5B2E;
  font-weight: 700;
}
.serviceCard.selectedService .serviceDescription {

}
.serviceCard.selectedService .letterTypePill {
background: #FFECDD;
}
.serviceCard.selectedService .letterTypePill img{
filter: brightness(0) saturate(100%) invert(47%) sepia(72%) saturate(3460%) hue-rotate(342deg) brightness(106%) contrast(102%);
}

.serviceCard.selectedService:hover {
  cursor: unset;
  box-shadow: none;
}

.serviceCard.selectedService::before {
  position: absolute;
  right: 10px;
  top: 10px;
  content: url(../images/selected_tick_orange.svg);
}

.serviceCard p {
  font-family: Lato;
  font-weight: 400;
  /* font-size: 17px; */
  line-height: 150%;
  text-align: center;
  color: #6B6E98;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.selectServiceWrapper .borderedDescription {
  background: #FEF9F5;
}

.selectServiceWrapper .heading {
  position: relative;
  /* text-align: center; */
  padding-left: 30px;
  margin-bottom: 7px;
}

.selectServiceWrapper .borderedDescription .heading::before {
  position: absolute;
  content: url('../images/idea_bulb.svg');
  left: 0;
  top: 2px;
}

.borderedDescription ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0E145F;
  padding-left: 15px;
  margin-bottom: 10px;
}

.borderedDescription ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #0E145F;
  border-radius: 100%;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}


.formBtnWrapper {
  margin: 20px auto;
}

#step1Section-1 .formBtnWrapper .btnPrimary {
  max-width: 177px;
  width: 100%;
  height: 49px;
}


.beforeStartScreen {
  padding-bottom: 50px;
}

.beforeStartScreen .introContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 50px;
}

.introContent .textContent {
  max-width: 510px;
  color: #6B6E98;
  font-family: Lato;
  font-weight: 400;
  font-size: 15px;
  line-height: 170%;
}

.introContent .textContent strong {
  color: #0E145F;
  font-family: Lato;
  font-weight: 700;
  font-size: 15px;
  line-height: 170%;
}

.introContent .textContent p:first-child {
  margin-bottom: 14px;
}

.introContent .textContent ul {
  margin: 20px 0px;
  list-style: none;
}

.introContent .textContent ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 0%;
  color: #6B6E98;
  padding-left: 20px;
  position: relative;
}

.introContent .textContent ul li::before {
  position: absolute;
  content: url('../images/intro/shield-check.svg');
  left: 0;
  top: 5%;
  width: 14px;
  height: 14px;
}

.introContent .questionDesc {
  font-weight: 400;
  font-size: 13px;
  line-height: 190%;
  text-align: left;
  margin-top: 13px;

}

#step0Section .formBtnWrapper {
  margin: 30px auto 63px;
  flex-direction: column;
  gap: 10px;
}

#step0Section .formBtnWrapper .questionDesc {
  font-size: 14px;
}

#step0Section .formBtnWrapper .btnPrimary {
  max-width: 517px;
  width: 100%;
  height: 52px;
}

.reviewsInfoWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;

}

.reviewsInfoWrapper .reviewInfo {
  /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}
.reviewInfo .reviewInfoImg{
  height: 68px;
}
.reviewInfo p{
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6B6E98;
}
.reviewsInfoWrapper .reviewInfo .reviewInfoText {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  /* margin-top: 5px; */
  color: #6B6E98;
}



#step1Section-2 {

}
#step1Section-2 .letter-wrapper{
padding: 35px 40px;

}
#step1Section-2 .letter-wrapper h3{
font-size: 27px;

}
#step1Section-2 .letter-wrapper .flexLetterWrapper{
display: flex;
justify-content: center;
align-items: start;
gap: 25px;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols p{
color: #6B6E98;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
margin-bottom: 25px;
padding-left: 25px;
margin-top: 0;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul li strong{
margin-bottom: 0;
}
#step1Section-2 .formBtnWrapper{
margin: 40px auto 60px;
}
#step1Section-2 .btnPrimary{
  max-width: 177px;
  width: 100%;
  height: 49px;
}

#step1Section-3-1 .container{
  max-width: 804px;
  margin: 0 auto;
}
 
#step1Section-3-1 .questionDesc {
  text-align: left;
  margin: 14px 0px;
  font-size: 15px;
}

#step1Section-3-1 ul {
  margin: 0px 0px 30px;
  list-style: none;
}

#step1Section-3-1 ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  letter-spacing: 0%;
  color: #6B6E98;
  padding-left: 20px;
  position: relative;
}

#step1Section-3-1 ul li::before {
  position: absolute;
  content: url('../images/intro/shield-check.svg');
  left: 0;
  top: 5%;
  width: 14px;
  height: 14px;
}
 
#step1Section-3-2 .container{
  max-width: 768px;
  margin: 0 auto;
}
#step1Section-3-2 .questionDesc{
text-align: left;
font-size: 15px;
}
#step1Section-3-2, #step1Section-4-1 .questionHeading{
margin-bottom: 20px;
}
#step1Section-3-2 .letter-wrapper{
border: none;
padding: 0px;
}
#step1Section-3-2 .letter-wrapper .headingTxt{
color: #0E145F;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  margin: 24px 0 20px;
  padding-left: 0px;
  /* 27.2px */
  
}

#step1Section-3-2 .letter-wrapper p{
color: #6B6E98;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

#step1Section-3-2 .letter-wrapper ul li strong{
margin-bottom: 0px;
font-size: 16px;
}
#step1Section-3-2 .letter-wrapper p{
padding-left: 25px;
margin: 0px 0px 12px;
}

#step1Section-4-1 .container{
  max-width: 704px;

}
#step1Section-4-1 .questionDesc{
text-align: left;
margin-bottom: 15px;
font-size: 15px;
}
#step1Section-4-1 .headingTxt , #step1Section-4-2 .headingTxt{
  margin-bottom: 20px;
text-align: center;
color: #0E145F;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 27.2px */
}
#step1Section-4-1 .serviceCard, #step1Section-4-2 .serviceCard{
  max-width: 298px;
  text-align: center;
  padding: 20px 15px 27px;
}
#step1Section-4-1 .serviceCard .serviceTitle , #step1Section-4-2 .serviceCard .serviceTitle{
font-size: 16px;
}
 
#step1Section-4-2 .headingTxt{
  text-align: left;
  font-size: 15px;
}
#step1Section-4-2 .container{
max-width: 1000px;
}
#step1Section-4-2 ul{

  margin: 10px 0px 36px;
  list-style: none;
}
#step1Section-4-2 ul li{
  position: relative;
  color: #6B6E98;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
padding-left: 28px;
margin-bottom: 7px;
}
#step1Section-4-2 ul li::before{
  position: absolute;
  content: '•';
  width: 6px;
  height: 6px;
  left: 7px;
  top: 0;
  color: #0E145F;
  /* background: #0E145F; */
  border-radius: 100%;
}
#step1Section-4-2 ul li strong{
 color: #0E145F;
  font-weight: 500;
  line-height: 170%;
}





@media (max-width: 575px) {

.reviewsInfoWrapper {
    flex-wrap: wrap;
    gap: 40px;
  }
.beforeStartScreen .introContent{
  flex-direction: column;
  gap: 30px;
}
.beforeStartScreen .introContent .introImage{
 max-width: 360px;
width: 100%;
}
.beforeStartScreen .introContent .introImage img{
height: auto;
width: 100%;
}
.beforeStartScreen .introContent .textContent p{
font-size: 14px;
line-height: 160%;
}
.serviceCard .serviceTitle{
  margin: 0px auto 10px;
}


.servicesCardsWrapper .serviceCard img{
display: none;
}
.serviceCard .serviceTitle{
  font-size: 16px;
  line-height: 150%;
}
  .selectServiceSection {
    padding-bottom: 75px;
  }

  .servicesCardsWrapper {
    gap: 10px;
    flex-direction: column;
  }

  .questionHeading {
    font-size: 22px;
    line-height: 150%;
  }

  .serviceCard {
    padding: 25px 29px;
    max-width: 360px;
    /* height: 98px; */
  }

  .serviceCard p {
    font-size: 14px;
  }
    .serviceCard .letterTypePill{
    margin: 10px auto 0;
    }

  .borderedDescription {
    border-radius: 2px;
  }

  .borderedDescription {
    padding: 20px 22px;
  }

  .selectServiceWrapper .heading {
    margin-bottom: 20px;
  }

  .selectServiceSection .formBtnWrapper {
    margin: 30px auto 34px;
  }

  .selectServiceSection .formBtnWrapper .btnPrimary {
    max-width: 215px;

  }

  .personalInfoSection .formBtnWrapper {
    margin: 40px auto;
  }

  .therapistSection .formBtnWrapper {
    margin: 0px auto;
  }


#step1Section-2 .letter-wrapper{
padding: 15px 20px;
}
#step1Section-2 .letter-wrapper h3{
font-size: 22px;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper {
flex-wrap: wrap;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols p{
font-size: 14px;
margin-bottom: 15px;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols ul li strong{
margin-bottom: 0px;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper {
  gap:0px;
  flex-direction: column;
}
#step1Section-2 .letter-wrapper .flexLetterWrapper .flexLetterCols p{
  margin-top: 0px;
}

}