
@media(max-width: 767px){
	.showdesktop{
	    display: none !important;
	}

	.showmobile{
	    display: block !important;  
	}

	.home-wrapper .content-wrapper .showmobile .subtitle h1 {
	    font-size: 30px;
	    line-height: 36px;
	    border-bottom: 5px solid #ffcaaa;
	    padding-bottom: 20px;
	    display: inline-block;
	    padding-top: 29px;
	}

	.home-wrapper .form-wrapper label span {
	    float: none;
	    display: initial;
	}

	.banner-mobile h1 {
	    padding-top: 50px;
	    font-size: 60px;
	    line-height: 60px;
	}

	.banner-mobile span.line {
	    display: block;
	    height: 2px;
	    background: #ffcaaa;
	    margin: 15px 0px;
	    width: 60%;
	}
}
