.cyber-cards { margin:0px 0px; }
.cyber-cards .heading { width:100%; text-align:center; margin-bottom:30px;  }
.cyber-cards .cards-wrapper { display:flex; flex-wrap:wrap; justify-content:center; 
  margin:0px -1.5%; align-items:stretch }

.cyber-cards .card { width:47%; margin:0px 1.5% 30px 1.5%; 
  display:flex; flex-wrap:wrap; align-items:center; }

.cyber-cards .image { position:relative; width:30%; height:100%; margin:0px 2.5% 20px 0px;
  background-repeat:no-repeat; background-size:cover;  background-position:center center;
  }
.cyber-cards .image .inner { position:relative }
{#
.cyber-cards .image .inner:after { position:absolute; display:block; z-index:22;
  content:''; width:34px; height:34px;
  background-repeat:no-repeat; bottom:16px; right:12px; background-size:cover;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19' cy='19' r='19' fill='%23FA0EAB'/%3E%3Cpath d='M27.02 12C27.02 11.4477 26.5723 11 26.02 11L17.02 11C16.4677 11 16.02 11.4477 16.02 12C16.02 12.5523 16.4677 13 17.02 13L25.02 13L25.02 21C25.02 21.5523 25.4677 22 26.02 22C26.5723 22 27.02 21.5523 27.02 21L27.02 12ZM10.8677 27.1523L11.5748 27.8595L26.7271 12.7071L26.02 12L25.3129 11.2929L10.1606 26.4452L10.8677 27.1523Z' fill='white'/%3E%3C/svg%3E%0A");
}
#}
.cyber-cards .image a { display:inline-block; width: 100%; height:100%; }

.cyber-cards .card .right { width:66%; line-height:1.35em; align-items:stretch; align-self:flex-start }
.cyber-cards .title { color:#FA0EAB; font-size:20px; margin-bottom:12px; }

.cyber-cards .card .cyber-btn a { display:inline-block; background-color:#FA0EAB; 
  color:#fff; margin:15px auto 5px; text-align:center; border-radius:100px; 
  font-size:20px; font-weight:600; padding:6px 30px 7px; line-height:1.1em }

.cyber-cards .card .content p { margin:0px !important }


@media (max-width: 767px) {
  .cyber-cards .cards-wrapper { margin:0px 0px; }
  .cyber-cards .heading h3 { font-size:16px; margin-bottom:20px;  }
  .cyber-cards .card { width:100% !important; margin:0px 0px 35px 0px; padding:0px; }
  .cyber-cards .card .image { width:36%}
  .cyber-cards .card .right { width:61%; font-size:14px; }
  .cyber-cards .title { color:#FA0EAB; font-size:15px; }
  .cyber-cards .card .cyber-btn a { padding:5px 30px 6px; font-size:18px; margin:10px auto 5px; }
  /*
  .cards-icon .card .image { width:80px; min-width:80px !important; }
  .cards-icon .card .image img { width:auto !important; height:auto !important; 
    max-width:100% !important; }
  */
}