.multi_posts__loading__img {
    height: 50px;
    width: auto;
}

.timeline__loading {
    text-align: center;
    padding: 10px 0px;
}

.badge-cat {
    background: #eaeaea;
    border-radius: 97px;
    line-height: 32px;
    color: black;
    font-size: 12px;
    padding: 0px 14px;
    margin-right: 7px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
}

.badge-cat:hover {
    color: #3e416d;
    opacity: .8;
}

.badge-cat_active a {
    color: #1a73e8 !important;
}

.badge-cat_active {
    color: #1a73e8 !important;
    opacity: 1;
    background-color: #e8f0fe;
}

.in_content_banner {
    align-content: center;
    text-align: center;
}

.content_zone {
    width: 100%;
    word-wrap: break-word !important;
}

.content_zone a {
    color: rgb(39, 113, 208) !important;
    font-weight: bold !important;
    transition: 0.3s;
}

.content_zone a:hover {
    color: rgb(60, 140, 245) !important;
}

.blog-content p {
    font-size: 17px !important;
}

.blog-content a {
    font-size: 17px !important;
}

.blog-content u {
    text-decoration-color: black;
}

.blog-content section {
    font-size: 17px !important;
    line-height: 30px !important;
    padding: 5px 0px !important;
}

.text_title_two_lines {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_title_three_lines {
    display: -webkit-box !important;;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_zone iframe {
    width: 100% !important;
}

.pin_zone {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.pin_one {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pin_one img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.pin_one_text {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0 !important;
    position: absolute;
    min-height: 200px;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
}

.pin_one_text_h2 {
    color: white !important;
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
}

.pin_one_text_h2 h2 {
    color: white !important;
}

.pin_other_zone {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pin_other {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.pin_other p {
    /*color: #272727 !important;*/
}