
.stec-builder-home {
    background: #fff;
    position: relative;
    padding: 80px 20px; 
    width: 1100px;
    margin:0 auto;
    margin-top: 100px;

    > .logo {
        background-image: url(../../img/logo_sm.png);
        display: block;
        background-repeat: no-repeat;
        width: 132px;
        height: 19px;
        margin:30px auto;
    }

    > h1 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        display: block !important;
    }

    > p {
        text-align: center;
        color:#717376;
        font-size: 16px;
        margin: 15px auto;
    }

    .stec-builder-project-type-list {
        min-height: 250px;
        margin:30px auto;
        margin-top: 80px;
        text-align: center;

        > li {
            display: inline-block;
            padding: 20px;
            border-right: 1px solid #ececec;
            width: 230px;

            &:last-child { 
                border: none;
            }

            > p {
                font-weight: bold;
                font-size: 18px;
                clear:both;
            }

            > i {
                width: 156px;
                height: 86px;
                display: inline-block;
            }

            > a {
                color: #fff;
                background:#3971f4;
                border:none;
                padding: 10px 15px;
                text-decoration: none;
                cursor: pointer;
                margin-top: 10px;
                display: inline-block;

                &:hover {
                    background:#598bff;
                }
            }

            &.unavailable {
                a {
                    background:#cfd0d1;
                }
            }
        }

        .stec-builder-home-image-sub-form {
            background-image: url(../../img/builder/form_img.png);
        }


        .stec-builder-home-image-single-form {
            background-image: url(../../img/builder/singlepage_img.png);
        }

  
    }
}
