@media (min-width: 544px) {
  .title-and-richtext-and-buttons-component-container .content {
    padding-top: calc(50% - 150px); } }

.title-and-richtext-and-buttons-component-container .content .title {
  text-align: center; }

.title-and-richtext-and-buttons-component-container .content .richtext {
  text-align: center; }

.title-and-richtext-and-buttons-component-container .content .button p {
  text-align: center;
  margin: 1rem auto; }
  .title-and-richtext-and-buttons-component-container .content .button p a {
    color: #fff !important;
    width: 50%;
    background-color: #000; }
