/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap'); */


.blog_card_details {
    background: none;
    border: 0;
    /* font-family: 'Prata'; */
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #231f20;
    opacity: 0.75;
}

.blog_top_section{
    margin: 2rem 3rem 0 3rem;
    padding: 0 3rem 0 0;
}
.blog_top_para_section{
    padding: 0 3rem 0 0;
}


.blog_img1{
    width: 100%;
}
.has-dropcap {
    color:#231f20
}

.blog_dropcap_paragraph{
    font-family: 'Prata';
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #231f20;
}
.blog_paragraph1{
    font-family: 'Prata';
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #231f20;
    opacity: 0.8;
}
.blog_paragraph_heading1{
    font-family: 'Prata';
    font-weight: 400;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    color: #892116;
}

.has-dropcap:first-letter {
    font-family: 'Prata';
    float: left;
    font-size: 6rem;
    line-height: 0.65;
    margin: 0.2em 0.1em 0 0;
  }


  @media (max-width: 600px) {
    .blog_top_section {
        margin: 1rem 0rem 0 0rem;
        padding: 0px 0rem 0 0;
    }
    .blog_paragraph_heading1{
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #892116;
    }
    .blog_top_para_section{
        padding: 0 0 0 0;
    }
    .blog_paragraph1{
        font-size: 16px;
        line-height: 24px;
    }
    .blog_dropcap_paragraph{
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .blog_card_details{
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }
    .card_img_hide{
        display: none;
    }
    .blog_mobile_margin{
        margin-top: 0 !important;
    }
    
    
  }
  
  

/* .blog_img2{
    width: 100%;
} */

