h1{
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 2em;
    letter-spacing: -0.01em;
    color:#1448C9;
    margin: 20px 0px 20px 0px;
    animation: none;
    white-space: normal;
    text-align: center;
}

h2,h3 {
    color:#1448C9;
    font-weight: 400;
    padding: 0;
    line-height: 1.3em;
}

.success-story-container {
    background-color: #f3f3f3;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
    vertical-align: top;
    display: flex;
    align-items: center;
    margin: 30px 0 20px 0;    
}
.success-story-image img {
    width: 400px;
    display: inline-block;
    padding: 10px;
}

.success-story-content {
    display: inline-block;
    padding: 10px;
}

.success-story-content h2 {
    text-align: left;
}

.success-story-description {
    display: inline-block;
    margin: 5px;
}
ol li::marker {
    font-weight: 700;
}

.content-wrapper {
    text-align: justify;
    margin: 5px 5px 50px 5px;
}

.service-offering {
    margin: 0px 5px 0px 5px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #f3f3f3;    
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
}

.service-offering h2 {
    padding: 5px;
}

@media only screen and (max-width: 1000px) {
    .success-story-image img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .success-story-container {
        display: block;
    }

    .success-story-description{
        display: block;
    }
}

.get-in-touch {
    padding-top: 0;
}