#block-61997 { height: 410px; margin-top: 130px; padding: 0 30px; } #block-61997 .text-center.position-relative { position: static!important; } #block-61997 .block-background { height: 100%; padding: 0!important; border-radius: 10px; overflow: hidden; } #block-61997 .block-background:before { content: ''; background: rgba(0,0,0,0.3); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } #block-61997 h2 { color: #fff; margin-bottom: 20px; position: absolute; bottom: 0; left: 20px; text-shadow: 0 0 2px rgba(0,0,0,0.7); font-size: 42px; } #block-61997 p { color: #fff; } #block-61997 a { margin: 20px 10px; }


           .steps-container {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
        }
        .steps-container > div {
            display: block;
            width: 30%;
            text-align: center;
            position:  relative;
        }
        .steps-container > div > span:first-child {
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 50%;
            border: 3px solid #fff;
            display: block;
            background: #ccc;
            float: none;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 25px;
        }
        .steps-container > div > span:last-child {
            display: block;
            font-size: 15px;
            font-weight: 600;
        }
        .steps-container > div:not(:first-child):before {
            content: '';
            width: 100%;
            left: -50%;
            top: 15px;
            height: 2px;
            background: #ccc;
            display: block;
            position: absolute;
            z-index: -1;
            margin-left: -10px;
        }
    
        .steps-container > div.active > span:first-child {
            background: #E84241;
            -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        }
        .steps-container > div.active:not(:first-child):before {
            background: #E84241;
        }
        
#block-61998 form{max-width:600px;display:block!important;margin:0 auto}#block-61998 .block-subtitle,#block-61998 .block-title{text-align:center}