@media (max-width: 991px) {
    #intro {
        padding: 140px 0 60px 0;
    }
    #services .box {
        height: inherit !important;
    }
    .c_pendaftaran {
        padding-top: 0px !important;
    }
    .c_dokumen {
        padding-top: 0px !important;
    }
    .c_kurasi1 {
        padding-top: 0px !important;
    }
    .c_revisi_dokumen {
        padding-top: 0px !important;
    }
    .c_kurasi2 {
        padding-top: 0px !important;
    }
    .c_kurasiselesai {
        padding-top: 0px !important;
    }
    .section-header h3 {
        font-size: 25px !important;
    }
    #about .about-container .background {
        margin: 0px 0 !important;
    }
}

#intro {
    width: 100%;
    position: relative;
    background: url(../img/intro-bg.png) center bottom no-repeat;
    background-color: #ecf5ff;
    background-size: cover;
    padding: 200px 0 120px 0;
    text-align: center;
}

#intro .intro-info {
    width: 100%;
    /* float: left; */
}

.intro-info i {
    font-size: 40px;
    /* padding-top: 15px; */
    color: #51dafc;
}

.wrapper-pendaftaran {
    margin-top: 50px;
    margin-bottom: 50px;
}

#services .box {
    padding: 30px;
    position: relative;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    transition: all 0.3s ease-in-out;
    height: 220px;
}

#services {
    padding: 60px 0 40px 0;
    box-shadow: inset 0px 0px 0px 0px rgb(0 0 0 / 10%) !important;
}

#services .box:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

#services .icon {
    position: absolute;
    left: inherit !important;
    top: calc(50% - 32px);
}

#services .title {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .description {
    font-size: 14px;
    margin-left: 78px;
    line-height: 24px;
    margin-bottom: 0;
}

.c_pendaftaran {
    padding-top: 20px;
}

.c_dokumen {
    padding-top: 15px;
}

.c_kurasi1 {
    padding-top: 20px;
}

.c_revisi_dokumen {
    padding-top: 20px;
}

.c_kurasi2 {
    padding-top: 10px;
}

.c_kurasiselesai {
    padding-top: 20px;
}

#about {
    background: #fff;
    padding: 60px 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 70px 0;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
    padding-top: 5px;
}