/* Add here custum style */

.picto {
    position: absolute;
    bottom: 24px;
}
.picto.left {
    left: -32px;
    bottom: -15px;
}
.picto.right {
    right: -32px;
    bottom: -15px;
}
/* FORM */
.cf-form-wrap {
    padding: 0!important;;
}
.cf-form-wrap {
	font-family: 'Be Vietnam Pro'!important;
}
.cf-btn {
    font-family: 'Iceland'!important;
    font-weight: 400;
    text-transform: none;
	font-size: 20px!important;
}
.convertforms input[type="text"],
.convertforms input[type="email"] {
	height: 68px;
}
.convertforms textarea {
    height: 200px!important;
}
.convertforms .cf-label {
	font-size: 16px!important;
}
@media screen and (max-width: 639px) {
	h3, .uk-h3 {
		font-size: 26px;
	}
	h4, .uk-h4 {
		font-size: 22px;
	}
	
}