.seo-title{
    text-transform: uppercase;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    position: relative;
    top: -10px;
    left: 5px;
}

a.spotlight-link {
    position: relative;
    padding-bottom: 2px;
    text-decoration: none !important;
    box-shadow: none;
    border-bottom: none;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
a.spotlight-link:hover{
    text-decoration: none !important;
    box-shadow: none;
}
a.spotlight-link:after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    transition: all ease 0.3s;
}
a.spotlight-link:hover:after {
    content: "";
    height: 7px;
    width: 100%;
    background: #444;
    background: linear-gradient(to right, #efe82d 0%,#fc7ce0 100%);
}

.title h2{
    margin-top: 0;
    font-size: 55px;
}
   