.section-light{
    background-image: linear-gradient(
105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url(../assets/stock.jpg);
    background-size: 100%;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 20%);
    height: 70vh;
    margin-top: 5rem;
    margin-bottom: 5rem;
    color : #000;
}

section{
    position: relative;
}
.section-dark{
    background-image: linear-gradient(
105deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 50%, transparent 50%), url(../assets/stock.jpg);
    background-size: 100%;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 20%);
    height: 70vh;
    margin-top: 5rem;
    color : #fff;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

section > div{
    width: 50%;
    height:inherit;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size: 20px;
}


.para-cont{
    width: 100%;
    height: 50%;
}


@media screen and (max-width : 480px) {
    body{
        overflow-x: hidden;
    }
    .section-light{
        background-image: linear-gradient(
    120deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 85%, transparent 15%), url(../assets/stock.jpg);
        background-size: 100%;
        border-radius: 3px;
        box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 20%);
        height: 70vh;
        margin-top: 5rem;
        margin-bottom: 5rem;
        color : #000;
    }

    .section-dark{
        background-image: linear-gradient(
    120deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 85%, transparent 15%), url(../assets/stock.jpg);
    background-size: 100%;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 20%);
    height: 70vh;
    margin-top: 5rem;
    margin-bottom: 5rem;
    color : #fff;
    }


    section > div{
width: 100%;
    }


}