@media screen and (min-width: 320px) and (max-width: 766px) {
	.wrapper.two-col-intro {
		flex-direction: column-reverse !important;
	}

	h1 {
		font: 300 3.7rem / 4rem crimson-pro, serif !important;
	}

	.page-unlocked .banner::before {
		background-image: none !important;
		background-color: #00396e !important;
	}

	.page-unlocked .content {
		padding-top: 25px !important;
	}

	.page-unlocked .main-section .banner .wrapper .right_content:after {
		width: 100% !important;
	}

	.page-unlocked .right_content {
		margin-right: 0 !important;
	}

	div#gform_wrapper_3 {
		margin-top: 0rem !important;
	}

	.page-unlocked .main-section .banner .wrapper {
		margin-bottom: 80px !important;
		min-height: auto !important;
		height: auto !important;
	}

	.page-template-page-template-unlocked section.banner::before {
    	background: #00396e !important;
	}

	.page-template-page-template-unlocked .main-section .banner .wrapper {
        margin-bottom: 80px !important;
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 5rem !important;
    }


	.products-grid.product-cards-list {
		flex-direction: column !important;
	}

	.products-grid.product-cards-list .product-item.item {
		width: 100% !important;
		margin-bottom: 30px !important;
	}

}

