
/* FOR-LG-START */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.menseal-item h3 {
		font-size: 25px;
	}

} 

/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

	.menseal-col {
	  	width: 50%;
	}

	.smart-left h2 br {
		display: none;
	}

	.smart-left h2 {
		font-size: 30px;
	}

	.smart-right a {
		padding: 16px 40px;
	}

	

	

}

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

	.smart-left {
	  	width: 100%;
	}

	.smart-col6 {
	    width: 100%;
	}

	.menseal-col {
	  	width: 100%;
	}

	.smart-col5 {
	  	width: 100%;
	}

	.menseal-item {
		margin-top: 24px;
	}

	.internet-item {
	  background: url('../images/man2.png') no-repeat;
	  background-position: center;
	  background-size: cover;
	  height: 389px;
	  padding: 25px 35px;
	  margin-top: 35px;
	}

	.main-wrapper {
		padding-bottom: 33px;
	}

	.desconto-btm h4 {
		text-align: center;
	}

	.desconto-item-wrap {
		display: flex;
	}

	.desconto-left {
		width: 40%;
	}

	.desconto-right {
		width: 60%;
	}

	.smart-right {
		text-align: center;
	}

	.smart-right a {
		display: block;
		padding: 16px 10px;
		margin-top: 34px;
	}

	.smart-title h2 {
		font-size: 20px;
		text-align: center;
		line-height: 30px;
	}

	.smart-title h2 br {
		display: none;
	}

	.logo-item img {
		display: block;
		margin: auto;
	}  

}




		
		         
