@media screen and (max-width: 500px) {
	section.item_style_2 .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1300px;
		overflow: auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	section.item_style_2 .wrap .item {
		width: 50%;
		float: left;
		text-align: center;
		position: relative;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	section.item_style_2 .wrap .item .inner {
		width: 100%;
		height: 100%;
		border: 3px solid #ffffff;
		overflow: auto;
		position: relative;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		background-color: white;
		border-radius: 10px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner .image {
		aspect-ratio: 1 / 1;
		height: auto;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		pointer-events: none;
	}
	section.item_style_2 .wrap .item .inner .brand {
		font-weight: bolder;
		font-size: 15px;
		line-height: 15px;
		height: auto;
		padding: 5px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner .desc {
		height: 65px;
		width: 100%;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 15px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .view {
		position: absolute;
		bottom: 1px;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 30px;
		height: 30px;
		width: 70px;
		background-color: blue;
		border-radius: 50px;
		font-weight: bolder;
		font-size: 10px;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}
}
@media screen and (min-width: 501px) and (max-width: 800px) {
	section.item_style_2 .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1300px;
		overflow: auto;
		padding: 30px 2% 80px 2%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.item_style_2 .wrap .items {
		width: 100%;
		overflow: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.item_style_2 .wrap .item {
		width: 20%;
		min-width: 230px;
		float: left;
		text-align: center;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner {
		width: 100%;
		height: 100%;
		border: 3px solid #ffffff;
		overflow: auto;
		position: relative;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		background-color: white;
		border-radius: 10px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner .image {
		aspect-ratio: 1 / 1;
		height: auto;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	section.item_style_2 .wrap .item .inner .brand {
		font-weight: bolder;
		font-size: 15px;
		padding: 5px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner .desc {
		height: 65px;
		width: 100%;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 15px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .view {
		position: absolute;
		bottom: 1px;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 30px;
		height: 30px;
		width: 70px;
		background-color: blue;
		border-radius: 50px;
		font-weight: bolder;
		font-size: 10px;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}
}
@media screen and (min-width: 801px) {
	section.item_style_2 .wrap {
		margin: 0 auto;
		width: 100%;
		max-width: 1300px;
		overflow: auto;
		padding: 30px 2% 80px 2%;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.item_style_2 .wrap .items {
		width: 100%;
		overflow: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	section.item_style_2 .wrap .item {
		width: 20%;
		min-width: 230px;
		float: left;
		text-align: center;
		position: relative;
		padding: 20px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner {
		width: 100%;
		height: 100%;
		border: 3px solid #ffffff;
		overflow: auto;
		position: relative;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		background-color: white;
		border-radius: 10px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner .image {
		aspect-ratio: 1 / 1;
		height: auto;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		pointer-events: none;
	}
	section.item_style_2 .wrap .item .inner .brand {
		font-weight: bolder;
		font-size: 15px;
		line-height: 16px;
		height: 45px;
		padding: 5px;
		box-sizing: border-box;
	}
	section.item_style_2 .wrap .item .inner .desc {
		height: 65px;
		width: 100%;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 15px;
		padding: 0 10px;
		box-sizing: border-box;
		word-break: break-word;
	}
	section.item_style_2 .wrap .item .view {
		position: absolute;
		bottom: 1px;
		left: 0;
		right: 0;
		margin: auto;
		line-height: 30px;
		height: 30px;
		width: 70px;
		background-color: blue;
		border-radius: 50px;
		font-weight: bolder;
		font-size: 10px;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}
}