/* General Style */

/* .content {
	padding-top: 0;
} */

/* Style for Experience paragraph */

#intro_text {
	text-align: center;
	padding-bottom: 0;
}

@media screen and (min-width: 768px) {
	#intro_text {
		padding-left: 20vw;
		padding-right: 20vw;
	}
}

/* Style for 4 column block for irr/ind/mun/plu */

.experience {
	text-align: center;
	align-content: center;
}

/* Style shared between each box */

.exp_border {
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #0000001c;
	border-radius: 5px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
	transform: perspective(48cm);
	margin: 0 2% 4% 2%;
	background: white;
}

/* Style shared between each icon */

.exp_icon {
	width: 50px;
	height: 50px;
	background-size: contain;
	padding: 3% 0 3% 0;
}

.exp_icon_group {
	background-color: #7979790a;
}

h3 {
	padding: 1% 0 2% 0;
}

h2 {
	text-align: center;
}

#experience_header {
	margin: 2.5vh 0 2% 0;
}

#qualification_header {
	padding: 2% 0 2% 0;
}

#sales_block {
	margin: 5vh 0 5vh 0;
	background: #5e5e5e1c;
}

#product_content {
	border: 1px solid #0000001c;
	border-radius: 5px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06);
}

#product_title {
	border-bottom: 1px solid #0000001c;
}

#product_image {
	margin-bottom: 2%;
	border: 1px solid #0000001c;
	border-radius: 5px;
}

#product_body {
	padding-top: 2%;
}

p {
	padding: 0 2% 3% 2%;
}

.experience p {
	padding: 3%;
}

/* Product of the month  */

#product_content {
	display: flex;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	flex-wrap: wrap;
	margin-bottom: 5%;
	text-align: justify;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

#product_content>#product_text {
	flex: 0 0 100%;
	height: auto;
	margin-bottom: 1%;
}

#product_title {
	flex: 0 0 100%;
	text-align: center;
	background-color: #7979790a;
	font-size: 40px;
	font-weight: normal;
}

#product_image {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	object-fit: contain;
}

#product_body {
	flex: 0 0 100%;
}

#membership {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-bottom: 3%;
	justify-content: space-evenly;
}

.membership_group {
	flex: 0 0 20%;
	text-align: center;
	transition: all .3s;
	box-sizing: border-box;
	padding: 1rem;
}

.membership_logo {
	height: 70px;
	width: 200px;
	object-fit: scale-down;
	background-size: contain;
	padding-top: 5px;
	padding-bottom: 2%;
}

/* #gcsaa {
	height: 50px;
	width: 190px;
	padding-top: 15px;
} */

#aimr {
	height: 50px;
	width: 190px;
	padding-top: 10px;
}

#iane {
	height: 80px;
	width: 225px;
	margin-top: -20px;
}

@media screen and (min-width: 1166px) {
	/* Sets three blocks per row */
	.exp_border {
		flex: 0 0 29.3333333333%;
		height: auto;
	}
}

@media screen and (max-width: 1165px) {
	/* Sets 2 blocks per row */
	.exp_border {
		flex: 0 0 46%;
		height: auto;
	}
}

@media screen and (max-width: 1024px) {
	.membership_group {
		flex: 0 0 50%;
	}
}

/* Large View */

@media screen and (min-width: 769px) {
	/* Style of six block texts */
	.exp_text {
		text-align: center;
	}
	/* Style of six content blocks */
	.experience {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		height: auto;
		flex-wrap: wrap;
	}
	/* Style icon shared between six content blocks */
	.exp_icon {
		width: 80px;
		height: 80px;
		background-size: contain;
	}
}

/* Mobile View */

 @media screen and (max-width: 768px) {
	.experience {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	/* Style shared between six content blocks */
	.exp_border {
		width: 100%;
		height: auto;
		flex: 0 0 46%;
	}
	#product_body {
		margin: 2% 0 5% 0;
	}
	#product_image {
		width: 80%;
	}
} 

@media screen and (max-width: 499px) {
	.membership_group {
		flex: 0 0 100%;
	}
}

/* Mobile View */

@media screen and (max-width: 425px) {
	.experience {
		width: 90%;
	}
	/* Style shared between six content blocks */
	.exp_group {
		width: 50%;
		height: auto;
		margin: 0 0 10% 0;
	}
	#product_title {
		font-size: 30px;
	}
}

#product_title {
	padding: 1% 0 1% 0;
}