body {
	background-color: #111;
    font-family: Montserrat, sans-serif !important;
    font-size: 20px;
    line-height: 1.3em;
    color: rgb(204, 204, 204);
}

/* Badge, title, description and illustation */
.badge, .title, .description {
	margin: 3px 0 !important; 
}
.badge p {
    display: inline-block;
    margin: 0 6px !important;
    padding: 1px 12px;
    background-color: #F6BC15;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bolder;
    color: #222;
}
.title h1 {
    display: block;
    margin: 0;
	font-weight: bolder !important;
    font-size: 34px;
    line-height: 52px;
    color: #fff
}
.description p {
    max-width: 420px;
	margin: 0;
    font-size: 20px;
    line-height: 1.3em;
    color: rgb(204, 204, 204);
}
.illustration {
	max-width: 672px
}


/** Form */
.zpelem-codesnippet {
    margin: 0 auto !important;
    min-width: 380px;
}
.fmSmtButtom {
	font-weight: bolder !important;
    padding: 15px !important;
}


/* This applies to screen widths of 991px or less (tablet and smartphones) */
@media (max-width: 990px) {
    
    body {
        font-size: 18px;
        line-height: 26px;
    }

    /* Title and description */
    .badge, .title, .description {
		margin: 3px auto !important; 
    }
    .badge, .badge p {
        text-align: center !important;
    }
    .title h1 {
        max-width: 100% !important;
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .description p {
        max-width: 100% !important;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
    }
}