/* Production overview: compact, contemporary card layout without changing the page structure. */
html body .about-our-work.actions-bottom-big .light_out {
    padding: 58px 0 52px;
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > h2 {
    flex: 0 0 100%;
    margin: 0 auto 30px;
    max-width: 860px;
    font-size: 30px;
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:first-of-type {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(22, 43, 41, .16);
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:first-of-type > img {
    display: block;
    margin: 0;
    outline: 0;
    transform: scale(1) translateZ(0);
    transition: transform 1.3s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:nth-of-type(2) > ul {
    margin: 0;
    padding: 22px 25px 20px 52px !important;
    list-style: none;
    border: 1px solid rgba(255, 170, 131, .45);
    border-radius: 14px;
    background: rgba(255, 255, 255, .75);
    box-shadow: 0 10px 24px rgba(22, 43, 41, .08);
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:nth-of-type(2) > ul > li {
    position: relative;
    margin: 0 0 10px;
    color: #3d504b;
    font-size: 16px;
    line-height: 1.35;
}

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:nth-of-type(2) > ul > li:last-child { margin-bottom: 0; }

html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:nth-of-type(2) > ul > li::before {
    content: "✓";
    position: absolute;
    top: .12em;
    left: -28px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #ffaa83;
    font-size: 12px;
    font-weight: 700;
}

html body .about-our-work.actions-bottom-big .under-text {
    margin: 28px 15px 0;
    padding: 18px 24px 2px;
    border-left: 4px solid #ffaa83;
    border-radius: 0 10px 10px 0;
    background: rgba(255, 255, 255, .62);
}

html body .about-our-work.actions-bottom-big .under-text > p {
    margin-bottom: 12px;
    color: #52645f;
    font-size: 16px;
    line-height: 1.48;
    text-align: left;
}

@media (hover: hover) and (pointer: fine) {
    html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:first-of-type:hover > img {
        transform: scale(1.065) translateZ(0);
    }
}

@media (max-width: 767px) {
    html body .about-our-work.actions-bottom-big .light_out { padding: 38px 0; }
    html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > h2 { font-size: 24px; }
    html body .about-our-work.actions-bottom-big .light_out > .container > .row:first-child > .col-md-6:nth-of-type(2) > ul { margin-top: 18px; }
    html body .about-our-work.actions-bottom-big .under-text { margin: 20px 15px 0; padding: 15px 18px 2px; }
}
