header{
    height: 25vh;
}
h1{
    text-align: center;
    margin-bottom: 1em;
}
h2{
    text-align: left;
    margin-left: 2em;
}
.services-cards{
    width: 60%;
    margin: 0 auto;
    padding: 3em;
    background-color: #F5F5F5;
    border: solid 2px #ececec;
}
.services-cards h2{
    font-size: 1.8rem;
}
.services-card:not(:last-child){
    margin-bottom: 3em;
}
.services-card-content{
    align-items: center;
}
.services-card-content img{
    border-radius: 50%;
    width: 100px;
}

/* ========================== */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .services-cards{
        width: 100%;
        padding: 1em 0;
        padding-left: 1.5em;
    }
    h2{
        font-size: 0.9rem;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}