body {
    --dc-orange: #4ef1e0;
    --dark-theme: #181818
}

.dot-net-core-development {
    background: url(../images/technologies/dot-net-core-development-1.jpg);
    position: relative;
    z-index: 1
}

    .dot-net-core-development::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #000;
        opacity: .7;
        top: 0;
        left: 0
    }

    .dot-net-core-development .container {
        max-width: 1200px
    }

.industry-focused-insights {
    background: #111825
}
