@media (min-width: 576px) {
    .clean-navbar.fixed-top+.page {
        padding-top: 3.8rem;
    }
    .navbar {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }
    .clean-block{
        padding-bottom: 0;
    }
}


.carousel-item{
   // height: 480px;
    overflow: hidden;
}
.carousel-item img{
    height: 480px;
}
.page-footer{
    padding-top: 0;
}
.clean-block{
    padding-bottom: 0;
}
.feature-box{
    color: unset;
    text-decoration: unset;
    cursor: pointer;
}
.card{
    height: 400px;
    overflow: hidden;
}

.card img{
    height: 200px;
}

.footer-copyright p {
    color: #ccc;
    font-size: 12px;
}
