.container1 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: justify;
}

@media (max-width: 767px) {
    .container1 {
        padding: 0 10px;
    }

    .fw-normal.fs-1 {
        font-size: 1.5rem;
    }

    .lead.fs-4, .lead.fs-5 {
        font-size: 1rem;
    }
}

.blog-page .card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-page .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.blog-page .card .btn {
    margin-top: auto;
}

.blog-post .banner {
    background-image: url(../assets/about-us.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog-post .banner .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-post .banner h1 {
    color: #fff;
    font-size: clamp(1.25rem, 4vw, 2.25rem);
    text-align: center;
    padding: 20px;
    line-height: 1.4;
}

.legal-page h1 {
    text-align: center;
}
