.service_container {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
    margin-top: 30px;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.service_title {
    font-weight: normal;
    font-size: 27px;
    line-height: 27px;
    font-style: normal;
    color: #333;
    font-family: 'Exo 2', sans-serif;
}

.service_span {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    color: #555;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 10px;
}

.service_title_s {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    color: #555;
    font-size: 15px;
}

.service_text {
    font-size: 14px;
    font-family: 'Exo 2', sans-serif;
    color: #555;
}

.service_list {
    margin: 20px 0 20px 60px;
}