.bim-n-cad {
    .bim-banner {
        background: url("/images/configurator_bim.png") no-repeat center center;
        height: 74px;
        background-size: cover;
        margin-bottom: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;

        span {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 24px;

            @media (max-width: 768px) {
                font-size: 14px;
            }
        }

        a {
            font-size: 20px;
            display: inline-block;
            padding: 12px 20px;
            background-color: #6f6f6f;
            color: #ffffff;
            font-weight: 500;
            transition: all 0.3s;

            &:hover {
                background-color: #f6e200;
                color: #000000;
            }
        }
    }
}
