﻿body {
}
article {
    font-size: 0.85rem;
    /*padding-top: 1rem*/
}

#services-content-container {
    height: 190vh
}

#services-content-text-container {
    position: relative;
    height: 20%;
    width: auto;
    /*background-color: rgba(255,127,80,0.35)*/
}

#services-content-text {
    position: relative;
    width: 70%;
    height: 90%;
    text-align: center;
    /*background-color: darkgray*/
}

.div-services-content-text-hero {
    height: auto;
    width: 100%;
    margin-bottom: 1rem
}

.div-services-content-text-normal {
    width: 80%;
    height: auto;
    margin: 0 auto
}


#services-content-cards-full-width {
    position: relative;
    height: 40%;
    width: auto;
}

#services-content-cards {
    display: table;
    height: 95%;
    width: 80%;
    /*margin: 0 auto;*/
    /*background-color: blanchedalmond*/
}

.services-content-card-container {
    display: table-cell;
    box-sizing: border-box;
    /*width: auto;*/
    height: 100%;
    padding: 0 0.75rem 0.75rem 0.75rem;
    /*border-right: black solid 2px*/
}

.services-content-card {
    height: 100%;
    width: 100%;
    /*border: 1px solid coral;*/
    /*background-color: cornflowerblue*/
}

.services-content-card-icon {
    position: relative;
    height: 50%;
    width: auto;
    /*background-color: cornflowerblue*/
}

.services-content-card-text {
    height: 50%;
    width: 80%;
    /*padding: 0 0.8rem;*/
    box-sizing: border-box;
    margin: 0 auto
    /*background-color: darkgray*/
}



#services-text-normal {
    font-size: 1.1rem
}


.services-icon {
    height: 150px;
    width: 150px
}

.services-header-hero-image {
    background-image: url(/assets/images/services/woman-tapping-the-keyboard-of-a-laptop.jpg);
    background-size: cover
}