.as-961c7a17-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.as-961c7a17-main-title {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
}

.as-961c7a17-slider {
    width: 100%;
    overflow: hidden;
}

.as-961c7a17-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}

.as-961c7a17-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    margin-right: 20px;
}

@media (min-width: 768px) {
    .as-961c7a17-slide {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (min-width: 1024px) {
    .as-961c7a17-slide {
        flex: 0 0 calc(33.333% - 13.333px);
    }
}

.as-961c7a17-img {
    width: 100%;
    margin-bottom: 15px;
}

.as-961c7a17-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    object-fit: cover;
}


.as-961c7a17-title {
    margin: 0 0 10px 0;
    font-size: 1.25rem;
}

.as-961c7a17-excerpt {
    margin-bottom: 15px;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
}

.as-961c7a17-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    align-self: flex-start;
    transition: opacity 0.3s;
}

.as-961c7a17-btn:hover {
    opacity: 0.9;
}

.as-961c7a17-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 2rem;
    padding: 5px 15px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.as-961c7a17-prev {
    left: 10px;
}

.as-961c7a17-next {
    right: 10px;
}
