
.karnamehbox {
  width: 100%;
  float: right;
  margin: 0 0 40px 0;
  background: #2bcbba;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.karnamehbox > *{
  position: relative;
  z-index: 1;
}
.karnamehbox .mod_kc_title_bg {
  position: absolute !important; 
  z-index: 1 !important; 
  display: block !important;
}
.karnamehbox .mod_kc_title_bg::after {
  background: #2bcbba;
}
.karnamehbox h2 {
  text-align: center;
  font-size: 17px;
  margin: 0 0 20px;
  color: #fff;
  line-height: normal;
}
.karnamehbox a {
  background-color: #fff;
  color: #2bcbba;
  font-size: 13px;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 7px;
  transition: all 0.3s cubic-bezier(0,0,.2,1);
  margin: 0 5px;
}
.karnamehbox a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  border-radius: 3px;
  border: 1px solid #2bcbba;
  -webkit-mask-image: -webkit-linear-gradient(329deg,rgba(255,255,255,0) 44%,rgba(0,0,0,1) 49%,rgba(0,0,0,1) 51%,rgba(255,255,255,0) 56%);
  -webkit-mask-size: 240%;
  transition: 0.8s; 
}
.karnamehbox a:hover::after {
  -webkit-mask-position: right center;
}

.karnamehbox.odd {
  background: #fc5c65;
}
.karnamehbox.odd a{
  color: #fc5c65;
}
.karnamehbox.odd .mod_kc_title_bg::after {
  background: #fc5c65;
}
.karnamehbox.odd a::after{
  border: 1px solid #fc5c65;
}

@media (max-width: 995px) {  
  .karnamehbox { 
    padding:  5px ; 
    margin: 10px 0;
  }
  .karnamehbox h2 { 
    font-size: 14px !important;
    margin: 0 0 5px;  
  }
  .karnamehbox a { 
    display: inline-block;
    margin: 2px;
    padding: 5px;
  }
}
@media (max-width: 768px) {  
  .karnamehbox {
    margin: 0 0 10px !important;
  }
}