* {
    margin: 0px;
    padding: 0px;
    
}

.section2 {
    background-image: url('marketplace.svg');
    background-position: center;
    background-repeat: no-repeat;
    height: 215px;
    margin-top: -45px;
  overflow-y: hidden;
}

.section3 {
    background-image: url('featured\ poducts.png');
    height: 802px;
    position: relative;
    bottom: 23px;
    background-position: center;
    overflow-x: hidden;
    overflow-y: hidden
}

#FeaturedProducts {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 0%;
    vertical-align: middle;
    top: 21px;
    position: relative;
}

#button1 {
    background: #49A760;
    position: relative;
    width: 66px;
    height: 27px;
    bottom: 20px;
    left: 210px;
    border-radius: 10px;
    border-width: 1px;

}

#button2 {
    position: relative;
    width: 69px;
    height: 26px;
    opacity: 1;
    bottom: 20px;
    left: 210px;
    border-radius: 10px;
    border-width: 1px;
}

#button3 {
    position: relative;
    width: 62px;
    height: 26px;
    opacity: 1;
    bottom: 20px;
    left: 210px;
    border-radius: 10px;
    border-width: 1px;
}

.grid-container2 {
    display: grid;
    grid-template-columns: 1fr;
}

.grid-items {
    position: relative;
    height: 215px;
    left: 5px;
    right: 0px;
    top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 68px rgba(174, 175, 175, 0.17);
    border-radius: 10px;
    background-image: url('ricebag1.svg');
    background-repeat: no-repeat;
}

#organic {
    position: relative;
    color: #666666;
    width: 55.17815399169922;
    left: 220px;
    top: 70px;
    font-family: Outfit;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 12px;
    text-transform: uppercase;

}

#npk {
    position: relative;
    left: 220px;
    top: 75px;
    word-spacing: 1px;
    font-size: 24px;
}

#Rs24 {
    position: relative;
    left: 220px;
    top: 80px;
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 20px;
letter-spacing: 0%;
vertical-align: middle;
color: #49A760;
}
#shop-now {   position: relative;
    left: 200px;
    top: 90px;  }
.grid-items2 {
    position: relative;
    height: 215px;
    left: 5px;
    right: 0px;
    top: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 68px rgba(174, 175, 175, 0.17);
    border-radius: 10px;
    background-image: url('ricebag2.svg');
    background-repeat: no-repeat;
}

.grid-items3 {
    position: relative;
   height: 190px;
    left: 5px;
    right: 0px;
    top: 88px;
    background: #FFFFFF;
    box-shadow: 0px 0px 68px rgba(174, 175, 175, 0.17);
    border-radius: 10px;
    background-image: url('ricebag3.svg');
    background-repeat: no-repeat;
    overflow-y: hidden;
}

/* iPhone 14 Pro Max (428px) */
@media (max-width: 430px) {
    .section2 {
        height: auto;
        padding: 20px 0;
    }

    .section3 {
        height: auto;
        overflow: visible;
        background-size: cover;
        padding: 20px 0;
    }

    #FeaturedProducts {
        font-size: 18px;
        line-height: 40px;
        left: 20px;
    }

    #button1, #button2, #button3 {
        width: 55px;
        height: 24px;
        left: auto;
        bottom: auto;
        margin: 10px 5px;
        font-size: 12px;
        position: static;
        display: inline-block;
    }

    .grid-items, .grid-items2, .grid-items3 {
        left: 10px;
        right: 10px;
        margin: 15px auto;
        height: auto;
        width: calc(100% - 20px);
    }

    #organic {
        left: 150px;
        font-size: 10px;
    }

    #npk {
        left: 150px;
        font-size: 18px;
    }

    #Rs24 {
        left: 150px;
        font-size: 16px;
    }

    #shop-now {
        left: 150px;
        font-size: 12px;
    }
}