#hero-home{
    height: auto !important;
    padding-top: 0;
    margin-top: 0;
}
.content_page {
    margin: auto;
    margin-top: 0;
    color: #fff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    margin-bottom: 16px;
    padding: 20px;
    max-width: 800px;
}

.box_content h2,
.box_content h2 span,
.box_content h2 p {
    font-weight: 700 !IMPORTANT;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #fff !important;
    text-align: left !important;
    margin: 12px 0 !important;
}

.box_content h3 span,
.box_content h3 {
    font-size: 23px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    text-align: left !important;
}

.box_content h4 span,
.box_content h4 p,
.box_content h4 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
    color: #fff !important;
    text-align: left !important;
}

.box_content h5,
.box_content h6,
.box_content h5 span,
.box_content h6 span,
.box_content h5 p,
.box_content h6 p {
    font-weight: 500 !important;
    color: #fff !important;
    text-align: left !important;
}

.box_content th,
.box_content td {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    text-align: center !important;
    padding: 10px;
}

.box_content table {
    width: 100% !important;
    border-spacing: 0px !important;
    border: 1px solid #000 !important;
    border-bottom: none !important;
    border-color: black !important;
}

.box_content th:first-child,
.box_content td:first-child {
    border-left: none !important;
}

.box_content table p,
.box_content table span {
    margin-bottom: 0 !important;
    font-size: 17px !important;
    line-height: 1.5 !important;
}

.box_content table th p {
    text-align: center !important;
    font-weight: 700;
}

.box_content a {
    font-weight: bold;
    font-size: 17px;
    color: #009cff;
}

.box_content p,
.box_content span {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    white-space: unset !important;
    word-wrap: break-word;
}

.box_content a p,
.box_content a span {
    color: unset !important;
}

.box_content ul {
    padding: 0 !important;
    padding-left: 30px !important;
    list-style: disc;
    display: list-item;
}

.box_content ul li {
    line-height: 1.5 !important;
    white-space: unset !important;
    margin: 0 0 10px 0 !important;
}

figcaption {
    font-size: 16px;
    text-align: center;
    font-style: italic;
    background: #ccc;
    line-height: 28px;
}

figure {
    margin: auto;
    width: 100%;
    margin-bottom: 10pt;
}

.title_h1 {
    line-height: 1.3;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10pt;
    text-align: center;
}

.box_author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.box_date {
    display: flex;
    align-items: center;
}
.slick-list.draggable {
    padding: 0  !important;
 }
 .arrow_slide{
    top: 21%;
 }
@media screen and (max-width: 580px) {
    .title_h1 {
        font-size: 25px;
    }
    #hero-home #hero-content{
        max-width: unset;
    }#hero-home{
        padding-bottom: 0;
    }
}