﻿#myproducts {
    display: flex;
    flex-direction: column;
    padding: 3px 200px;
    height: 550px;
    justify-content: center;
    align-items: center;
}

    #myproducts::before {
        content: "";
        position: absolute;
        background: url('/myproducts.png') no-repeat center center/cover;
        height: 642px;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: -1;
        opacity: 0.89;
    }

.fruitimg {
    display: flex;
}

.images {
    height: 910px;
    width: 650px;
}

#oursales {
    height: 759px;
    width: 690px;
    margin-left: 20%;
    border: 1px solid black;
}

@media only screen and (max-width:767px) {
    #oursales {
        height: 88%;
        width: 80%;
        border: 1px solid black;
        margin-left: 5%;
    }

    .images {
        height: 90%;
        width: 90%;
    }

    .fruitimg {
        display: flex;
        flex-direction: column;
        margin-left: 0%;
    }
}
