
:root {
    --red: #bf3816;
}



@media (min-width: 992px) {
    .section-custom-construction-2 {
        position: relative;
    }

        .section-custom-construction-2:after {
            background: #e04622 none repeat scroll 0 0;
            bottom: -140px;
            content: "";
            display: block;
            height: 200px;
            left: 60px;
            position: absolute;
            transform: rotate(50deg);
            width: 200px;
        }
}


.p {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    color: #3c4043 !important;
    font-family: 'Google Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    color: #6c757d !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}
.latestNimg {
    height: 250px !important;
    width: 650px !important;
}
.pbimg{
    height:350px !important;
    width:650px !important;
}
.wj{
    height:350px !important;
    width:475px !important;

}

.cardFooter {
    height:100px !important;
}


.img-frame {
    --s: 10px; /* control the size */
    /*    padding: var(--s);
    border: calc(2*var(--s)) solid #0000;
    outline: 1px solid #f04c23;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#f04c23 0);*/

    box-shadow: -50px -50px 0 -40px var(--red), 50px 50px 0 -40px var(--red);
}