@media screen and (min-width:769px) {
    .text-list-index .text-list-html {
        height: 1300px !important;
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width:769px) {
    .text-list-index .text-list-html {
        width: 100%;
        height: 1300px;
    }
}