
.blog-main {
    flex: 1;
    padding: 2rem 0 4rem;
    margin-top: 64px;
}


.carousel-caption-custom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(44,74,94,0.92), rgba(44,74,94,0.1));
    color: white;
    padding: 2rem;
}

.carousel-caption-custom h2 {
    font-size: 1.6rem;
    font-weight: 700;
}

.carousel-caption-custom p {
    opacity: 0.9;
}