.google-shadow:hover{
	box-shadow: 0 0 6px #4285f4;
}

.h-16{height:5rem}
.w-auto{width:auto}

@media (min-width:768px){
	.sm\:rounded-lg{border-radius:.5rem}
	.sm\:block{display:block}
	.sm\:items-center{align-items:center}
	.sm\:justify-start{justify-content:flex-start}
	.sm\:justify-between{justify-content:space-between}
	.sm\:h-20{height:5rem}
	.sm\:ml-0{margin-left:0}
	.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
	.sm\:pt-0{padding-top:0}
	.sm\:text-left{text-align:left}
	.sm\:text-right{text-align:right}
}