body{
    margin: 0;
    font-family: sans-serif;
}
.section{
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: 60%;
    margin: 10rem auto 0 auto;
}

.carousel-item img{
    height: 250px;
    

}
.card-body h1{
    margin: 0;
  color: orange;  
}
.section p{
    color: #c0bdbd;
    margin-right: 15px;
}