.custom-image-with-block  .group-block .group-block-content  rte-formatter, 
.custom-image-with-block  .group-block .group-block-content  rte-formatter p{width: 100%;max-width: 100%;}

.custom-image-with-block  .group-block .group-block-content h3{font-size: 60px;margin-bottom: 20px;}
.custom-image-with-block  .group-block .group-block-content .button{margin-top: 20px;font-size:20px;background-color: #fff;color: #000;font-family: "Futura Bk BT";}


@media screen and (max-width:575px){
    .custom-image-with-block .group-block  {padding: 0 0 40px 0;}
    .custom-image-with-block  .group-block .group-block-content h3 {font-size: 35px;margin-bottom: 10px;}
    .custom-image-with-block  .group-block .group-block-content .button {font-size: 16px;}
}