.slider{position:relative;overflow:hidden;border-radius:18px;background:#f7fff9}.slides{display:flex;transition:transform .45s ease}.slide{min-width:100%;flex:0 0 100%;display:flex}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:0;background:rgba(7,59,46,.68);color:#fff;font-size:24px;line-height:1;display:grid;place-items:center}.prev{left:14px}.next{right:14px}.dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:7px}.dots button{width:9px;height:9px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.65)}.dots button.active{background:#ffc857}.slider .slide img{width:100%;height:260px;object-fit:cover;border-radius:18px}@media(max-width:540px){.slider .slide img{height:235px}.prev,.next{width:34px;height:34px}}
