.products-first-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}
.inside-products-first-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 70vh;
    width: 100%;
    background-image: url(../images/Banners/1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/* .inside-products-first-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.inside-products-first-section .heading{
    color: #fff;
    font-size: 2rem;
    position: absolute;
    z-index: 2;
} */


.fourth-section-product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.inside-fourth-section-product{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    flex-direction: column;
    background-color: #fff;
    margin: 2rem 0;
    padding: 2rem 0;
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}