.members-cta {
  background: #000; 
  padding: 1rem;
  border: 5px solid #fff;
  box-shadow: 0 0 13px 5px rgb(0, 0, 0, 25%);
  text-align: center;
  text-transform: uppercase;
}
.members-cta p {
 color: #fff; 
 font-size: 22px;
 font-weight: bold;
}
.members-cta a {
 color: #ED1C24; 
 font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.members-cta .cta--image {
  margin-top: -30%;
}
.members-cta .cta--content em {
  font-size: 170%;
  display: block;
}
.members-cta a.cta--link::before {
  content: "-";
  padding: 0px 5px;
  display: inline;
}
.members-cta a.cta--link::after {
  content: "-";
  padding: 0px 5px;
  display: inline;
}



/*responsive*/

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .members-cta p {
    font-size: 16px !important;
}
  .members-cta a {
    font-size: 15px !important;
}
  .members-cta a.cta--link::before {
    padding: 0px 2px !important;
}
  .members-cta a.cta--link::after {
    padding: 0px 2px !important;
}
}
@media only screen and (min-width: 667px) and (max-width: 767px) {
       .members-cta .cta--image {
    margin-top: -8% !important;
}
}
@media only screen and (max-width: 666px) {
       .members-cta .cta--image {
    margin-top: -11% !important;
}
}