/**************************/
/**** authoniti***/
/*************************/

.title-aria-glob {  
    position: sticky;
    top: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    z-index: 9;
  }
.title-aria-glob a {
    color: #DF2027;
    font-size: 30px;
    font-style: normal;
    line-height: 100%;
    background: white;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

.title-aria-glob p {
    color: #DF2027;
    font-size: 30px;
    font-style: normal;
    line-height: 100%;
    background: white;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0;
}


.title-aria-glob::after {
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(176, 33, 0, 0.15);
    display: block;
    position: absolute;
    top: 50%;
}

.aurthonitis .body-news {
    padding-top: 15px;
}

.aurthonitis .body-news img {
    border-radius: 10px 10px 0 0;
}

.aurthonitis .body-news .info-box {
    padding-top: 10px;
    min-height: 50px;
}

.aurthonitis .body-news a {
    font-size: 25px;
    display: block;
}

@media only screen and (max-device-width: 768px) {
    .aurthonitis .body-news .wp-post-image {
        width: 100%;
    }
}