.custom-container{
    display: flex;
    justify-content: center;
    align-items : center;
    flex-flow: column nowrap; 
}

.news-information {
    text-align: center;
}

.navigation-control a{
    text-decoration: underline;
    color: black;
}


/* X-Large Devices Bootstrap */
@media (max-width: 1199px) {}

/* Large Devices Bootstrap */
@media (max-width: 991px) {

}

/* Medium Devices Bootstrap */
@media (max-width: 767px) {
  
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    img.banner {
        object-fit: cover;
        height: 160px;
    }
    .navigation-control{
        font-size: 12px;
    }
    .secondary-title{
        font-size: 24px;
        line-height: 37px;
    }
    .description{
        max-width: 90%;
    }
}
