.blog-page-section {
    position: relative;
    padding: 95px 0px 90px;
}
.news-block-two {
    position: relative;
    margin-bottom: 30px;
}
.news-block-two .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.news-block-two .inner-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #105bc1;
}
.news-block-two .inner-box .lower-content {
    position: relative;
    padding: 30px 30px 25px !important;
    background-color: #ffffff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.read-more button {
    background: #fc470e;
    color: #fff;
    padding: 8px 14px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    margin: 10px 0;
}
.news-block-two .inner-box .lower-content a {
    color: #000;
    display: block;
    padding: 10px 0;
}
.blog-detail {
    position: relative;
    margin-bottom: 30px;
}
.blog-detail .inner-box .lower-content {
    position: relative;
    padding: 10px 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.related-news {
    padding: 50px 0 0 0;
}
.blog-detail .inner-box .lower-content {
    position: relative;
    padding: 40px 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.blog-inner {
    height: auto;
    padding: 90px 0;
}

.sidebar-page-container {
    padding: 100px 0;
}
.blog-detail .inner-box .lower-content p {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.image img {
    width: 100%;
}

.lower-content h1 span {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

.lower-content h1 {
    padding-bottom: 20px;
}

.lower-content p {
}

.lower-content p span {
    font-size: 16px;
    color: #000;
    line-height: 15px;
}

.lower-content h2 span {
    font-size: 22px;
    font-weight: 600;
    color: #f75700;
}