#news {
    position: relative;
    height: 600px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*margin-top: -61px;*/
}
#news::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://c0.wallpaperflare.com/preview/458/881/269/container-metal-port-iron.jpg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    filter: contrast(0.5);
    background-attachment: fixed;
}
#news p {
    font-size: 20px;
    padding: 0 100px;
}
.banner-title{
    /*margin-top: 110px;*/
}
.single-news {
    margin: 180px 0;
}
.single-news-img{
    height: 400px;
}
.n-btn{
    color: #063573;
}
.n-btn:hover{
    opacity:0.9;
}