.top-header{
    min-height:250px;
    position: relative;
    background-image: url('blogs-1.jpg');
    background-size: cover;
    background-position: center;
}
.top-header .overlay{
    display: flex;
    align-items: center;
}
.overlay{
    position:absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000077;
}
.top-header h2{
    color: white;
}
.breadcrumb-item,.breadcrumb-item a{
    text-decoration: none !important;
}
.post-content{

}
.post-content h2{
    font-weight: bold !important;
    font-size: 24px !important;
}
.post-content h3{
    font-size: 20px !important;
}
.btnx{
    padding:8px 20px !important;
    font-size: 14px !important;
    border-radius: 3px !important;
}