﻿﻿.carousel-item img{
   height: 230px;
}
.carousel-inner{
}

.carousel-item img {
}

.utilities{
    margin: 0px;
    padding: 0px;
}
.utilities ul li {
    list-style: none;
    float: left;
    width: 30%;
    box-shadow: 0 2px 7px #dfdfdf;
    background: white;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    min-height: 110px;
    padding-top: 10px;
   
}

.utilities ul li:hover {
    border: none;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    transform: scale(1.01);
    cursor: pointer;
}

.utilities ul li img{
   
    width: 50px;
    margin: 0px auto;
}

.outstanding {
    
  
    
}
.outstanding img {
   
}

@media only screen and (max-width: 600px) {
    .carousel-item img {
        height: 200px;
    }

    .utilities ul li img {
        width: 40px;
    }

    .utilities ul li {
        
        min-height: 90px;
       
    }
}

@media only screen and (max-width: 450px) {
    .carousel-item img {
        height: 150px;
    }
}