
.index-image{
    width: 100%;
    height: 600px;
}

.index-gallery img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

