.blok-content {
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .blok-content {
      padding-bottom: 0px;
    }
}

.blok-home .inner-home {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
}

@media (max-width: 1024px) {
    .blok-home .inner-home {
        max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .blok-home .inner-home {
        max-width: 767px;
    }
}

.blok-home .inner-home .blok-top-home {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.blok-home .inner-home .blok-top-home .text1 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #69A316;
}

.blok-home .inner-home .blok-top-home .text2 {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    color: #1B1A1A;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.22em;
}

@media (max-width: 767px) {
    .blok-home .inner-home .blok-top-home .text1 {
        font-size: 14px;
    }
    
    .blok-home .inner-home .blok-top-home .text2 {
        font-size: 28px;
    }
}

.blok-home .blok-center-home {
    margin-top: 20px;
}

.blok-home .blok-center-home .list-job {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .blok-home .blok-center-home .list-job {
        max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .blok-home .blok-center-home .list-job {
        max-width: 767px;
    }
}

.card-job {
    width: 33.333%;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .card-job {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .card-job {
        width: 100%;
    }
}

.card-job .card-body-job {
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 30px 20px;
}

.card-job .card-body-job .icon-job {
    width: 75px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.card-job .card-body-job .text-job {
    margin-bottom: 10px;
    color: #1B1A1A;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.22em;
}

.card-job .card-body-job .button-job a {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
    background-color: #87C332;
    border-radius: 20px;
    padding: 15px 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.card-job .card-body-job .button-job a:hover {
    background-color: #69A316;
}

.bottom-home {
    background-color: #E7F6EE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px;
}

.bottom-home .inner-bottom-home {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .bottom-home .inner-bottom-home {
      max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .bottom-home .inner-bottom-home {
      max-width: 767px;
    }
}

.bottom-home .inner-bottom-home .text1 {
    margin-bottom: 5px;
    text-align: center;
    color: #69A316;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
}

.bottom-home .inner-bottom-home .text2 {
    text-align: center;
    color: #1B1A1A;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.22em;
}

.bottom-home .inner-bottom-home .text3 {
    text-align: center;
    color: #87C332;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.22em;
}

.bottom-home .inner-bottom-home .list-keunggulan {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bottom-home .inner-bottom-home .list-keunggulan .blok-keunggulan {
    width: 25%;
    padding: 10px;
}

@media (max-width: 767px) {
    .bottom-home .inner-bottom-home .text1 {
        font-size: 14px;
    }

    .bottom-home .inner-bottom-home .text2, .bottom-home .inner-bottom-home .text3 {
        font-size: 28px;
    }

    .bottom-home .inner-bottom-home .list-keunggulan .blok-keunggulan {
      width: 100%;
    }
}

footer {
    background-color: #E7F6EE;
}