.blog-content .cont {
    max-width: 700px;
}

section.blog-hero {
    background-color: #173B3B;
    color: #ffffff;
}

section.blog-hero p strong {
    color: #ffffff;
}

h2.text-center {
    margin-top: 30px;
}

img.share-logo {
    width: 35px;
}

.blog-title {
    align-items: flex-start;
}

.flexed.meta-content.col.centered>.flexed {
    gap: 0px;
    flex-direction: row!important; 
}

p.meta-tags {
    border: 1px #ffffff solid;
    padding: 3px 12px;
    margin: 5px;
}

.tag-cont {
    flex-wrap: wrap; 
    margin-top: 20px; 
    justify-content: center;
}

.gallery-slider.slider {
    margin-top: 0;
    padding: 0;
}

.featured-img {
    width: 50%; 
}

.post-hero .v-space {
    padding-top: 170px;
}

section.blog-content a {
    background-color: #FFE34A;
    text-decoration: underline;
}

@media screen and (max-width: 769px) {

    .featured-img {
        width: 100%; 
    }

    header {
        background-color: #173B3B;
    }

    section.post-hero {
        margin-top: 75px;
        position: relative;
    }

    .post-hero .v-space {
        padding-top: 80px;
    }

}

@media screen and (max-width:690px) {

    .post-hero .v-space {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}