.container .flexbox-footer-cta {
  max-width:1240px; 
  margin:0 auto;  
  padding:80px 0px;

}
.container.footer-cta-section {
  background-color:#ECE2E2; 
  border-radius:8px;
}
.content__container--footer-cta-section {
  text-align:center; 
}
.content__container--footer-cta-section h3 {
  color: var(--Graphite, #50364E);
text-align: center;
font-size: 48px;
font-style: normal;
font-weight: 400!important;
line-height: 60px; /* 125% */
letter-spacing: -1.44px;
  margin-bottom:10px;
}
.content__container--footer-cta-section p {
  color: var(--text-dark-grey, #5C6068);
text-align: center;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
  margin-bottom:30px;
}
.content__container--footer-cta-section button {
  border-radius: 6px;
border: 1px solid #00A9A0;
background: #00A9A0;
  width:auto;
}
.content__container--footer-cta-section a {
  color: #FFF;
text-align: center;

/* Text md/semibold */
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
  padding: 12px 26px;
}

@media (max-width: 767px) {
  .container .flexbox-footer-cta {
    padding:30px;    
  }
  .content__container--footer-cta-section h3 {
    letter-spacing:normal
      color: var(--Graphite, #50364E);
    text-align: center;
    font-family: Gilroy-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400!important;
    line-height: 32px; /* 133.333% */
    }
  
  .content__container--footer-cta-section p {
color: var(--text-dark-grey, #5C6068);
text-align: center;

/* Text md/regular */
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
}