.custom-navbar-bg{
	background-color: #161F3C !important;
}
.carousel-item img {
    height: 160px;
    object-fit: cover;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .carousel-item img {
        width: 100%;
        margin: 0;
    }
}
#carouselExampleAutoplaying .carousel-caption {
	width: 90%;
	max-width: none;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    text-align: center;
}
.text-justify {
	text-align: justify;
}