.experience_splice .product_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
    flex-wrap: wrap;
}

.experience_splice .product_flex_box {
    border-radius: 1rem;
    overflow: hidden;
    flex: 1 1 300px;
    min-width: 0;
}
.experience_splice .product_flex_box img{
    width: 100%;
}
.experience_splice .product_flex_box h6{
    font-size: 1.5rem;
    font-weight: 400;
    padding-bottom: .5rem;
}
.experience_splice .product_flex_box .head_para{
    padding: 1rem;
}
.showcase{
    border-radius: 1rem;
    overflow: hidden;
}
.showcase img{
    width: 100%;
}
.experience_splice_gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.experience_splice_gallery img{
    width: 100%;
}
.experience_splice_gallery .gallery{
    overflow: hidden;
    border-radius: 1rem;
}