.gallery_section {
    background: white;
}

.gallery_section .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery_section .d_grid {
    /* display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    justify-content: center; */
        /* display: flex; */
        gap: 20px;
        margin: auto;
    
}

.gallery_card {
    border-radius: 10px;
    height: 182px;
    width: 280px;
}

.gallery_card img {
    border-radius: 0px;
}

.card_overlay {
    height: 52px;
}

.gallery_card .main_heading {
    font-size: 21px;
}
.para_content {
    max-height: 100px;
    overflow-y: hidden;
}