.blog-first_feature-img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    object-fit: cover;
}

.post-item-contentbox{
    width: -webkit-fill-available;
}

.last-posts-list {
    align-items: stretch;
    align-content: stretch;
}


.post-content-data * {
    font-family: Rubik, sans-serif;
}

.post_h2 {
    margin-top: 45px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}

.post_h3 {
    margin-top: 35px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}


.post-quotation {
    border-left: 0px solid #ffffff00;
}

.post-author-img{
    background-size: cover;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a, .pagination>li>span {
    display: inline-block;
    line-height: 2.1em;
    padding: 0 .833em;
    min-width: 2.1em;
    font-weight: 700;
    color: #858b92;
    border: 1px solid #dbe0e3;
    border-radius: .4em;
    margin: 0 .1em;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a {
    border-radius: .4em;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-center{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -90px;
}

.pagination-center{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.container-list{
    max-width: 1100px;
}

.w-form-done {
    display: block;
    margin-top: 15px;
}

.w-form-fail {
    display: block;
    margin-top: 15px;
}

.label-white{
    color: #fff;
}

.input-white{
    color: #fff;
}

.post-content-data a {
    color: #1171d7;
    text-decoration: none;
}

.post-paragraph{
    margin-top: 15px;
    font-weight: 100 !important;
}

