@import url('GeneralStyling.Css');
@import url('Header&FooterStyling.Css');
.container {
    width: 80%;
    margin-top: 50px !important;
    margin: auto;
}

.Articles{
    display: flex;
    flex-wrap: wrap;
    
    
}

.Article-title {
    display: flex;
    width: 32%;
    
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Articles h2,
.Articles h3,
.Articles h4,
.Articles h5,
.Articles h6 {
    font-family: "Aviny";
}

.ArticleName {
    font-size: 40px;
    font-weight: 700;
}

.ArticleHeader {
    font-size: 32px;
    font-weight: 500;
}

.ArticleSubHeader {
    font-size: 24px;
}

.ArticleICoverImage {
    text-align: center;
    margin: 35px 0;
    width: min(500px, 50%);
    min-width: 300px;
}



.ArticleDesc {
    text-align: justify;
    line-height: 1.9;
    font-size: 21px;
    margin-bottom: 10px;
}

.ArticleImages {
    margin: 25px 0;
    text-align: center;
}

.footer-container .Right-Side p {
    line-height: 1.2;
    height: 60px;
    text-align: justify;
    margin-bottom: 5px;
}