#articles-content{
    padding: 50px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;


}
#articlesInner-photo{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#articlesInner-photo img{
    max-width: 80%;
    max-height: 60%;
    object-fit: cover;
    text-align: center;
}
#articles-title{
    font-size: 26px;
    color:#0B4874;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top:30px;
    margin-bottom: 30px;


}
#articlesContent-titles h2{
    color: #0B4874;
    text-align: center;

}
#articlesContent-titles h3{
  
    text-align: center;
    font-size: 16px;
    font-weight: 300;

}
#socialsmedia{
    display: flex;
    margin-top : 60px;
    justify-content: center;
    align-items: center;
    gap: 30px;
}