/* Section About */

section.about {
    margin: 0 8px 18px;
    background-color: #ffffff;
}

.about_img {
    display: flex;
}

img.about {
    margin: 16px 8px;
    aspect-ratio: 16/9;
    max-width: 50%;
    height: auto;!important;
}

/* Section Sobbit Cable */

section.sobbit_cable {
    margin: 0 8px;
    background-color: #f9faff;
    padding-bottom: 8px;
}

.cable_title {
    margin-bottom: 36px;
}

.cable.recommendations__inner {
    margin-top: 16px;
}

/* Section Material Cable */

section.material_cable {
    margin: 0 8px 18px;
    background-color: #f9faff;
    padding-bottom: 36px;
}

.cable.recommendations__inner img {

    margin-right: 30px;
    margin-left: 16px;
    max-width: 500px;
    border-radius: 5px;
}


.cable.recommendations__inner img.float_image {
    float: left;
}


.material.about__text {
    margin: 16px;
}

.cable_wrapper {
    display: flex;
    text-align: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

.img_ekran {
    display: flex;
    align-items: center;
    margin: 8px;
    flex-wrap: wrap;

}



