section.single_post .main_content {
    max-width: 1096px;
}

section.single_post blockquote {
    padding: 30px;
    border-left: 5px solid var(--Pear, #BBE303);
    background: #FAFAFA;
    margin: 30px 0;
}

section.single_post h2 {
    margin-bottom: 30px;
}

section.single_post .featured_image img{
    object-position: top;
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}

section.single_post .main_content p:has(> img) {
    margin: 30px 0;
    border-radius: 8px;
    object-fit: cover;
}

section.single_post .main_content p img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

section.single_post .main_content h2 {
    margin: 60px 0 30px 0;
}


section.single_post .share {
    gap: 0 15px;
    margin-top: 60px;
}

section.single_post .share .icons {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

section.single_post .share span {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 156.25% */
}

section.single_post .related_blogs h2 {
    margin-bottom: 26px;
}

section.single_post .related_blogs h3 {
    margin-bottom: 20px;
}

section.single_post h1{
    margin-bottom: 30px;
}

section.single_post .related_blogs p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.single_post .related_blogs .row{
    gap: 30px 0;
}

section.single_post .related_blogs{
    margin: 0 0 0 auto;
    max-width: 400px;
    top: 100px;
}

section.single_post a.black_btn{
    margin-top: 20px;
}

@media (max-width: 991px) {
    section.single_post .share {
        margin-top: 50px;
    }

    section.single_post .related_blogs{
        margin-top: 50px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    section.single_post .share {
        margin-top: 40px;
    }
}