.withoutbg .appctatitle {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.88px;
  text-align: center;
  color: #785AFF;
  margin-bottom: 30px;
}

.withbg .appctatitle {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -0.88px;
  text-align: center;
  color: #FFFFFF;
  /* padding: 73px 266px 167px 265px; */
  width: 589px;
  height: 102px;
  margin: auto;
  margin-bottom: 30px;
}

.withbg {
  background: #785AFF;
  padding: 60px 10px 0;
  border-radius: 40px;
  color: #fff;
  background-position: center 30px;
  /* margin-bottom: 40px; */
  padding-bottom: 80px;
}

.withoutbg {
  padding: 60px 10px 0;
  border-radius: 40px;
  color: #fff;
  background-position: center 30px;
  margin-bottom: 40px;
}


.appctafooter {
  color: #717175;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  margin-top: 35px;
  font-weight: 400;
  text-align: center;
}

.storeimg {
  max-width: 192px;
  max-height: 64px;
  margin-right: 32px;
}


.playstore,
.appstore {
  margin-left: 1px;
}

@media (max-width: 325px) {
  .withbg, .withoutbg {
    width: 345px;
    padding: 37px 27px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .withoutbg {
    margin-bottom: 0px;
  }

  .withbg .appctatitle, .withoutbg .appctatitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.418px;
    margin-bottom: 30px;
    height: auto;
  }

  .appctafooter {
    color: #717175;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.036px;
    margin-top: 0px;
  }

  .withbg .storebtn, .withoutbg .storebtn {
    display: flex;
  }

  .withbg .playstore, .withoutbg .playstore {
    width: 132px;
    height: 40px;
    margin-right: 12px;
  }

  .withbg .storeimg, .withoutbg .storeimg {
    width: 132px;
    height: 40px;
    margin-right: 0px;
  }

}

@media (max-width: 435px) {

  .withbg, .withoutbg {
    width: auto;
    padding: 37px 27px;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .withoutbg {
    margin-bottom: 0px;
  }

  .withbg .appctatitle, .withoutbg .appctatitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.418px;
    margin-bottom: 30px;
    width: 305px;
    height: auto;
  }

  .appctafooter {
    color: #717175;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.036px;
    margin-top: 0px;
  }

  .withbg .storebtn, .withoutbg .storebtn {
    display: flex;
    /* margin-left: 15px; */
    padding: 0 25px 0 25px;
  }

  .withbg .playstore, .withoutbg .playstore {
    width: 132px;
    height: 40px;
    
  }

  .withbg .storeimg, .withoutbg .storeimg {
    width: 132px;
    height: 40px;
    margin-right: 0px;
  }

}

.withoutbg {
  padding-top: 0;
  padding-bottom: 0;
}