.btn-landing {
    width: 280px;
    margin: 25px auto;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
}
.btn-landing  a {
    display: block;
    width: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    font-size: 1em;
    font-weight: bold;
}
.landing-page h3{
    font-size: 1.5em;
}

.landing-page .megafolio-container {
}

.landing-page.panel-cta-not-home{
	background: url(https://www.dreamadv.it/sites/default/files/preventivo-02.jpg);
	background-size:cover;
	background-position: center center;
	padding:80px 0;
}
.landing-page.panel-cta-not-home h2{
	color:#fff;
}
.landing-page.panel-cta-not-home .form-item input:not(.form-checkbox),
.landing-page.panel-cta-not-home .form-item textarea {
        width: 100%;
    }