.breadcrumb-hero {
    margin-top: 120px;
}

.breadcrumb-hero h1 {
    color: #0E187E;
    padding-bottom: 10px;
    line-height: 1.3;
}

p.brd-line a {
    color: #f58605;
    font-weight: 600;
    letter-spacing: 1px;
}

p.brd-line span {
    font-weight: 500;
}

p.brd-line {
    margin: 10px 0px 30px;
}

.blog-heroimg {
    width: 100%;
    border-radius: 10px;
    border: 4px solid #97d1e6;
    margin-bottom: 30px;
}

.row-content {
    font-weight: 500;
    line-height: 1.7;
    padding: 10px 20px;
    text-align: justify;
}

.blog-subheads {
    color: #0e187e;
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-midimg {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 30px;
}
p.meta-info {
    font-family: 'Lato';
    font-weight: 500;
    letter-spacing: 1px;
    color: #0e187e;
}

@media only screen and (max-width: 600px) {
    .breadcrumb-hero h1 {
        font-size: 22px;
        font-weight: 600;
    }
    .breadcrumb-hero {
        margin-top: 90px;
    }
    p.brd-line {
        letter-spacing: 1px;
        font-size: 13px;
        margin: 10px 0px 20px;
        line-height: 1.8;
        color: #2b2b2b;
    }
    .breadcrumb-hero h1 {
        padding-bottom: 0px;
    }
    .blog-heroimg {
        margin-bottom: 20px;
    }
    section.content-area p {
        font-size: 12.5px;
    }
    .blog-subheads {
        font-size: 20px;
        margin-bottom: 5px;
        text-align: left;
        line-height: 1.4;
    }
    .blog-midimg {
        margin-bottom: 10px;
    }    
}