section.blog_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 0;
    position: relative;
    padding-top: 20px;
}

section.blog_bg:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(../images/bg-star.jpg);
    opacity: 0.7;
}

.blog_heading {
    line-height: 1em;
}

.blog_heading h2 {
    border-bottom: 1px solid white !important;
    font-size: 60px;
    text-transform: none;
}

.blog_heading h2:after {
    color: white !important;
    text-align: center;
}

.blog-img {
    position: relative;
    width: 80%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    background: white;
    padding: 12px;
    height: 80%;
    border: 1px solid #999;
}

.blog-text {
    font-family: "raleway", sans-serif !important;
    color: white;
    text-align: left;
}

.blog-button {
    font-family: "raleway", sans-serif !important;
    margin-top: 7px;
    color: white;
    background-color: #f6b20e;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    padding: 12px 16px;
    font-weight: 400;
}

.blog-content h3 {
    font-family: "raleway", sans-serif !important;
    margin-top: 7px;
    font-size: 23px;
    color: white;
    border-bottom: 1px solid white !important;
}

.blog-content a {
    font-family: "raleway", sans-serif !important;
    color: white;
    text-decoration: none;
}

.blog-content h4 {
    font-family: "raleway", sans-serif !important;
    margin-top: 0px;
    font-size: 13px;
    color: #4c516d;
    line-height: 5px;
}