    body {
        font-size: 15px;
        background-color: #ffffff;
    }

    .link {
        text-decoration: none;
    }

    .link:hover {
        text-decoration: underline;
    }

    p {    
        font-size: 1.1rem;
    }
    .dropdown-megamenu {
        position: static;
    }
    .dropdown-megamenu {
        position: static;
    }
    .dropdown-megamenu .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
    }
	@media (max-width: 768px) {
		#hero-section {
			min-height: 250px !important;
		}
	}
    .card img {
        height: 200px;
        object-fit: cover;
    }
    .featurette-divider {
        margin: 5rem 0;
    }
    .navbar {
        transition: all 0.3s;
    }
    .navbar.scrolled {
        padding: 10px 0;
        background: rgba(255, 255, 255, 0.9);
    }
    .content-section {
        padding: 60px 0;
    }
    .content-section h2 {
        margin-bottom: 30px;
    }
    @media (min-width: 992px) {
        .navbar-toggler {
            display: block;
        }
        .navbar-collapse {
            display: none !important;
        }
        .navbar-collapse.show {
            display: block !important;
        }
    }
