#Home-page {
  /*max-width: 1440px;*/
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
}

#Home-page .cmp-text {
  padding: 0;
}

#cont-body {
  margin: 0 auto;
}

#first-section-container,
#second-section-container {
  background-color: #F8F8F8;
}

#Home-page .section-1 {
  padding: 60px 0 100px;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

#Home-page .section-1 img {
  max-width: 108px;
  width: 100%;
  margin: 0 auto;
}

#Home-page .section-1 h1 {
  font-family: "myriad-pro";
  font-weight: 700;
  font-size: 32.64px;
  line-height: 44.88px;
  color: #AE2573;
  font-style: italic;
  position: relative;
  margin-top: 16px;
  margin-bottom: 31px;
  text-align: center;
}

#Home-page .section-1 h1::before {
  content: "";
  width: 100%;
  max-width: 257px;
  height: 2px;
  background-color: #333F48;
  position: absolute;
  top: 0;
}

#Home-page .section-1 h1::after {
  content: "";
  width: 100%;
  max-width: 257px;
  height: 2px;
  background-color: #333F48;
  position: absolute;
  bottom: 0;
  left: 0;
}

#Home-page .section-1 h2,
#Home-page .section-2 h2 {
  font-family: "myriad-pro";
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  color: #333F48;
  margin: 0 auto;
}

#Home-page .section-1 a.button-section {
  background-color: #8c2064;
  padding: 10px 28px;
  color: #fff;
  border-radius: 10px;
  font-family: "myriad-pro";
  font-weight: 700;
  font-size: 17.86px;
  line-height: 22px;
  max-width: 187px;
  text-decoration: none;
  width: fit-content;
  margin: 32px 0 32px 0;
  
}

#Home-page .section-1 a.button-section:after {
  content: "";
  width: 7px;
  height: 11px;
  background-image: url(/content/dam/intelligentcontent/brands/fasenrastudies/us/en/images/desktop/button-chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  /*right: -16px;*/
  right: -10px;
  top: 1px;
}

#Home-page .section-1 p {
  font-family: "myriad-pro";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

#Home-page .section-2 {
  margin: 0 auto;
  padding: 82px 0;
}

#Home-page .section-2 a.button-section {
  color: #881857;
  padding: 10px 26px;
  background-color: #F8F8F8;
  border-radius: 10px;
  font-family: "myriad-pro";
  font-weight: 700;
  font-size: 17.86px;
  line-height: 22px;
  max-width: 186px;
  text-decoration: none;
  border: 1px solid #881857;
  width: 100%;
  text-align: center;
  display: block;
  margin: 24px auto 0;
}

#Home-page .section-2 a.button-section:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/content/dam/intelligentcontent/brands/fasenrastudies/us/en/images/global/button-chevron-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
  right: -9px;
  top: 0px;
}

/* Mobile design code start */
@media only screen and (max-width:991px) {
  #Home-page .section-1 {
    padding: 32px 10px;
  }

  #Home-page .section-1 h2,
#Home-page .section-2 h2 {
    font-size: 20px;
    line-height: normal;
  }

  #Home-page .section-1 a.button-section {
    padding: 10px 28px;
    max-width: 189px;
    margin: 16px auto;
  }

  #Home-page .section-2 {
    padding: 64px 0;
  }

  #Home-page .section-2 a.button-section {
    padding: 10px 26px;
    max-width: 186px;
  }
}
/* Mobile design code ends */

@media only screen and (min-width: 992px) and (max-width: 1439px) {
    #Home-page #cont-body {
        background-color: white;
    }
      #cont-body {
    padding: 0 15px;
  }
}
