.sec4{
    background-color: black;
    padding: ;
    width: 100vw;
    max-width: 100%;
    min-height: 70vh;
    color: white;
}
.latest-prod{
    font-size: clamp(1.5rem, 1.3644rem + 0.678vw, 2rem);
    padding: 1.9rem 0;
    background-color: black;
    color: rgb(252, 174, 28);
}
.latest-prod-div{
    width: 100%;
    max-width: 90%;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 1%;
    /* border: 1px solid white; */
}
.latest-product-cards{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 25rem;
    width: 27rem;
    border: 1px solid rgba(146, 146, 146, 0.8);
}
.latest-product-cards img{

}