/* background image */
.block-produk-1 {
    overflow: hidden;
    position: relative;
}
.block-produk-1 .produk-bg {
    background-attachment: fixed;
    background-image: url('/img/lainnya/calculator.jpg');
    background-position: 0px 0px;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    min-width: 1170px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.block-produk-1 .md-box {
    background: rgba(255, 255, 255, 0.842);
    position: relative;
    height: 100%;
}
.pengurus{
    padding-top: 2.3rem;
}