.serviceHolderPage-container{
    display: flex;
    flex-direction: column;
    background-color: #1e393c;
    align-content: center;
    align-items: center;
    width: 100vw;
    z-index: 2;
}

.serviceHolderPage-container > content
{
    width: 90%;
    max-width: 1100px;
    min-width: 400px;
}

.servicePages-container{
    width: 100%;
    margin: 20px;
}

.service-container {
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    text-shadow: none;
}

.service-page-container{
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    text-shadow: none;
    margin-top: 100px;
}

.service-page-content{
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    text-shadow: none;
    margin-bottom: 50px;
}

.service-page-content > img {
    max-height: 50vh;
    max-width: 50%;
}

.service-page-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.service-page-title > a {
    color: white;
}

.service-page-content-text {
    min-width: 300px;
    max-width: 500px;
}

.service-content-container, 
.service-image
{
    min-width: 300px;
    max-width: 500px;
    max-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content-container
{
    padding: 20px;
}

.service-title{
    font-weight: 300;
    font-style: normal;
    line-height: 1.3;
    text-transform: none;
    font-size: 24px;
    text-align: left;
    color: white;
    text-decoration: none;
    margin: 0px;
}

.reverse-flex{
    background-color: #161616
}

@media only screen and (min-width: 500px) {
    .reverse-flex{
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 500px) {
    .service-image
    {
        min-width: 10px;
        max-height: 200px;
    }
}