.ascen-slider-container-6741a2db {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ascen-slide-item-6741a2db {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 40px;
    background: #f4f4f4;
}
.ascen-slide-content-6741a2db {
    max-width: 800px;
}
.ascen-slide-title-6741a2db {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}
.ascen-slide-button-6741a2db {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}
.ascen-slide-button-6741a2db:hover {
    background: #005177;
    color: #fff;
}
