.slider-2 {
    background-color: transparent;
    width: 100%;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
    padding-bottom: 60px; /* Space for dots */
}

.w-slider {
    text-align: center;
    clear: both;
    position: relative;
}

.w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
    font-size: 0; /* Remove inline-block spacing */
}

.w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    font-size: 16px; /* Reset font-size */
    transition: transform 0.5s ease;
}

.slide {
    border: 1px solid #e9eef1;
    box-shadow: 0 12px 24px #0000000d;
    background: #fff;
    box-sizing: border-box;
}

.div-block-38 {
    flex-flow: column;
    justify-content: space-between;
    max-width: 571px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 80px 15px;
    box-sizing: border-box;
}

.text-block-38 {
    letter-spacing: -0.24px;
    font-size: 24px;
    line-height: 36px;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
}

.text-block-37 {
    letter-spacing: -0.32px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

/* Arrows */
.left-arrow, .right-arrow {
    justify-content: center;
    align-items: center;
    display: flex;
}

.w-slider-arrow-left, .w-slider-arrow-right {
    cursor: pointer;
    width: 60px;
    margin: auto;
    position: absolute;
    inset: 0;
    transition: opacity 0.3s ease;
}

.w-slider-arrow-left:hover, .w-slider-arrow-right:hover {
    opacity: 0.7;
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
    left: -60px;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
    right: -60px;
}

.image-48 {
    width: 48px;
    height: 48px;
}

/* Dots */
.w-slider-nav {
    z-index: 2;
    text-align: center;
    height: 40px;
    margin: auto;
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.w-slider-dot {
    cursor: pointer;
    background-color: #F6FAFF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 6px 0.5em;
    transition: background-color 0.1s, transform 0.1s;
    display: inline-block;
}

.w-slider-dot.w-active {
    background-color: #222830;
}

@media (max-width: 1000px) {
    .w-slider-arrow-left {
        left: 0px;
    }
    .w-slider-arrow-right {
        right: 0px;
    }
    .div-block-38 {
        padding: 60px 40px;
    }
}
@media (max-width: 479px) {
    .div-block-38 {
        padding: 40px 15px;
    }
    .text-block-38 {
        font-size: 18px;
        line-height: 28px;
    }
    .w-slider-arrow-left, .w-slider-arrow-right {
        display: none;
    }
}
