p {
    font-size: 18px;
}

.section-block {
    max-width: 700px;
}

.sticky {
    position: -webkit-sticky!important;
    position: -moz-sticky!important;
    position: -ms-sticky!important;
    position: -o-sticky!important;
    position: sticky!important;
    top: 0;
}

h6.section-block {
    font-size: 20px;
}

h2.section-title {
    color: #259cbe;
}

.imgTitle {
    width: 60%;
    margin: 0;
    height: auto;
}

ul {
    list-style: none;
}

.dataTableList {
    list-style: initial;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: left;
}

a {
    outline: none;
}

@media only screen and (max-width: 420px) {
    .imgTitle {
        width: 100%;
        margin: 0;
        height: auto;
    }
}

@media only screen and (min-width: 421px) and (max-width: 767px) {
    .imgTitle {
        width: 75%;
        margin: 0 12.5%;
        height: auto;
    }
}