/*top*/
.home-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15vw;
}
/* Featured Products */
.featured {
    padding: 60px;
    border-bottom: 2px solid #d98b8f;

}
.product-grid {
    display: flex;
    justify-content: center;
}
.featuredName {
    position: relative;
    left:17vw;
}

.product-grid {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

/* About */
.about {
    display: flex;
    justify-content: space-between;
    padding: 60px;
}

.about-left {
    width: 60%;
}



