.global-section {
    /* background: transparent linear-gradient(0deg, #E6F9FB00 0%, #CCF9FF 320%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient( #CCF9FF -10%, #ffffff 20%) 0% 0% no-repeat padding-box;
    margin-top: 100px;
}


span.posted-on {
    color: #00CC66;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

h1.entry-title {
    font-size: 35px;
    color: #004E64;
    font-weight: 600;
}

.featured-image img {width: 100%;height: auto;}

.featured-image {
    margin-bottom: 50px;
}

.global-section .container {width: 860px;margin-left: auto;margin-right: auto;}


.status-publish h3, .status-publish h2 {
    font-size: 28px;
    font-weight: 700;
    color: #004E64;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1100px) {
    .global-section .container {
        width: 90%;
    }
}