.thumbnail-img img {
    width: 100%;
}
.single-blog-content {
    max-width: 720px;
    margin: auto;
}
.single-blog {
    padding: 80px 0;
}
.thumbnail-img {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 16px;
    border-radius: 24px;
    overflow: hidden;
}
.thumbnail-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-blog-content strong {
    font-weight: 700;
}
.nav-previous a,
.nav-next a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background-repeat: no-repeat;
}
.nav-previous a {
    padding-left: 30px;
    background-image: url(../images/previous-arrow.png);
    background-size: 16px;
    background-position: left center;
}
.nav-next a {
    padding-right: 30px;
    background-image: url(../images/next-arrow.png);
    background-position: center right 1px;
    background-size: 16px;
    background-repeat: no-repeat;
    position: relative;
}
.nav-previous a:hover, 
.nav-next a:hover{
   color: #005AE1;
}

.event-meta-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-bottom: 30px;
}

.event-meta p {
    margin-bottom: 15px;
}

.event-meta p:last-child {
    margin-bottom: 0px;
}

.single-blog-content h3 , .single-blog-content h4 ,
.single-blog-content h5, .single-blog-content h6 {
    color: #000000;
}


@media (max-width:1199px) {
    .single-blog {
        padding: 60px 0;
    }
}

@media (max-width:991px) {
    .single-blog {
        padding: 40px 0;
    }
}

@media (max-width:575px) {
    .event-meta-wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }
}