.max-w-3xl {
    max-width: 66rem;
}
.text-xl {
    font-size: 1rem;
    line-height: 1.75rem;
}
.btn-primary {
	background-color:#e63946;
}
.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: #d62836;
}
.shadow-lg {
    background-color: #f5f5f5;
}
/* @media (min-width: 768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
} */
