.blog{
    position: relative;
    height: 300px;
    width: 100%;
    background-image: url(../img/banner-2.jpg);
    /* background-size: 150% 300%; */
    /* background-repeat: no-repeat;  */
    background-position: left top;
    z-index: 1;
}
.blog::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(20, 44, 75, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
}

.blog-section h2{
    color: white;
    font-weight: 700;
    font-size: 40px;
}
.blog-section a{
    color: white;
    font-size: 22px;
}
.blog-section a:hover{
    text-decoration: underline;
}
.blog-section span{
    color: white;
    font-size: 22px;
    font-weight: 800;
}
.blog-section strong{
    color: rgb(25, 190, 236);
    font-weight: 600;
    font-size: 22px;
}

.center-data{
    position: relative;
    top: 40%;
}

.service-area{
    background-color: #e5e5e5;
}

p{
    color: #142b4a;
}
p img{
    width: 100%;
}
.ql-align-center{
    text-align: center;
}
.ql-align-justify{
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    color: #142b4a;
}