.s-trust-badges-content {
    color: aliceblue;
}
.store-footer .footer-description p {
    color: #ffffff;
 
}
.product-single .sidebar .h-full.object-.w-full {
object-fit: cover !important ;
}
@media (min-width: 992px) {
.NG-hero-section .flex.flex-col.items-start {
    margin-right: clamp(1rem, -0.7985rem + 7.6735vw, 6.875rem);
    width: 50%;
    left: 0 !important;
    right: unset;
    align-items: center;
    top: 12rem;
}

}

@media (max-width: 768px) {
 .NG-hero-section .flex.flex-col.items-start h1{
   font-size: 18px ;
 }
.NG-hero-section .flex.flex-col.items-start {
    top: 2rem;

    right: 6rem;
    justify-content: center;
    align-items: center;
    width: 80%;
}
}