.carousel-item{
    width: 100%;
    height: 212px;
    object-fit: cover;   
}

.carousel-indicators button {
   
    background-color: #ee812e;
    border: none;
    margin: 5px;
    outline: none;
    cursor: pointer;
    
}

.carousel-indicators button:hover {
    background-color: #ee812e;
     width: 30px;
}

.carousel-indicators button.active {
    background-color: #ee812e;
   width: 30px;
}
.modal{
    bottom: -26.75rem;
    
}
.heading{
    padding-top: 7.25rem;
}
.content{
    line-height: 40px;
}
.content p{
    line-height: 40px;
}
.cards{
    width: 424px;
}