.usual {
    padding: 50px 0 0 0;
}
.SVG0 {
    margin-top: 50px;
} 
.SVG1, .SVG2 {
    margin-top: 0%;
}
.contSVGs {
    height: auto;
}
.vertical-align {
    display: flex;
      flex-direction: row;
      align-items: center;
}

.article-img {
    max-height: 500px;
    margin: 0 auto;
}
.single-post-title h2 {
    font-size: 20px;
}
.single-post-title .h3 strong {
    font-size: 18px;
    font-weight: 400;
}
.single-post-content p {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 20px;     /* fallback */
   max-height: 100px;      /* fallback */
   -webkit-line-clamp: 5; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.contPostText {
    height: auto;
}
.h4 {
    font-size: 17px;
}
#index-news-title {
    margin: 0;
}
.last-section {
    padding: 0 50px 50px 50px;
}
#partners {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 500px) {
    .vertical-align {
        display: block;
    }
    .content-adjust {
        padding: 30px 0;
    }
    .article-img {
        max-height: 400p;
    }
}
@media (max-width: 678px) {
    .vertical-align {
        display: block;
    }
    .SVG0 {
        margin-top: 0px;
        padding-top: 10px;
    }
    #partners {
        display: block;
        justify-content: space-between;
    }
}
@media (max-width: 800px) {
    .navQBxsAdj {
        width: auto;
    }
}