.heroImg.abt{
    background-image: url("../image/dark.jpg");
    background-position: right top;
    background-size: cover;
}
.newsContainer{
    width: 100%;
    padding: 0 0 20px;
    background-color: white;
}
.below{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background-color: rgb(120, 12, 134);
    padding: 5px 20px 5px 80px;
}
.below div{
    margin-right: 20px;
    padding: 3px 15px;
    background-color: white;
    color: rgb(120, 12, 134);
    font-size: 14px;
    transition: all 0.25s ease-in;
}
.below button:hover{
    color: rgba(120, 12, 134, 0.801);
}
marquee {
    font-size: 14px;
    color: white;
    width: 80%;
}
.news{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    padding:15px;
    margin:15px auto;
}
.topNews{
    display: flex;
    flex-direction: column;
    width: 60%;
}
.topNews p.tag{
    font-size: 16px;
    padding: 5px 20px;
    width: 140px;
    color:white;
    margin:0;
}
.topNews .under{
    height: 2px;
    width: 100%;
    background-color: rgb(104, 15, 96);
}
.diagram{
    display: flex;
    justify-content: space-around;
    height: auto;
    width: 100%;
}
.diagram .one{
    margin-right: 20px;
    width: 50%;
}
.diagram .one img{
    width: 100%;
    height: 230px;
}
.diagram .one p{
    width: 100%;
    font-size: 14px;
    line-height: 1.2em;
}
p.chrono{
    color: gray;
}
.diagram .one p.caption{
    font-size: 16px;
}
.diagram .two{
    width: 45%;
}
.imageCaption{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    background-color: rgb(169, 121, 214);
}
.imageCaption img{
    width: 500px;
    height: 100px;
}
.imageCaption div p{
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 15px;
}
.imageCaption div p.chrono{
    padding-top: 5px;
    color: grey;
    font-size: 13px;
}

@media only screen and (max-width: 840px) {
    
    .below{
        padding: 10px 20px 10px 40px;
    }
    .below button{
        padding: 3px 10px;
    }
}
