.class-div-title {
    font-size: 3vw;
    font-weight: 700;
    color: rgb(35, 131, 172);
    margin: 1vw;
    margin-left: 3vw;
}

.class-img-card {
    box-shadow: 0vw 0vw 1vw rgb(162,162,162);
    position: absolute;
    object-fit: cover;
}

.class-div-gallary-container {
    position: relative;
    overflow: auto;
    height: 80vh;
}