.blogHeroSection{
    background-color: #F2F9FF;
}

.breadcrumbSection, .breadcrumbSection a{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #0071B8 !important;
}

.breadcrumbSection span{
    font-weight: 600;
}

.mainTitle{
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    color: #272727;
}

.searchAndShowingContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.searchInputSection{
    /* width: 50%; */
    position: relative;
}

.searchInputSection svg{
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.showingResult{
    text-align: end;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #6F8390;
    /* width: 50%; */
}

.searchInputSection .searchInput{
    border: 1px solid #BADCF9;
    padding: 15px 20px;
    border-radius: 100px;
    width: 100%;
    font-family: Poppins;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.4;
    color: #8398A6;
}

hr{
    border: 1px solid #DAEEFF;
}

.blogCardInner{
    border: 1px solid #0071B833;
    box-shadow: 0px 0px 10px 0px #00000026;
    background-color: #FFFFFF;
    border-radius: 16px;
}

.postImage img{
    width: 100%;
    border-radius: 16px;
}

.postContent{
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.postContent .postTitle{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #272727;
}

.postContent .postDescription{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #6F8390;
}

.postContent .postBtn a{
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #0071B8 !important;
}

/* Newsletter section start */
.newsletter-right-section{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 15px !important;
    border-radius: 18px;
}
.newsletter-long-title{
    font-size: 25px !important;
    font-weight: 600;
    line-height: 25px !important;
    text-align: center;
    color: #272727;
}
.newsletter-long-title span{
    color: #0071B8;
}
.newsletter-form input{
    border: 1px solid #0000001A;
    background: #FFFFFF;
    border-radius: 50px;
    padding: 5px 10px;
}
.form-button{
    background-color: #0071B8;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    margin-top: 0.5rem;
}
/* Newsletter section end */

@media (min-width: 768px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 15px !important;
    }
    .newsletter-long-title{
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .form-button{
        padding: 8px 16px !important;
    }
    /* Newsletter section end */
}
@media (min-width: 992px) {
    /* Newsletter section start */
    .newsletter-right-section{
        padding: 50px 15px !important;
    }
    .newsletter-long-title{
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .newsletter-form input{
        padding: 5px 10px !important;
    }
    /* Newsletter section end */
}
