.cta-card-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;

}

.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 {
  color: #181a1c;
  font-family: Montserrat,sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 40px;
  margin-top: 20px;
  margin-left:40px;
  margin-right:40px;
}

.cta-card-content p {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 28px;
  margin-left:40px;
  margin-right:40px;
  font-family: Montserrat,sans-serif;
}

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

.cta-card-button a {
  background-color: #03709b;
  border: 2px solid #03709b;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  line-height: 100%;
  padding: 12.5px 30px;
  text-decoration: none;
  font-size: 1.3rem;
  margin-left:40px;
}

.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;
  }

}
@media(max-width: 767px){
  .cta-card-content p {
   font-size: 15px;
   margin-left:15px;
   margin-right:15px;
}
  .cta-card-heading h2 {
   font-size: 2rem;
   margin-left:15px;
   margin-right:15px;
   line-height: 24px;
}