.storyboard-page ul {
    list-style-type: square;
    margin-left: 35px;
}
.storyboard-page ul li {
    margin-bottom: 5px;
}
.storyboard-page ul li strong {
    font-weight: 600;
}

.icore_storyboards{
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.icore_storyboards.boxshadow{
    box-shadow: 0 8px 8px -8px #000 inset, 0 -8px 8px -8px #000 inset;
}

.icore_storyboards .section-table-container {
    background: transparent none repeat scroll 0 0;
    display: table;
    height: 100%;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 100;
}
.icore_storyboards .section-table-block {
    display: inline;
    float: left;
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
.icore_storyboards .section-table-inside {
    margin: auto;
    padding: 25px;
    vertical-align: middle;
}
.icore_storyboards .section-table-inside img {
    border-radius: 0;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.icore_storyboards .section-table-image {
    text-align: center;
}
.icore_storyboards .section-image {
    height: auto;
    max-width: 100%;
}


.icore_storyboards.section-image-left .section-table-inside img {
    padding-right: 30px;
}



.icore_storyboards .section-table-inside p {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 auto 15px;
}

.icore_storyboards .section-table-inside h4 {
    font-family: "Poppins",sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 auto 10px;
}
.icore_storyboards .section-table-inside ul {
    margin: 0 auto 25px;
    padding: 0 25px;
}
.icore_storyboards .section-table-inside li {
    margin-bottom: 7px;
}

.icore_storyboards .content-nav-arrow {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    width: 100%;
}


.icore_storyboards.cta-section {
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 8px 8px -8px #000 inset, 0 -8px 8px -8px #000 inset;
}


.icore_storyboards .cta-section-inner {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 100px 25px;
}

.icore_storyboards .cta-section-inner h4 {
    color: #000;
    font-family: "Poppins",sans-serif;
    font-size: 400%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}


.icore_storyboards .cta-section-inner .cta-section-link {
    margin: 40px auto 10px;
    text-align: center;
}

.icore_storyboards .cta-section-inner a.button-cta {
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-family: "Poppins",sans-serif;
    font-size: 100%;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.375em 1em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
    transition: background-color 0.25s linear 0s;
}



@media screen and (max-width: 991px) {
    .icore_storyboards .section-table-inside p {
        font-size: 21px;
    }

}
@media screen and (max-width: 768px) {

    .icore_storyboards .content-nav-arrow {
        display: block;
    }

    .icore_storyboards  .padding-right {
        padding-right: 15px;
    }

    .icore_storyboards .section-table-container {
        display: block;
        table-layout: auto;
    }
    .icore_storyboards  .section-table-block {
        display: block;
    }

    .content-nav-arrow {
        display: block;
    }


}




