body{
    --dc-orange: #00aed9
}

.btn-orange {
    color: var(--white) !important
}

.golang-development {
    background: url(../images/technologies/ror-development-3.jpg);
    position: relative;
    z-index: 1
}

    .golang-development:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        background-attachment: fixed;
        background: #000;
        opacity: .8;
        z-index: -1
    }

    .golang-development img {
        padding-left: 70px;
        max-width: 550px;
        display: block;
        margin: 0 auto
    }

.list-title {
    font-size: 22px;
    margin-bottom: 0;
    color: var(--dc-orange);
    margin-bottom: 12px;
    font-weight: 600
}
