#section2
{
    background-image: url("img/20.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
#section10 .box
{
    background-color: white;
    border:1px solid rgb(219, 219, 219);
    position: relative;

}
#section10 .box h3
{
    font-size: 25px;
    padding:10px 10px;
}
#section10.box p
{
    font-size: 18px;
    padding:10px 10px;
}
#section10 h1
{
    padding-bottom:60px;
}
#section10 .newsBox
{
    position: absolute;
    top:20px;
    left:20px;
    margin:0px;
    /* text-align: center; */
}
.input{   
    width: 100px;
    padding-top: 50px;
}
 .innerPost
{
    display: flex;
    justify-content: space-between;
   margin-top: 30px;
}
#section10 .innerPost div
{
    margin: 0px 5px;
}
#section10 .innerPost div p
{
    margin: 0px 5px;
}
#section10 .box
{
    margin-top: 30px;
    margin-bottom: 30px;
}
