.back-button {
    text-decoration: none;
    color: #181818;
    font-size: 1.7rem;
    margin-left: 2rem;
}
.back-button:hover {
    color: #3D9FBA;
}

.blog-heading {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.blog-subheading {
    text-align: center;
    margin-bottom: 30px;
    color: #6c757d;
}

.blog-image {
    width: 100%;
    border-radius: 24px;
    margin-bottom: 20px;
}

.blog-post-date {
    text-align: right;
    margin-bottom: 30px;
    color: #656565;
    font-size: 1.2rem;
}

.blog-content {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

.blog-post-tags {
    margin-top: 5px;
}

.blog-post-tag {
    display: inline-block;
    padding: 6px 16px;
    margin-right: 5px;
    padding-bottom: 10px;
    line-height: 25px;
    color: #475467;
    font-weight: 500;
    background-color: #F2F4F7;
    border-radius: 32px;
    font-size: 0.9rem;
}

@media only screen and (max-width: 600px) {
    .blog-post-tag {
        padding-top: 14px;
    }
}

.custom-container {
    background-color: #F2F4F7;
    border-radius: 16px;
}

.title {
    margin-bottom: 20px;
}

.image-content img {
    max-width: 150px;
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
}

.view-more-button {
    margin-left: 20px;
    text-decoration: none;
    color: #3D9FBA;
}
/*.view-more-button:hover {*/
/*    text-decoration: underline;*/
/*    color: #3D9FBA;*/
/*}*/
