.section-light {

}

.section-dark {
    background: #016938;
}

.section-grey {
    background: #eee;
}

.shortcode-padding {
    height: 20px;
}

.shortcode-container {
    margin: 20px auto;
}

.shortcode-theme-light {

}

.shortcode-theme-dark {
    background: #016938;
    color: #fff;
}

.shortcode-theme-grey {
    background: url('layanan-abu.png');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.shortcode-text {
    padding: 0px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.shortcode-text ul li {
    text-align: left;
    list-style: none;
    margin-bottom: 5px;
}

.shortcode-text ul li:before {
    content: '\f05d';
    font-size: 22px;
    display: block;
    font-family: FontAwesome;
    color: #006a38;
    position: absolute;
    margin-left: -24px;
    margin-top: -4px;
}

.shortcode-section .col-md- *:not(:first-child) {
    padding-left: 0px;
}

.shortcode-section div[class^="col-md-"]:not(:first-child), .shortcode-section div[class*=" col-md-"]:not(:first-child) {
    /*padding-left: 0px;*/
}

.shortcode-section h1 {
    font-size: 1.6em;
}

.shortcode-section h2 {
    font-size: 1.3em;
}

.shortcode-text-left {
    align-items: flex-start !important;
}

.shortcode-text-left p, .shortcode-text-left h1, .shortcode-text-left h2 {
    text-align: left !important;
}

.shortcode-text-center {
    align-items: center !important;
}

.shortcode-text-center p, .shortcode-text-center h1, .shortcode-text-center h2 {
    text-align: center !important;
}

.shortcode-text-right {
    align-items: flex-end !important;
}

.shortcode-text-right p, .shortcode-text-right h1, .shortcode-text-right h2 {
    text-align: right !important;
}

.shortcode-text-justify p {
    text-align: justify !important;
}

.shortcode-header {
    background: #016938;
    margin: 10px auto;
    padding: 10px 27px;
    text-align: left;
    color: #fff;
    font-size: 20px;
}

.hero-section {
    background: url("hero-section.jpg") center center;
    background-size: cover;
    padding: 100px 0px;
}

.hero-section-column {
    font-size: 22px;
    text-align: center;
    color: #fff;
}

.background-section-column {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.about-us-body {
    column-count: 2
}

.about-us-body p,.about-us-body h1,.about-us-body h2,.about-us-body h3,.about-us-body h4,.about-us-body li {
    text-align: justify;
}

.about-us-dark {
    display: flex;
    background: #016938;
    color: #fff;
    height: 160px;
    padding: 10px 16px;
    margin: 0px -10px 0px;
    font-size: 21px;
    flex-direction: column;
    align-items: flex-start;
}

.about-us-dark p, .about-us-dark h1, .about-us-dark li {
    text-align: justify;
}