 body {
     padding-top: 70px;
 }

 section {
     margin-bottom: 200px;
 }

 .carousel-item {
     height: 500px;
 }

 .carousel-item img {
     height: 100%;
     object-fit: cover;
 }

 .card-img-top {
     width: 100%;
     height: 15vw;
     object-fit: cover;
 }