.underline{
    transition: opacity 0.4s;
}


.marker:hover .underline{
    opacity: 1 !important;
    
}


.ctabutton:hover .ctabutton{
   border-width: 5px;
border-style: solid;
border-color: white;   
}

