@media screen and (max-width: 768px) {
	#banner {
    	background: url(../images/banner.jpg) no-repeat center top / cover;
	    height: 400px;
	}
	.banner-title {
	    height: 400px;
	}
	.banner-title h1, .banner-title h1 b {
	    font-size: 53px;
	}
	.icons-itens {
	    margin: 80px 0;
	}
	.icons-item {
	    width: 45%;
	}
	.icons-item img, .icons-item:last-child img {
	    height: 88px;
	}
	.dice-numbers {
	    display: inherit;
	    width: 100%;
	}
	.banner-product-title {
	    padding: 300px 0 0;
	}
	.banner-product-title h1, .banner-product-title h1 b {
	    font-size: 74px;
	    line-height: 1;
	    letter-spacing: 0;
	}
	.banner-product-title h2, .banner-product-title h2 b {
	    font-size: 54px;
	    letter-spacing: 0;
	    line-height: 1;
	}
	.banner-product-title h2 {
	    margin: 60px auto 0;
	}
	.banner-product-text {
	    margin: 250px auto 0;
	    width: 70%;
	}
	.banner-product-text span {
	    letter-spacing: 0;
	    margin-right: 2%;
	    width: 98%;
	}
	.banner-product-description {
	    margin: 750px 2% 0;
	    width: 96%;
	}
	.banner-product-description p {
		width: 100%;
	}
	.preparation-use-tips {
	    display: inherit;
	}
	.preparation-use-title.steps {
	    padding: 300px 0 40px;
	}
	.preparation-use-steps {
	    flex-direction: column;
	}
	.preparation-use-step-bucket, .preparation-use-step-product {
	    width: 50%;
	}
	.preparation-use-step-icon {
	    margin: 30px 0;
	}
	.preparation-use-title.use {
	    padding: 100px 0 50px;
	}
	.preparation-use-image img {
	    width: 90%;
	}
	.preparation-use-tip, .preparation-use-tip:nth-child(2) {
	    margin: 0 auto 60px;
	    width: 70%;
	}
	footer {
	    border-bottom-width: 25px;
	    margin: 140px 0 0;
	    padding-top: 50px;
	}
	footer h1, footer h1 b, footer h2, footer h2 b {
	    font-size: 36px;
	    line-height: 1.2;
	}
	footer h1 {
	    margin: 0 2% 50px;
	}
	footer h2 {
	    width: 100%;
	}
	footer h2, footer h2 b {
	    font-size: 28px;
	}
	footer img {
	    margin: 40px 0 50px;
	}
}
@media screen and (max-width: 600px) {
	.banner-product-description {
	    margin: 670px 2% 0;
	}
	.preparation-use-title {
	    width: 100%;
	}
	.preparation-use-title.steps {
	    padding: 450px 0 40px;
	}
	.preparation-use-title h1, .preparation-use-title h1 b, .preparation-use-title.use h2,
	.preparation-use-title.steps h2 {
	    font-size: 42px;
	}
}
@media screen and (max-width: 516px) {
	.banner-product-text {
	    margin: 180px auto 0;
	    width: 96%;
	}
}
@media screen and (max-width: 463px) {
	.banner-product-title {
	    padding: 210px 0 0;
	}
	.banner-product-text {
	    margin: 220px auto 0;
	}
	.banner-product-text span {
	    margin: 0 2%;
	    text-align: center;
	    width: 96%;
	}
	.banner-product-description {
	    margin: 700px 2% 0;
	}
	.banner-product-description p {
	    text-align: center;
	}
}
@media screen and (max-width: 410px) {
	.banner-product-description {
	    margin: 570px 2% 0;
	}
}