#cta-section .line-button  .span-line {
    width: 52px;
    height: 2px;
    margin-right: 10px;
    transition: .3s;
}

#cta-section .line-button{
    border-radius: 5px;
    background: transparent;
    transition: all .3s linear;
    padding: 20px;
}

#cta-section .line-button:hover .span-line {
    width: 30px;
    transition: .3s;
    background: #FFF !important;
    color: #FFF !important;
}
#cta-section .line-button:hover {
    background: rgba(167, 203, 244, 1);
}

#cta-section .line-button  .span {
    transition: .3s;
}
#cta-section .line-button:hover  .span {
    color:#FFF !important;
}