.slider-bg {
    width: 100%;
    height: 70vh;
    min-height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.slider-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.slider-desc {
    color: #eee;
    font-size: 18px;
}
.slider-btn {
    background-color: #ff5722;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}