.hide_container{
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
}
.hide_container .vc_column-inner {
    padding: 0 !important;
}
.ymca-featured-program-new {
    border-top: solid 1px #0089d0;
    border-bottom: solid 1px #0089d0;
    padding: 35px 0 90px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.ymca-featured-program-new .row {
    margin-left: -12.5px;
    margin-right: -12.5px;
    display: flex;
    flex-wrap: wrap;
}

.ymca-featured-program-new .row .col-lg-4,
.ymca-featured-program-new .row .col-sm-12 {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.ymca-featured-program-new h3 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ymca-featured-program-new h3 span {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: -0.48px;
    text-align: center;
    color: #0089d0;
    display: block;
}

.ymca-featured-program-new p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    max-width: 864px;
    display: block;
    margin: 0 auto 10px;

}

.ymca-featured-program-new .col-lg-4 {
    margin-top: 30px;
}

.ymca-featured-program-new .green-bx-new {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #eff7f6;
    border-radius: 25px;
    border-bottom: 5px solid #0089d0;
}

/* hover color*/
.ymca-featured-program-new .green-bx-new:hover {
    border-bottom: 5px solid #fcaf17;
}

.ymca-featured-program-new .green-bx-new img {
    float: left;
    width: 100%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.ymca-featured-program-new .green-bx-new .content-green {
    float: left;
    width: 100%;
    padding: 26px;
}

.ymca-featured-program-new .green-bx-new .content-green h4 {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0089d0;
    text-transform: uppercase;
}

.ymca-featured-program-new .green-bx-new .content-green p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

@media(max-width:1200px){
    .ymca-featured-program-new .col-lg-4 { width: 50%; float: left;}
    .ymca-featured-program-new .green-bx-new .content-green { min-height: 206px;}
}
@media(max-width:767px){
    .ymca-featured-program-new .row .col-lg-4, .ymca-featured-program-new .row .col-sm-12 { float: left; width: 100%;}
    .ymca-featured-program-new h3 span { font-size: 26px; line-height: 42px; padding-top: 10px;}
    .ymca-featured-program-new .green-bx-new .content-green { min-height: 0px;}
}