.slider{position:relative;overflow:hidden;background:#f3f7f3;height:290px}.slides{display:flex;height:100%;transition:transform .45s ease}.slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slide img{width:100%;height:100%;object-fit:contain;display:block;padding:16px}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:rgba(20,83,45,.82);color:#fff;font-size:22px;cursor:pointer}.prev{left:10px}.next{right:10px}.dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:6px}.dots button{width:8px;height:8px;border:0;border-radius:50%;background:rgba(20,83,45,.28);padding:0}.dots button.active{background:var(--green)}