/*font-family: 'Fjalla One', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
outline: 3px solid limegreen !important;*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

#home {
    font-weight: normal;
}

#services {
    font-weight: bolder;
}

.services__body {
    height: 35rem;
    width: auto;
}

.services__header h1 {
    font-family: 'Fjalla One', sans-serif;
    text-shadow: 4px 4px 8px #252525;
    text-align: center;
    font-size: 2.4rem;
    font-weight: lighter;
    padding: 30px 0;
}

.s__container {
    max-width: 1300px;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.services__container {
    width: 30%;
    height: 15rem;
    margin: 50px 10px;
}

.services__info {
    text-align: center;
}

.services__info h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.3rem;
    font-weight: lighter;
    padding: 20px 0;
}

.services__info p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    color: #505050;
}

@media  (max-width: 800px) {
    .services__body {
        height: 55rem;
        overflow: hidden;
        margin: 1rem auto;
    }

    .services__header h1 {
        padding: 15px 0;
    }

    .s__container {
        display: block;
        width: 95%;
        margin: 40px auto;
    }

    .services__container {
        width: 95%;
        margin: 20px auto;
    }
}