.module-section{width:calc(100% - 100px);margin:50px auto}.module-container{max-width:1400px;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.module-header p{width:100%;max-width:600px;margin:1rem auto;text-align:center}.module-storage{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));justify-content:space-between;gap:3rem;width:100%}.module-slide,.module-storage{display:grid;align-items:center}.module-slide{position:relative;justify-content:start;grid-template-columns:100px 1fr;gap:1.5rem;height:170px;box-shadow:1px 4px 15px rgba(0,0,0,.1);padding:.7rem 2rem;border-radius:10px;transition:all .3s ease-in-out}.module-slide:hover{box-shadow:none;border:1px solid #e2e2e2}.module-slide .module-img{width:100px!important}.module-slide .batch{position:absolute;padding:1px 6px;font-size:13px;border-radius:5px;color:#fff;left:-10px;top:-10px}.module-slide .batch-1{background-color:#17b6b6}.module-slide .batch-2{background-color:#624de3}.module-slide .batch-3{background-color:#e34d4d}.module-slide .batch-4{background-color:#b81ee7}.module-container img{width:100%;height:100%;object-fit:cover}.module-btn{padding:.6rem 1.8rem;border:1px solid #ee5b59;width:max-content;border-radius:30px;font-weight:600}.module-btn:hover{background-color:#ee5b59;color:#fff}@media (max-width:768px){.module-section{width:calc(100% - 30px)}.module-storage{grid-template-columns:1fr;justify-content:center;align-items:center;gap:1.5rem;width:100%}.module-container{flex-direction:column;gap:2.5rem;flex-direction:column-reverse}.module-container .module-storage,.module-storage h3{width:100%}.module-slide{gap:1rem;grid-template-columns:1fr;padding:.5rem 1rem;height:auto}.module-slide .module-img{display:none!important}}