.what-we-offer {
    width: 40%;
    margin: auto;
    display: block;
    text-align: center;
}

.what-we-offer h3 {
    font-family: "Edu NSW ACT Cursive", cursive;
}

.what-we-offer span {
    color: #196cad;
    font-family: "Edu NSW ACT Cursive", cursive;
}

.services {
    width: 90%;
    margin: auto;
}

.header {

    background-image: url("../img/services.png");
    text-align: center;
}

.services .cell {
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.services .cell ul {
    list-style-type: none;
}

.topCard {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-position: center;
    background-size: cover;
  
}

.one {
    background-image: url("../img/point.png");
}

.two {
    background-image: url("../img/family.png");
}

.three {
    background-image: url("../img/draw.png");
}

.four {
    background-image: url("../img/play.png");
}

.topCard h3 {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: white;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    width: 100%;
}

.topCard img {
    opacity: .6;
}

.btmCard {
    padding: 10px;
}

.btmCard p {
    text-align: center;
}

.define {
    width: 90%;
    margin: auto;
    
}

.define h3 {
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
}

.learn-more {
    background-image: url("../img/question.png");
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.learn-more .text {
    font-family: "Roboto Condensed", sans-serif;
    color: white;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    padding: 30px;
}

iframe {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .what-we-offer {
        width: 60%;
    }
}

/* Medium only */
@media screen and (min-width: 65.0em) and (max-width: 90.9375em) {
    .topCard h3 {
        font-size: 20px;
    }

    iframe {
        display: none;
    }
}