.blog-content-wrapper li {
    font-size: 16px;
    color: #585858;
}
.full-width-headline h1 {
    margin-top: -290px;
}
.full-width-headline h1 {
    font-size: 40px;
    font-weight: 100;
    line-height: 55px;
    color: #fff;
    margin-top: -221px;
}
.full-width-headline h1 {
    font-family: Oswald,sans-serif;
}
.full-width-headline h1{
    display: block;
    font-weight: 400;
}
.blog-banner {
    position: relative;
}

.blog-banner img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.blogapge-wrapper {
    padding-top: 80px;
}

.blog-banner-content {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
}

.blog-banner-content h1 {
    color: white;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 0px;
}

.blog-banner-content p {
    text-align: center;
    color: white;
}

.blog-banner:before {
    position: absolute;
    transition: all 0.5s ease-in-out;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.48) 31px, transparent);
}
.blog-content-wrapper {
    padding: 30px 0px;
}

.blog-content-wrapper p {
    margin-bottom: 10px;
    font-weight: 500;
}
.blog-share-links {
    text-align: center;
}

.blog-share-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-share-links ul li a{
    background-color: black;
    color: white;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-share-links ul li i {
    color: white;
}
@media screen and (max-width: 560px) and (min-width: 220px){
	#overview h1{
	    font-size: 20px;
	    line-height: 30px;
	}
}
@media screen and (max-width: 800px) and (min-width: 550px){
	#overview h1 {
	    font-size: 32px;
	    line-height: 46px;
	}
}

.gobackblog{
        position: absolute;
    top: 100px;
    left: 100px;
    font-size: 19px;
    color: #FFF !important;
    font-weight: 600;
}
.blogapge-wrapper {
    padding-top: 70px;
}

@media(max-width: 767.98px){
    .gobackblog{
         top: 30px;
    left: 30px;
    }
}