.copy-container {
    height: 100%;
    position: relative;
    min-height: 240px;
    max-height: 240px;
}

.copy-container a {
    position: absolute;
    bottom: 0;
}

.copy-container strong {
    position: absolute;
    bottom: 80px;
}

li.col-lg-4.col-md-4 {
    display: inline-table !important;
}

.row {
    margin-top: 9px !important;
}

.scripttag.section ul {
    list-style: none !important;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .copy-container {
        height: 100%;
        max-height: 200px;
        min-height: 200px;
    }
    .scripttag.section ul {
        column-count: 1 !important;
    }
}