


@media (min-width: 1024px) {
    .column .row {
        margin-top: -3vh;
        margin-bottom: 1vh;
        display: inline-grid;
        flex-direction: row;
        width: 96vw;
        margin-right: 2vw;
        gap: 10px;
        width: 95vw;
        height: 39vh;
    }

    .hgroup {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-56%, -50%);
        text-align: center;
        color: white;
        z-index: 10;
        transition: transform 0.3s ease-out;
        width: 79vw;
        will-change: transform;
    }
    .h4-bold-sub-title {
        line-height: 35px;
        font-size: 2.875vw;
        text-transform: uppercase;
        max-width: 415px;
        letter-spacing: .1em;
        font-weight: 400;
        text-align: left;
    }
 .more {
        display: inline-block;
        color: #e43852;
        font-size: .8333333333vw;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        font-size: 1rem;
        text-align: left;
    }
    .work-hero {
        position: relative;
        background-position: center 0px;
        background-size: contain;
        width: 95vw;
        position: relative;
        height: 34vh;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .column .row {
        margin-top: -3vh;
        margin-bottom: 1vh;
        display: inline-grid;
        flex-direction: row;
        width: 96vw;
        margin-right: 2vw;
        gap: 10px;
        width: 95vw;
        height: 39vh;
    }

    .hgroup {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-56%, -50%);
        text-align: center;
        color: white;
        z-index: 10;
        transition: transform 0.3s ease-out;
        width: 79vw;
        will-change: transform;
    }
    .h4-bold-sub-title {
        line-height: 35px;
        font-size: 2.875vw;
        text-transform: uppercase;
        max-width: 415px;
        letter-spacing: .1em;
        font-weight: 400;
        text-align: left;
    }
    .more {
        display: inline-block;
        color: #e43852;
        font-size: .8333333333vw;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        font-size: 1rem;
        text-align: left;
    }
    .work-hero {
        position: relative;
        background-position: center 0px;
        background-size: contain;
        width: 95vw;
        position: relative;
        height: 34vh;
        background-size: cover;
    }

}

@media (max-width: 480px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3){
    .column .row {
        margin-top: -3vh;
        margin-bottom: 1vh;
        display: inline-grid;
        flex-direction: row;
        width: 96vw;
        margin-right: 2vw;
        gap: 10px;
        width: 95vw;
        height: 39vh;
    }
    .container .project_description {
        margin-bottom: 3vh;
        margin-left: 0vw;
    }

    .hgroup {
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-56%, -50%);
        text-align: center;
        color: white;
        z-index: 10;
        transition: transform 0.3s ease-out;
        width: 79vw;
        will-change: transform;
    }

    .h4-bold-sub-title {
        line-height: 35px;
        font-size: 2.875vw;
        text-transform: uppercase;
        max-width: 415px;
        letter-spacing: .1em;
        font-weight: 400;
        text-align: left;
    }
   .more {
        display: inline-block;
        color: #e43852;
        font-size: .8333333333vw;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        font-size: 1rem;
        text-align: left;
    }
    .section {
        padding: 0vh 3vw;
        text-align: center;
        margin-left: 0vw;
        width: 82vw;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    .section b {
        line-height: 30px;
        font-size: 11px;
        text-transform: uppercase;
        max-width: 415px;
        margin: auto;
        letter-spacing: .3em;
        font-weight: 400;
    }
    .section div {
        margin-top: 35px;
        font-family: futura-pt;
        line-height: normal;
        font-size: 26px;
        text-align: left;
        font-weight: 400;
        font-size: 15px;
        margin-top: 1vh;
        margin-bottom: 1vh;
        word-break: break-word;
    }
    .services-description {
        font-family: futura-pt;
        line-height: normal;
        font-size: 26px;
        text-align: center;
        font-weight: 400;
        font-size: 1.75rem;
        margin-top: 5vh;
        margin-bottom: 6vh;
        margin-left: 0vw;
        margin-right: 0vw;
        word-wrap: break-word;
    }
    .work-hero {
        position: relative;
        background-position: center 0px;
        background-size: contain;
        width: 95vw;
        position: relative;
        height: 34vh;
        background-size: cover;
    }
}

