@media screen and (min-width:600px) and (min-width:801px) {
	body {
		width: 100%;
	}

	.top-deco {
		margin-top: 5% !important;
		margin-bottom: -3% !important;
	}

	#filters-container {
		margin-left: 5px !important;
	}

	.cbp-item {
		margin-left: 5% !important;
	}

	.social-links {
		position: relative !important;
		display: inline !important;
		align-items: center !important;
		align-content: center !important;
		text-align: center !important;
		margin: 5% !important;
	}

	  .red-border {
		margin-left: 30% !important;
	  }

      .tablet {
		margin-left: 10% !important;
	}

    .tablet-visible {
		display: inline !important;
	  }

	  .tel {
		  margin-left: 10%;
	  }

}