/* carousel */

.carousel-item img {
    
    height: 250px;
}

.info-panel {
    background-color: white;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

.info-panel img {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.info-panel h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

/* sidebar */

.sidebars-area img {
    width: 150px;
    height: 150px;
}

.single-list .thumb-sidebars img {
    width: 80px;
    height: 80px;
}

img .feature-img-u {
    width: 200px;
    height: 200px;

}