/* Start custom CSS */.c2-k {
    transition: all .3s ease;
}
.c2-k h3 {
    width: auto;
    display: block;
}

/*.g2-k a {
    color: var(--sec) !important;
    padding: 1vw 2vw !important;
    background: #ffffff80 !important;
    border-radius: 100px !important;
    transition: all .2s ease !important;
}
.g2-k {
    width: auto;
    display: block;
}
.g2-k:hover a {
    color: var(--c1) !important;
    text-decoration: none !important;
    background: #fff !important;
}
@media screen and (max-width: 768px) {
.g2-k a {
    padding: 2vw 6vw !important;
}    
}*//* End custom CSS */