@media (min-width: 1024px) { 
	.lg\:py-32  {
	padding-top: 11rem!important;
    padding-bottom: 11rem!important;
}
}

.bg-white {
    --bg-opacity: .85!important;
    background-color: #fff;
    background-color: rgba(255,255,255,var(--bg-opacity));
}

.w-full .bg-center-bottom .bg-center .bg-cover .lg:py-32 .md:px-8 .flex {
	gap: .5rem!important;
}

.my-4 {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.bg-white .p-4 .md:p-8 .sm:mb-16 .shadow .sm:shadow-lg .sm:rounded .lg:my-0 .flex {
	gap: .5rem!important;
}

.bg-white .p-4 .md:p-8 .sm:mb-16 .shadow .sm:shadow-lg .sm:rounded .lg:my-0 .mb-2 {
	margin-bottom: 0!important;
}

.bg-white .p-4 .md:p-8 .sm:mb-16 .shadow .sm:shadow-lg .sm:rounded .lg:my-0 .mr-2 {
	margin-right: 0!important;
}

.ml-auto {
	margin-left: auto;
	margin-top: .5rem!important;
}