.title-cta-move{
    font-family: GothamXNarrow, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #282828;
    margin-bottom: 10px;
}

#cta-move-widget .cta-move-link {
    color: white;
    font-family: GothamXNarrow, sans-serif;
    font-size: 20px;
    font-weight: 500;
    box-shadow: none;
    text-decoration: none;
    text-align: center;
    width: 90%;
    display: inline-block;
    background-color: #00b0fc;
    border: solid 1px #00b0fc;
    border-radius: 2px;
    height: 60px;
    padding: 14px 24px 9px 24px;
    box-sizing: border-box;
}

.cta-info-move {
    display: block;
    opacity: 0.6;
    font-family: Lato, sans-serif;
    font-size: 11px;
    color: white;
    margin-top: -5px;
}

#cta-move-widget .cta-move-link:hover, #cta-move-widget .cta-move-link:focus {
    color: white;
    text-decoration: underline;
}

.divide-sidebar-move-widgets {
    color: #a2a2a2;
    margin-bottom: 25px;
    margin-top: 50px;
}

@media screen and (max-width: 910px) {
    .divide-sidebar-move-widgets{
        margin-top: 30px;
    }

    .cta-move-link i {
        font-size: 18px;
        vertical-align: sub;
    }
}