.cable-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.cable-content {
    margin-bottom: 30px;
}

.cable-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cable-content p {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 1.8;
    margin-bottom: 30px;
}

.download-btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #000000;
    padding: 12px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.download-btn i {
    margin-left: 8px;
}

.download-btn:hover {
    background-color: #a80000;
    transform: translateY(-3px);
    text-decoration: none;
}

.cable-image1 img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.cable-image2 img {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.flex-md-row-reverse {
    flex-direction: row-reverse;
}

html {
    scroll-behavior: smooth;
}

.banner_cable {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f2f2f2;
}

.banner_cable img {
    width: 100%;
    max-height: 600px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .banner_cable img {
        max-height: 400px;
    }
}

@media (max-width: 480px) {
    .banner_cable img {
        max-height: 300px;
    }
}

.line-break {
    width: 75%;
    height: 2px;
    background-color: #6c0000;
    margin: 5px 200px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .line-break {
        margin: 2px 60px;
        height: 2px;
    }
}