/* Add custom CSS styles below * */
.landing-page-fixed-bannar .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
 
    text-align: start;
    width: 50%;
    margin-left: 0;
}


/***/
.liabty-cat .cont-cat {
    flex-wrap: wrap;
    justify-content: center;
}
/***/


/**/
.second-banner .txt {
    text-align: center ;
}
.second-banner .txt p {
    font-size: 28px;
    text-align: center;
    width: 100%;
}
/***/

.store-footer__inner {

    color: #000;
    background: linear-gradient(269.93deg, #FF90BC 0%, rgba(255, 191, 217, 0.5) 99.83%);
}

.store-footer a:hover {
 
    color: #000000;
  
}
@media(max-width:768px){
.landing-page-fixed-bannar .txt {
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    width: 100%;
    margin-left: 0;
    align-items: center;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    padding: 14px 0;
}

}