#work {

}

.lmb-container {
    /*background-color: white;*/
}

.lmb-container h2 {
    color: #000;
    font-family: Roboto;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 37.8px */
    margin-bottom: 45px;
}

.lmb-header_content {
    display: flex;
}

.lmb-header_content h1 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 62.5px */
    text-align: left;
    margin-top: 105px;
    margin-bottom: 45px;
}

.lmb_green-bg-text {
    border-radius: 30px;
    background: #9DF195;
    line-height: 80%;
    width: max-content;
    padding: 7px;
    position: relative;
    padding-left: 12px;
    padding-right: 22px;
}

.lmb_green-bg-text-inner {
    position: relative;
    bottom: 4px;
}

.lmb-header_main-content {
    display: flex;
    margin-left: 16px;
    align-items: end;
    gap: 17px;
    position: relative;
    margin-bottom: 122px;
}

.lmb-header_text {
    color: #454545;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 34.1px */
}

.lmb-header_text__bold {
    font-weight: 600;
}

.lmb-header_button {
    display: inline-flex;
    padding: 10px 25px;
    align-items: flex-start;
    gap: 10px;
    color: #9DF195;
    border-radius: 30px;
    background: #0272FE;
    height: max-content;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.lmb-header_button:hover {
    filter: brightness(90%);
}

.lmb-header_img {
    margin-bottom: 13px;
}

.lmb-header_image {
    position: absolute;
    right: 0;
}

.lmb-pluses_content {
    display: flex;
    gap: 12px;
    margin-bottom: 115px;
}

.lmb-pluses_content-block {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.lmb-pluses_block-item {
    display: flex;
    gap: 25px;
}

.lmb-pluses_item-text {
    width: 490px;
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
}

.lmb_how-do .lmb_green-bg-text {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.lmb_how-do_content {
    display: flex;
}

.lmb_how-do_item-text {
    margin-top: 10px;
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 24.3px */
}

.lmb_how-do_item {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.lmb_how-do_subitem {
    display: flex;
    gap: 20px;
}

.lmb_how-do_subitem .subicon {
    justify-content: right;
}

.lmb_how-do_left {
    display: flex;
    flex-direction: column;
    gap: 141px;
}

.lmb_how-do_image_number {
    width: 35px;
    height: 35px;
}

.lmb_how-do_item-text .lmb_how-do_item-img {
    margin-top: 34px;
}

.lmb_how-do_content {
    display: flex;
    gap: 48px;
    margin-bottom: 110px;
}

.lmb_how-do_right {
   display: flex;
    align-items: center;
    margin-top: 90px;
}

.lmb_how-do_background {
    position: absolute;
    z-index: -1;
}

.lmb_how-do_arrow_1 {
    position: absolute;
    left: 400px;
}

.lmb_how-do_arrow_2 {
    position: absolute;
    left: 12px;
    top: 310px;
}

.lmb_how-do_cloud {
    position: relative;
    left: 200px;
    top: -30px;
}

.lmb_opportunities_content {
    align-items: center;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 63px;
    border-radius: 30px;
    border: 1px solid #E6F1FF;
    background: #E6F1FF;
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.05);
}

.lmb_opportunities .lmb_green-bg-text {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
}

.lmb_opportunities {
    position: relative;
}

.lmb_opportunities_text {
    color: #454545;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 34.1px */
    margin-bottom: 39px;
}

.lmb_opportunities_text > a {
    color: #454545;
    leading-trim: both;
    text-edge: cap;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    text-decoration-line: underline;
}

.lmb_opportunities_arrow {
    position: absolute;
    left: 315px;
    top: 240px;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1336px){
    .lmb_how-do_cloud {
        left: 100px;
    }

    .lmb-header_image, .lmb_how-do_arrow_1, .lmb_how-do_arrow_2 {
        display: none;
    }

    .lmb-header_content {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px){
    .lmb-pluses_content {
        flex-direction: column;
        align-items: center;
    }

    .lmb-container h2 {
        text-align: center;
    }
}

@media screen and (max-width: 768px){
    .lmb-header_content h1 {
        font-size: 35px;
        margin-bottom: 35px;
        margin-top: 50px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .lmb-header_text {
        font-size: 18px;
    }

    .lmb-header_main-content {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .lmb-container h2 {
        font-size: 22px !important;
        text-align: left;
        margin-bottom: 25px;
    }

    .lmb-header_content {
        justify-content: start;
    }

    .lmb-pluses_content-block {
        gap: 25px;
        flex-direction: column;
    }

    .lmb-pluses_item-text {
        width: 291px;
    }

    .lmb-pluses_item-icon > img {
        width: 20px;
        height: 20px;
    }

    .lmb-pluses_block-item {
        gap: 12px;
    }

    .lmb-pluses_content {
        margin-bottom: 60px;
    }

    .lmb_how-do_content {
        flex-direction: column;
        gap: 35px;
        margin-bottom: 50px;
    }

    .lmb_how-do_right {
        margin-top: 0;
    }

    .lmb_how-do_item-text .lmb_how-do_item-img {
        margin-top: 15px;
    }

    .lmb_how-do_cloud {
        top: -150px;
        left: 0;
        overflow: visible;
        /*width: 100vw;*/
    }

    .lmb_opportunities_content {
        padding-top: 10px;
        padding-bottom: 50px;
        width: 100vw;
        position: relative;
        left: -30px;
    }

    .lmb_opportunities_content > h2 {
        text-align: center;
        margin-bottom: 32px;
    }

    .lmb_opportunities_text {
        font-size: 18px;
    }

    .lmb_how-do_background {
        position: absolute;
        z-index: -1;
        width: 100vw;
        left: -15px;
    }
}

@media screen and (max-width: 419px){
    .lmb_opportunities_content {
        padding-top: 10px;
        padding-bottom: 50px;
        width: 100vw;
        position: relative;
        left: -15px;
    }
}
