.one_code_two_shores-first-background-image{
    display: flex;
    align-items: center;
    justify-content: center;
}

.one_code_two_shores-lite_block{
    /* background-color: aliceblue;
    color: black; */
}
.one_code_two_shores_link_main{
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    justify-items: start;
    grid-template-columns: 1fr 11fr;
}
.one_code_two_shores-link_row{
    display: inline-block;
}

.one_code_two_shores-image_float_left{
    float:left; /* обтекание слева */ 
    margin: 20px 20px 20px 0px !important;
    margin-top: 0px;
}
.one_code_two_shores-image_float_right{
    float:right; /* обтекание слева */ 
    margin: 20px 0px 20px 20px !important;
    margin-top:0px;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .one_code_two_shores-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/one_code_two_shores/1600/frustrated_developer_in_Russia.webp") center center / cover no-repeat;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .one_code_two_shores-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/one_code_two_shores/750/frustrated_developer_in_Russia.webp") center center / cover no-repeat;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .one_code_two_shores-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/one_code_two_shores/750/frustrated_developer_in_Russia.webp") center center / cover no-repeat;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .one_code_two_shores-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/one_code_two_shores/750/frustrated_developer_in_Russia.webp") center center / cover no-repeat;
    }
}

@media (max-width: 650px) {
    .one_code_two_shores-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/one_code_two_shores/250/frustrated_developer_in_Russia.webp") center center / cover no-repeat;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .one_code_two_shores-first-background-image{
        background:linear-gradient(rgba(28, 28, 29, 0), rgba(28, 28, 29, 0)), url("../../../web/blog/my_attic/one_code_two_shores/250/frustrated_developer_in_Russia.webp") center center / cover no-repeat;
    }
}
