﻿.our-services-container {
    margin-top: 100px;
}

.our-services-text {
    font: normal normal 500 35px/41px Ubuntu;
    color: #e97b1d;
}

.our-service-border {
    border: 1px solid #e2e2e2;
}

.our-services-container .children-program {
    background-color: #e97b1d;
}

.our-services-container .community-behavior-program {
    background-color: #54b8cb;
}

.our-services-container .our-services-common {
    border-radius: 36px;
    overflow: hidden;
}

    .our-services-container .our-services-common a .our-service-text {
        text-decoration: none;
    }

.our-services-container .our-service-text {
    padding: 20px 30px;
    margin: 0;
}

.our-services-container h5.our-service-text {
    font: normal normal 500 27px/31px Ubuntu;
}

.our-services-container .our-services-common a:hover {
    text-decoration: none;
}


.our-services-container .our-services-common .service-style {
    font-size: 17px;
    font-family: Lato;
    color: #343434;
}

.our-services-container .our-services-common .learn-more {
    text-decoration: underline;
    margin-top: 10px;
    color: #e97b1d;
    font-size: 16px;
    font-weight: 600;
    color: #e97b1d;
}

.our-services-container .youth-development-program {
    background-color: #bac723;
}

.our-services-container .community-education-program {
    background-color: #af0e35;
}

.our-services-container .our-services-image {
    width: 100%;
    height: 320px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.learn-more {
    display:none;
}