.custom-content-section-heading, .custom-content-section-description{
  margin: auto;
}
.custom-content-section-wrapper{
  /* width: 80%; */
  text-align: center;
}
.custom-content-section-button > a{
  text-decoration: none;
  border: 1px solid black;
  
}
@media screen and (max-width: 800px) {
  .custom-content-section-heading{
    font-size: 46px;
  } 
}
