.border-b.md\:border-0.md\:mb-0.mb-4.lg\:pb-0.pb-4 {
    display: none !important;
}
.prestige-logo img {
    width: 80% !important; /* Reduce the logo size by 20% */
    height: auto !important;
    margin: 0 auto !important; /* Center the logo horizontally */
}
/* Hide the logo from footer */
footer .logo {
    display: none; /* Hides the logo in the footer */
}