@media only screen and (max-device-width: 600px){
    .p-mo-0{
        padding: 0;
    }
    html, body{
        overflow-x: hidden;
    }
    .home-features-top {
        width: 100%;
        max-width: 100%;
        margin: auto;
        position: relative;
        height: 566px;
        margin-bottom: 2.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5rem;
        padding: 14rem 10px 0px;
    }
    .features-content-top h2 {
        font-family: 'Darker Grotesque 500';
        font-size: 38px;
        font-style: normal;
        font-weight: 500;
        line-height: 39px;
        text-transform: capitalize;
        margin-bottom: 24px;
        color: #FFFFFF;
        text-align: center;
    }
    .how-its-works h2 {
        font-family: 'Darker Grotesque 500';
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        text-transform: capitalize;
        margin-bottom: 24px;
        color: #050220;
    }
    .how-its-works::after {
        content: " ";
        background: url(../img/how-ites-right-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 375px;
        height: 100%;
    }
    .how-its-works{
        padding: 24px 12px 7px;
    }  
    .standalone-se {
        width: 100%;
        max-width: 100%;
        margin: auto;
        height: 120px;
        padding: 0px;
    }
    .benifit-of-marchent {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-bottom: 0px;
        margin-bottom: 0px;
        z-index: -1;
        padding-top: 15px;
    }
    .benfit-right-content {
        width: 737px;
        max-width: 100%;
        margin: auto;
        padding-top: 53px;
        margin-bottom: 0px;
        text-align: center;
    }
    .benfit-right-content h2 {
        font-family: 'Darker Grotesque 700';
        font-size: 30px;
        font-style: normal;
        font-weight: bold;
        line-height: 33px;
        text-transform: capitalize;
        margin-bottom: 20px;
        color: #050220;
        margin-top: 92px;
    }
    .arrow-icon-dwon {
        width: 50px;
        height: 50px;
        margin: auto;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 35px;
        display:none;
    }
    .home-features::after {
      display:none;   
    }
    .benfit-right-content {
        width: 737px;
        max-width: 100%;
        margin: auto;
        padding-top: 0px;
        margin-bottom: 0px;
        text-align: center;
        padding: 0px 24px;
    }
    .benfit-right-content p {
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #050220;
        padding-right: 0px;
    }
    .benifit-img-left {
        height: 311px;
        width: 100%;
    }
    .features-last-content-tiltle h2 {
        font-family: 'Darker Grotesque 700';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px;
        text-transform: capitalize;
        margin-bottom: 16px;
        color: #050220;
    }
    .features-last-content-tiltle p {
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #050220;
        padding-right: 0px;
        text-align: center;
    }
    .features-last {
        background: #fff;
        height: 100%;
        z-index: 1;
        padding: 2rem 0;
    }  
    .features-last::after {
        content: " ";
        background: url(../img/Additional-Features-mo.png) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 375px;
        height: 746px;
        z-index: -1;
    }  
    .ul-features-main {
        margin-top: 16px;
    }
    .ul-features-main li {
        margin-bottom: 15px;
        font-family: 'Darker Grotesque 700';
        font-family: 'Darker Grotesque 700';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        text-transform: capitalize;
        color: #050220;
        width: fit-content;
        margin: auto;
        margin-bottom: 16px;
    }
    .ul-features-main h5 {
        font-family: 'Darker Grotesque 700';
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        text-transform: capitalize;
        margin-bottom: 16px;
        color: #050220;
        text-align: center;
    }  
    .the-addition-section {
        height: 484px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .addtionanl-content h2 {
        font-family: 'Darker Grotesque 700';
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px;
        text-transform: capitalize;
        margin-bottom: 24px;
        color: #fff;
    }
    
    .addtionanl-content p {
        font-family: 'Inter';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #fff;
        padding: 0px 14px;
        margin-bottom: 26px;
    }          
       
}