body {
    background: #f4f6f8;
}

.banner img {
    width: 100%;
    padding-bottom: 30px;
    display: block;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.font-weight-bold {
    background: #035D1E;
    color: white;
}

.col-md-4 .card {
    position: sticky;
    top: 53px;
}

.blog-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.blog-item-image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    margin-right: 15px;
}