.useful-links-widget {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f0efed;
    h2 {
        color: #000;
        margin: 0 0 25px 0;
        font-size: 2em !important;
    }
    h6 {
        font-size: 1em;
        margin: 0;
        color: #575a5d;
    }
    p {
        color: #575a5d;
        margin: 0;
    }
    a {
        color: #575a5d;
        transition: opacity 0.4s ease;
        opacity: 1;
        text-decoration: underline;
        &:hover {
            color: #999;
            text-decoration: underline;
        }
        &.arrow {
            color: #575a5d;
            transition: opacity 0.4s ease;
            opacity: 1;
            text-decoration: none;
            margin-bottom: 10px;
            display: inline-block;
            font-weight: 600;
            &:hover {
                color: #999;
                text-decoration: underline;
            }
        }
    }
    .orange-arrow {
        display: inline-block;
        margin-left: 5px;
        margin-right: -10px;
    }
}


/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
    .useful-links-widget {
        padding-top: 35px;
        padding-bottom: 40px;
        h2 {
            color: #000;
            margin: 15px 0;
            line-height: 1.2em;
            font-size: 1.75em !important;
        }
        p {
            margin: 0 0 20px 0;
        }
    }
}
