.cbg-our-gallerry {
    position: relative;
    background-color: #E8E8E8;
    padding: 40px 0 0 0;
}

.cbg-our-gallerry .container {
    position: relative;
    z-index: 1;
}

.cbg-our-gallerry .description {
    margin-bottom: 40px;
    max-width: fit-content;
}

.cbg-our-gallerry h2 {
    margin-bottom: 20px;
}

.cbg-our-gallerry .cbg-gallerry>div {
    margin-bottom: 40px;
}

.cbg-our-gallerry .cbg-gallerry>div a {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
}

.cbg-our-gallerry .cbg-gallerry a>img {
    width: 100%;
    object-fit: cover;
}

@media (max-width:992px) {
    .cbg-our-gallerry {
        padding: 20px 0 0 0;
    }

    .cbg-our-gallerry h2 {
        margin-bottom: 10px;
    }

    .cbg-our-gallerry .description {
        margin-bottom: 20px;
    }

    .cbg-our-gallerry .cbg-gallerry>div {
        margin-bottom: 20px;
    }

    .cbg-our-gallerry .cbg-gallerry>div a {
        border-radius: 10px;
    }
}