﻿.gov-page {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 4rem;
}

.gov-subtitle {
    color: #555;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: -10px;
}

.gov-carousel img {
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
}


