.testimonial-slider{margin:auto;padding-top:45px;width:70%}.testimonial{background-color:#fff;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);box-sizing:border-box;color:var(--grey-titan);margin:0 10px;max-width:410px;min-height:510px;padding:30px}.testimonial p{margin:0 0 10px}@media (max-width:768px){.testimonial-slider{width:90%}}@media (min-width:768px) and (max-width:1024px){.testimonial-slider{width:80%}}.custom-controls{gap:10px;margin-bottom:25px;margin-top:20px}.custom-controls,.custom-next,.custom-prev{align-items:center;display:flex;justify-content:center}.custom-next,.custom-prev{background:transparent;border:none;cursor:pointer;padding:0}.custom-next.disabled svg circle,.custom-prev.disabled svg circle{fill:#d3d3d3}.custom-next:not(.disabled) svg circle,.custom-prev:not(.disabled) svg circle{fill:#2f3e8f}.custom-dots{align-items:center;display:flex;gap:5px;justify-content:center}.custom-dot{background-color:#d3d3d3;border:2px solid #fff;border-radius:50%;box-sizing:border-box;cursor:pointer;height:20px;padding:0;width:20px}.custom-dot.active{background-color:#c4e500;border-color:#fff}