/* series */
.series_heading_wrap {
    text-align: left;
    margin: 30px 0 15px;
    padding: 15px 15px 0px;
    width: 100%;
}

.series_heading {
    font-size: 18px;
    font-weight: bold;
}

.series_heading_desc {
    font-size: 12px;
}

.series_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.series_wrap ul .series_heading_wrap:nth-of-type(1) {
    margin-top: 0px;
}

.series_wrap ul li {
    text-align: left;
    margin: 0 0 12px;
    padding: 8px 15px;
}

.series_thumb {
    margin-bottom: 5px;
}

.series_thumb img {
    max-width: 100%;
    height: auto;
}

.series_profile {
    line-height: 1.7;
}

.series_name {
    font-size: 18px;
}

.series_desc {
    font-size: 12px;
}