.cta-card-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.cta-card-left, .cta-card-right {
  flex: 0 50%;
}
.cta-card-inner {
  padding: 20px;
  overflow: hidden;
}
.cta-card-right {
  background-color: #fff;
  position: relative;
}
.cta-card-heading h2 {
  font-family: beatrice regular,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
  border-bottom: 2px solid #e2e2e2;
}

.cta-card-content p {
  margin-bottom: 15px;
  margin-left:20px;
  margin-right:20px;
  font-size: 18px;
  font-family: beatrice regular,sans-serif;
  line-height: 28px;
}

.cta-card-content {
  padding: 30px 0px;
}

.cta-card-button a {
  background-color: #000000;
  border: 2px solid #000000;
  font-family: beatrice regular,sans-serif;
  font-size:14px;
  border-radius: 9999px;
  font-weight: 700;
  padding-top: 18px;
  text-transform: uppercase;
}

.cta-card-left img {
  opacity: 0;
}

.cta-card-left {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cta-card-inner:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 185px 75px 0px;
  right: 0;
  bottom: 0px;
  position: absolute;
  transform: rotateX(180deg);
}
.cta-card-button {
  position: relative;
  z-index: 9;
}
@media(max-width: 767px){
  .cta-card-section {
    display: block;
    padding: 0px 20px;
  }
  .cta-card-content p {
   font-size: 1.6rem;
   margin-left:15px;
   margin-right:15px;
}
  .cta-card-heading h2 {
   font-size: 22px;
   margin-left:15px;
   margin-right:15px;
}
  
  @media(max-width: 1040px){
  .cta-card-section {
    display: block;
    padding: 0px 20px;
  }