.cs-2908-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    gap: 30px;
    align-items: center;
}

.cs-2908-col-left {
    flex: 0 0 100%;
}

.cs-2908-col-right {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .cs-2908-col-left {
        flex: 0 0 calc(35% - 15px);
    }
    .cs-2908-col-right {
        flex: 0 0 calc(65% - 15px);
    }
}

.cs-2908-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cs-2908-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2;
}

.cs-2908-text {
    margin-bottom: 15px;
    line-height: 1.6;
}

.cs-2908-list {
    margin: 0 0 20px 0;
    padding-left: 20px;
    line-height: 1.6;
}

.cs-2908-list li {
    margin-bottom: 8px;
}

.cs-2908-outro {
    margin-bottom: 0;
    font-weight: 500;
}
