.jcms_practiindex_page_title {
    background: transparent linear-gradient(180deg, #4e5677 0%, #2a3550 100%) 0% 0% no-repeat padding-box;
}

.jcms_practiindex2 {
    position: absolute;
    justify-content: flex-end;
}

.jcms_text {
    padding: 0 10px;
}

.plain {
    list-style-type: none;
    padding: 0;
}

.block_1 .jcms_text {
    margin: 0;
    margin-bottom: 10px;
    align-self: flex-start;
}

.block_1 li,
.block_1 ul {
    margin: 5px 0;
}

.block_2 .jcms_title {
    border: 3px solid #fff;
}

.block_2 .jcms_text,
.block_3 .jcms_text,
.block_4 .jcms_text {
    padding: 10px;
    margin: 0;
}

.block_3 ul,
.block_4 ul {
    margin: 0;
}

.block_3 .jcms_column_page {
    margin: 0;
}

.color_line {
    width: 100%;
    height: 50px;
    display: none;
}

.tinytext {
    font-size: 9pt
}

.jcms_bigimage {
    height: auto;
}

.jcms_column {
    align-items: center;
}



.jcms_bigimage h2 {
    font-size: 0.8em;
    font-weight: 700;
    line-break: auto;
    width: 70%;
    text-align: center;
    margin: 0 !important;
}

.numrow .jcms_row_page {
    width: 240px;
}


.numrow {
    margin: 0 !important;
}

.jcms_bigimage img {
    width: 120px;
    height: 120px;
}


.jcms_colored_block_page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info_cta,
.info_cta:visited,
.info_cta:hover,
.info_cta:active {
    border-radius: 50px;
    background-color: #fff;
    color: #4E5677;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 50px;
}

.pw-security img {
    width: 100%;
    margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
    .jcms_column_page {
        width: 100%;
        padding: 0 10px;
    }

    .numrow .jcms_row_page {
        height: 40vh;
    }

    .color_line {
        /* display: block; */
        padding: 1px;
        height: 20px;
    }

    .jcms_practiindex2 {
        height: auto !important;
    }

    .jcms_practiindex_page_title {
        background: transparent;
    }

    .video_placeholder img {
        height: 20vh;
        width: 100%;
    }

    .block_1 {
        min-height: auto;
    }
}