.subscription-section {
    padding: 20px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;

}

.subscription-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: black;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}

.subscription-subtitle {
    font-size: 1.2rem;
    color: #333;
    margin-top: 20px;
    text-align: center;
}

.device-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.device-img {
    max-width: 100%;
    height: auto;
}


.s-slider-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 20px 20px 0 18px;
}

.s-slider-block__title h2 {
    font-size: 18px;
    margin-right: -6px;
    font-weight: 800;
    direction: rtl;
    
}

.s-slider-block__display-all {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    padding: 8px 16px;
    border: 1px solid #000;
    border-radius: 25px;
    font-weight: 800;
}

.s-slider-block__display-all:hover {
    background-color: #000;
    color: #fff;
}

