.left-content-right-logo-listing{padding: 50px 0;background: linear-gradient(-45deg, #ace6fe, #b9acfe, #ade5fe, #cad4f8);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;}}
.left-content-right-logo-listing h2{margin-bottom: 20px;font-weight:400 !important;font-size:48px;}
.left-content-right-logo-listing .logo-box{background-color:#fff;height:100px;padding: 10px;margin-top:20px;margin-bottom:20px;border-radius: 8px;box-shadow: 0 8px 16px rgb(0 8 36/5%);text-align: center;display:flex;}
.left-content-right-logo-listing .logo-box img{max-width:70% !important;}
.left-content-right-logo-listing h2{font-size:3rem !important; font-weight:400 !important}
 .left-content-right-logo-listing p{font-size:20px !important; line-height:1.7rem !important}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}