.section {
    padding-top: 6vh;
    padding-bottom: 50px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.img-header-logo {
    max-width: 174.5px;
}

.img-footer {
    max-width: 240px;
}

.bg-green {
    background-color: #00A950;
}

.page-content-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 30px;
}

.space {
    margin-bottom: 5vh;
}

.heading {
    margin-bottom: 2vh;
}

.desc {
    font-size: 14px;
    line-height: 1.750em;
}

.col-img-sorry img {
    max-height: 90vh;
    margin: 0 auto;
    display: block;
}

.footer-logo {
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section {
        height: 100vh;
        padding-bottom: 50px;
    }
    .page-content-wrapper {
        padding-bottom: 44px;
    }
    .col-img-sorry img {
        max-height: 80vh;
    }
    .page-content-wrapper .heading-h4 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    
    .col-img-sorry img {
        max-height: 100%;
        margin-right: 0;
        max-width: 350px;
    }
    .heading {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }
    h1, .heading-h1 {
        font-size: 26px;
    }
    .space {
        margin-bottom: 2vh;
    }
    .footer-logo {
        position: static;
    }
    .content-inner .heading-h4 {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-content {
        width: 100%;
    }
    .col-img-sorry {
        display: none !important;
    }
    .content-inner {
        max-width: 560px;
        margin: auto;
    }
    .col-img-sorry img {
        max-height: 50vh;
        margin: 0 auto;
    }
    .footer-logo {
        position: static;
    }
    .page-content-wrapper {
        padding-bottom: 44px;
    }
    .footer-logo {
        position: fixed;
    }
    .page-content-wrapper {
        display: block;
    }
    .row.w-100 {
        width: auto !important;
    }
    
}

@media (max-width: 767px) {
    .section {
        height: auto;
        min-height: 100vh;
        /* padding-bottom: 0; */
    }
    h1, .heading-h1 {
        font-size: 22px;
    }
    .desc {
        font-size: 14px;
    }
    .footer-logo {
        position: absolute;
        bottom: 0;
    }
    .col-img-sorry img {
        max-height: 100%;
        margin: 0 auto;
        max-width: 200px;
    }
    .page-content-wrapper {
        display: block;
    }
    .row.w-100 {
        width: auto !important;
    }
    
}

@media only screen 
    and (min-device-width : 375px)
    and (max-device-width : 991px)
    and (orientation : landscape) { 
    /* .footer-logo {
        position: static;
    } */
    .col-img-sorry img {
        max-height: 100%;
        margin: 0 auto;
        max-width: 200px;
    }
    .page-content-wrapper {
        display: block;
        height: auto;
    }
    .h-100 {
        height: auto;
    }
}