@charset "UTF-8";

#page.page_padding{padding-bottom:0;}
#page .page_content .page_section{padding:100px 0;background-color:#F9F9F9;}
#page .page_content .page_section .section_title .title{color:#007CAA;}
@media all and (max-width:1600px){
	#page .page_content .page_section{padding:5em 0;}
}

#page .process_images .image{background-color:transparent !important;}
#page .process_images .image:before{padding-bottom:72% !important;}
#page .process_images .process_image1{background-image:url(../img/process_image1.jpg);}
#page .process_images .process_image2{background-image:url(../img/process_image2.jpg);}
#page .process_images .process_image3{background-image:url(../img/process_image3.jpg);}

@media all and (max-width:500px){
	#page .process_images{display:grid !important;grid-template-columns:repeat(1,1fr);row-gap:30px !important;}
}


#page .packaging_images .image{background-color:transparent !important;}
#page .packaging_images .image:before{padding-bottom:70% !important;}
#page .packaging_images .packaging_image1{background-image:url(../img/packaging_image1.jpg);}
#page .packaging_images .packaging_image2{background-image:url(../img/packaging_image2.png);}
#page .packaging_images .packaging_image3{background-image:url(../img/packaging_image3.jpg);}
#page .packaging_images .packaging_image4{background-image:url(../img/packaging_image4.jpg);}

@media all and (max-width:600px){
	#page .packaging_images{display:grid !important;grid-template-columns:repeat(2,1fr);row-gap:30px !important;}
}