section.banner{
    min-height: 550px;
    display: flex;
    align-items: center;
}

section.banner .content{
    max-width: 765px;
}

section.banner h1{
    color: white;
}

section.banner a.back_to_blogs{
    color: #FFF;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.52px; /* 138.353% */
    text-transform: uppercase;
    display: block;
    margin-bottom: 97px;
}

section.banner .line_div span:last-child{
    color: white;
}
section.other_blogs .line_div span:last-child{
    color: #101820;
}



section.single_content a{
    color: #F2AA4C;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

section.single_content .icon img{
    height: 25px;
    object-fit: contain;
    margin: 0;
}

section.single_content .icon a{
    padding: 8px;
    border: 1px solid #F2AA4C;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.single_content .icon{
    display: flex;
    gap: 0 15px;
    align-items: center;
}


section.single_content .share{
    display: flex;
    align-items: center;
    gap: 0 25px;
    margin-top: 60px;
}


section.single_content .share span{
    color: #000;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

section.single_content img,
section.single_content .wp-caption.aligncenter{
    width: 100% !important;
    max-height: 500px;
    object-fit: cover;
    margin: 30px 0 0 0;
    display: block;
    padding: 0;
    text-align: unset;
}

section.single_content img.alignleft{
    width: fit-content;
    max-width: fit-content;
}

section.single_content .main_content{
    width: 1256px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

section.single_content h2, section.single_content h3{
    margin-bottom: 20px;
	font-size: 25px;
	color: #101820;
	font-family: 'Oswald', sans-serif;
}

section.single_content .main_content ol {
	list-style: disc;
	padding-left: 25px;
}

section.other_blogs .blog_column{
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}

section.other_blogs{
    background: url('../../assets/images/blog/blog_bg.jpg')no-repeat center center/cover;
}

section.other_blogs .blog_column img{
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}
 
section.other_blogs .main_content{
    padding: 30px;
    height: 100%;
}

section.other_blogs .blog_image{
    overflow: hidden;
    height: 100%;
}

section.other_blogs .content{
    height: 100%;
    background-color: #101820;
    display: flex;
    flex-direction: column;
}

section.other_blogs .content:hover img{
    transition: .3s ease all;
    transform: scale(1.2);
}

section.other_blogs .header_content{
    align-items: center;
    margin-bottom: calc(60px - 24px);
}

section.other_blogs h2{
    margin-bottom: 0;
}

section.other_blogs p{
    color: white;
}


section.single_content .ty-sig-wrap img {
	margin: 20px 0 10px;
}

section.other_blogs .site-btn.ip-media-btn {
    width: 100%;
    margin-top: 30px;
}


@media (max-width: 991px) {
    section.other_blogs .blog_column{
        width: calc(100% / 2);
    }

    section.single_content .main_content .wp-caption{
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    section.other_blogs .blog_column{
        width: 100%;
    }

    section.single_content .icon{
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    section.single_content .share{
        flex-direction: column;
        gap: 20px;
    }
}