.services-container{
    width: 100%;
    display: flex;
    flex-flow: column;
}

.service-image-continer {
    width: 100%;
    max-height: 360px;
    display: flex;
    margin: auto;
}

.service-img {
    width: 100%;
    height: 360px;
}

.service-content-container{
    margin-top: 10px;
    width: 100%;
}

.service-title{
    font-size: 1.2em;
}
