.headline .h1, .headline .headlinecaption, .headline h1 {
    width: 70% !important;
    max-width: 70% !important;
}
.text p{
    padding: 0 !important;
}
.img-box {
    margin: 0 !important;
    text-align: center;
}
.m50{
    margin: 0 50px;
}
.author_image img{
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid #ccc;
}
.author {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #206973;
    max-width: 45%;
    margin-top: 45px;
}
.author_text {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}
span.author_name {
    font-size: 18px;
    margin-bottom: 9px;
    font-weight: 600;
}
span.author_regalii {
    color: #9F9C9C;
}
@media screen and (max-width: 1024px) {
    .m50{
        margin: 0;
    }
    .headline .h1, .headline .headlinecaption, .headline h1 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .headline.container h1{
        margin-bottom: 0 !important;
    }
}
