.tunga__service-page {
    width: 100%;
}

.tunga__service-page .tunga__service-content {
    width: 100%;
    display: flex;
}

.tunga__service-page .tunga__service-left {
    width: 20%;
    z-index: 1020;
    flex: 0 0 auto;
    border-right: solid 1px var(--tunga-border-color);
}

.tunga__service-page .tunga__service-left .tunga__service-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tunga__service-page .tunga__service-left .tunga__service-left-header {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
}

.tunga__service-page .tunga__service-left .tunga__service-left-title {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0px;
}

.tunga__service-page .tunga__service-left .tunga__service-left-body {
    padding: 15px 0 0 0;
}

.tunga__service-page .tunga__service-left .tunga__service-list {
    list-style: none;
    padding: 0;
}

.tunga__service-page .tunga__service-left .tunga__service-item {
    padding: 6px 0;
}

.tunga__service-page .tunga__service-left .tunga__service-link {
    color: var(--tunga-text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}

.tunga__service-page .tunga__service-right {
    width: 80%;
    flex: 0 0 auto;
    padding-left: 50px;
}

.tunga__service-page .tunga__service-right-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tunga__service-page .tunga__service--section {
    width: 100%;
}

.tunga__service-page .tunga__service--section-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tunga__service-page .tunga__service--section-header {
    width: 100%;
    text-align: center;
    padding: 0 0 20px 0;
}

.tunga__service-page .tunga__service--section-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0;
}

.tunga__service-page .tunga__service--section-body {
    width: 100%;
    display: block;
}

.tunga__service-page .has-large-font-size {
    font-size: 32px !important;
}