.heading h1{
    padding-left: 5vw;
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newsgallery{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

#nolly{
    border-radius: 3px;
    width: 30vw;

}

img{
    width: 90vw;
    border-radius: 3px;
}

.image{
    width: 90vw;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.185);
}

.caption{
    width: 90vw;
    height: clamp(100px,7vw,300px);
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsBlock{
    margin-bottom: 20px;
}

.caption p{
    font-size: 20px;
    text-align: center;
    font-weight: 800;
}

@media screen and (max-width: 800px){ 
    .heading h1{
        font-size: 50px;
    }

    
#nolly{
    border-radius: 3px;
    width: 90vw;

}
}