.beranda-page {
    margin-top: 55px;
}

.beranda-img img {
    width: 100%;
}

.beranda-point {
    background-color: #f7f7f7;
    padding: 20px 0px;
}

.beranda-point .outer {
    padding: 0 10%;
}

.beranda-point .w25, .beranda-point .w30, .beranda-point .w70 {
    padding: 0 5px;
}

.beranda-point .row {
    display: flex;
    align-items: center;
}

.beranda-point .ket .title {
    font-size: 10pt;
    font-weight: bolder;
    margin-bottom: 5px;
}

.beranda-point .ket .desc {
    font-size: 8pt;
    margin-bottom: 5px;
}

.beranda-menu {
    padding: 30px 0;
    position: relative;
}

.beranda-menu::before {
    content: '';
    background: url(../image/bg-beranda-menu.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: 0;
    left: 0;
    top: 0;
    z-index: -1;
}

.beranda-menu .outer {
    padding: 0 10%;
}

.beranda-menu .w40, .beranda-menu .w60 {
    padding: 0 15px;
}

.beranda-menu-dashboard, .beranda-menu-datagudang {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.beranda-menu .img img {
    width: 100%;
    border-radius: 5px;
}

.beranda-menu a {
    color: rgba(15, 15, 15, 0.88);
}

.beranda-menu a:hover {
    color: #0a693a;
    font-weight: bolder;
    cursor: pointer;
}

.beranda-menu-dashboard .title, .beranda-menu-datagudang .title {
    font-size: 12pt;
    font-weight: bolder;
    margin-bottom: 10px;
}

.beranda-menu-dashboard .desc, .beranda-menu-datagudang .desc {
    font-size: 10pt;
    margin-bottom: 5px;
}

.beranda-menu-datagudang .img-hp {
    display: none;
}

@media (max-width: 679px) {
    .beranda-point .outer {
        padding: 0 5%;
    }

    .beranda-point .row {
        display: block;
    }

    .beranda-point .w25 {
        width: 50%;
    }

    .beranda-point .w25, .beranda-point .w30, .beranda-point .w70 {
        padding: 2.5px;
    }

    .beranda-menu .outer {
        padding: 0 5%;
    }

    .beranda-menu .w40, .beranda-menu .w60 {
        padding: 0 5px;
    }

    .beranda-menu-dashboard .desc, .beranda-menu-datagudang .desc {
        font-size: 8pt;
    }
}