.category-body-widget {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
    h2 {
        color: #000;
        line-height: 1.2em;
        font-weight: 100;
        margin: 0px 0px 20px 0px;
    }
    ul {
        padding: 0px 15px;
        margin: 0;
        li {
            font-size: 1em;
            list-style-position: outside;
            list-style: disc;
            color: #575a5d;
            padding: 0;
            margin-bottom: 10px;
        }
    }
    a {
        .agent-tips-button {
            margin-top: 60px;
            width: 100% !important;
        }
    }
}


/* Small devices (tablets, 767px and down) */
@media (max-width: 767px) {
    .category-body-widget h2 {
        font-size: 1.75em !important;
        margin-bottom: 40px;
    }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .category-body-widget h2 {
        font-size: 2em !important;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .category-body-widget h2 {
        font-size: 2em !important;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .category-body-widget h2 {
        font-size: 2em !important;
    }
}
