.entry-content ul {
    list-style: none;
    padding-left: 30px;
}
.entry-content ul li {
    position: relative;
    padding: 7px 0 7px 0;
}

.entry-content ul li:first-child {
    padding-top: 0;
}

.entry-content ul li:first-child:before {
    top: calc(50% - 7px);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.item-content h3 {
    text-transform: none;
}

.item-content h4 {
    text-transform: none;
}

.entry-content ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #e0312f;
    border-radius: 50%;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e0312f;
}

.entry-content ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    left: -30px;
    color: #e0312f;
    width: auto;
    height: auto;
    background-color: transparent;
}

.entry-content ul li:first-child:before {
    margin-top: -8px;
}
table {
    border-top-width: 0px;
}
table tr:first-child {
    color: #fff;
    background-color: #e0312f;
}
table tr:first-child td {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-width: 0 1px;
    padding: 25px 5px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
}
.slide_description {
    vertical-align: top !important;
    margin-top: 128px !important;
}
@media all and (max-width: 1380px) {
    .intro_section h2 {
        font-size: 80px;
    }
    .intro_section p {
        font-size: 30px;
    }
}

@media all and (max-width: 850px) {
    .slide_description {
        margin-top: 80px !important;
    }
    .intro-layer p {
        font-size: 26px !important;
    }
}
@media all and (max-width: 560px) {
    .slide_description {
        margin-top: 20px !important;
    }
}
