.bg-icon {
    height: 3rem;
    width: 3rem;
    background: var(--secondary-color);
    border-radius: 25px;
}

.menu-icon {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-icon {
    position: absolute;
    top: -1rem;
    width: 5rem;
}

#marginMinus {
    margin-top: -17rem;
}

@media (max-width: 767px) {
    #marginMinus {
        margin-top: -13rem;
    }
    .img-icon {
        top: -0.7rem;
    }
    section.home .intro {
        margin: 110px auto 0 auto;
    }
    .pengumuman .label {
        padding: 0.3rem 1rem !important;
        width: 21% !important;
    }
}

.title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

.pengumuman {
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.pengumuman .date {
    width: 100%;
    color: var(--link-color);
    margin-bottom: 1rem;
}

.pengumuman .label {
    background: var(--link-color);
    color: #fff;
    padding: 0.3rem 2rem;
    border-radius: 2rem;
    width: 10%;
}

.pengumuman .running {
    width: 90%;
    display: flex;
    padding: 0.3rem 0rem;
}

.pengumuman .info {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 2rem;
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 6%);
}

.img-popup {
    border: 2px solid #fb9302;
    border-radius: 5rem;
    width: 4rem;
}

.text-intro-icon {
    color: var(--text-primary);
}

.title-intro {
    color: var(--text-primary);
}

.layanan-popup {
    background: white;
    border-radius: 25px;
    padding: 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
}

#halo-pon {
    position: fixed;
    bottom: 80px;
    right: 15px;
    width: 5rem;
    z-index: 999;
    display: none;
}
