section {
    padding: 40px 0 80px;
}
h2{
    margin: 20px 0px;
}
.scrollable-block h3{
    margin: 15px 0px;
}
.scrollable-block{
    width: 100%;
    max-height: 300px;
    padding: 20px;
    border:1px solid #CCC;
    background-color: #F7F7F7;
    overflow: auto;
    box-sizing: border-box;
}
.scrollable-block li{
    display: list-item;
    margin: 5px 0px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px !important;
        line-height: 26px !important;
    }
    h2 {
        font-size: 16px !important; 
        line-height: 20px !important;
    }
}
