.use-proper-tools, .tips-for-success {
    background: #f6f5f0;
}

.tips-for-success {
    border-top: 6px solid white !important;
    padding-top: 5%;
}

.padding-tb-5 {
    padding-top: 6%;
    padding-bottom: 5%;
}

.ul1column, a:hover, a:active, a:focus {
    color: #465058!important;
}

.ul1column li {
    list-style: disc;
    padding: 0px 15px 25px 0px!important;
}

#actions img {
    width: 130px;
}   

@media (max-width: 767px) {
    
    .tips-for-success {
        padding-top: 8%;
    }
}

@media (min-width: 768px) {
.ul1column ul {
        list-style-type: disc;
        list-style-position: inside;
        padding-left: 16px!important;
    }
.gray-section-breaker {
        border-top: 6px solid #f6f5f0
    }   }