.rom_firmware_without_windows-first-background-image{
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("web/blog/electronics/rom_firmware_without_windows/1600/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
}
.rom_firmware_without_windows-tascks-column{
    width: 45%;
}

.rom_firmware_without_windows-max-size-block{
    width: 100%;
    text-align: center;
}
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .rom_firmware_without_windows-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/electronics/rom_firmware_without_windows/1600/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
    }

    .rom_firmware_without_windows-lite-background-image{
        background-image: url("../../../web/blog/electronics/rom_firmware_without_windows/1600/beautiful-shot-old-dirty-cabin-window.webp"); 
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
    .rom_firmware_without_windows-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/electronics/rom_firmware_without_windows/750/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    
    .rom_firmware_without_windows-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/electronics/rom_firmware_without_windows/750/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    
    
    .rom_firmware_without_windows-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/electronics/rom_firmware_without_windows/750/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
    }
}

@media (max-width: 650px) {
    
    .rom_firmware_without_windows-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/electronics/rom_firmware_without_windows/250/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .rom_firmware_without_windows-last-background-image{
        background-image: url("../../../web/blog/electronics/rom_firmware_without_windows/250/potted-tree-wooden-surface.webp");
    }
    .rom_firmware_without_windows-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/electronics/rom_firmware_without_windows/250/beautiful-shot-old-dirty-cabin-window.webp") center center / cover no-repeat;
    }
}
