.analyzze-scroll-slider {
    width: 100%;
    overflow: hidden;
}
.analyzze-slide {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #f4f4f4;
    padding: 40px 10vw;
    margin-bottom: 2px;
    box-shadow: 0 10px 30px 0 rgba(32,86,190,0.09);
}
.slide-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 24px;
}
.slide-title {
    font-size: 2rem;
    color: #2056be;
    margin-bottom: 18px;
}
.slide-content {
    font-size: 1.15rem;
    color: #222;
}
