a {
    color: #777;
}

a:hover {
    color: #f4b214;
    text-decoration: none;
}

section {
    padding-top: 2em;
    padding-bottom: 2em;
}

.layanan {
    background: #f5f8fd;
}

.layanan .box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 20px 10px;
    background: #fff;
    /* box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.55); */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.layanan .icon {
    background: #fcfdd0;
    margin: 5px 0px 5px 0px;
    padding-top: 6px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.layanan .icon .svg-inline--fa {
    font-size: 36px;
    line-height: 1;
}

.layanan .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
}