a {
    text-decoration: none;
}

.kenapa,
.all-products,
.showProduct,
.deskripsi h4 {
    background-color: #dee2e6 !important;
}

.product,
footer {
    background-color: white;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
}

.embed-responsive iframe {
    top: 0;
    left: 0;
    width: 100%;
    /* Menjadikan lebar iframe 100% dari parent */
    height: 450px;
    /* Setel tinggi iframe menjadi 450px */
    border: 0;
}
