.blogtitle{
    background-image:url(https://zmedicair.ca/wp-content/uploads/2023/05/banner-1.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
     height: 436px;
    margin-bottom:50px;
}
.blogtitle h1{
    text-align:center;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(94.13deg, #0C6A90 -6.2%, #18BEE8 44.6%, #0080A4 98.42%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:70px;
    line-height:100px;
}
.blog-detail img.img-fluid {
    border-radius: 20px;
}
.blogdesc p {
    font-size: 24px;
    color: #021730;
    line-height: 30px;
    text-align: center;
}
.blogdesc {
    width: 41%;
    margin: 20px auto;
}
.blogtitle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
span.page-numbers.current {
    color: #fff;
    background: #021730;
    width: 30px;
    text-align: center;
    margin: 5px;
     font-size: 18px;
}
a.page-numbers {
    color: #999;
    width: 30px;
    margin: 5px;
    text-align: center;
    font-size: 18px;
}
a.page-numbers:hover{
    color: #fff;
    background: #021730;
}
.pagination {
    margin:30px 15px;
}
.blog-detail{
    margin-bottom:40px;
}

@media(max-width:768px){
    
    .blogdesc{
        width:80%;
    }
    .blog-detail img.img-fluid {
    width: 100%;
}
}


