h1.home-title {
    color: white;
    font-weight: 700;
    font-size: 54px;
    margin: 100px 0 0 0;
    text-transform: uppercase;
}
img.slide__img {
    padding: 0 !important;
}
#company {
    background: #191919;
    padding: 40px 0 200px;
    background-image: url(../img/fresh-fon-otz.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* min-height: 1400px !important; */
}
#otziv {
    min-height: 730px;
}
a.by_whatsapp {
    opacity: 1 !important;
}
.produk-col-one {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.produk-item {
    width: 50%;
    display: flex;
    align-items: center;
}
.catalog_by {
    width: 100%;
    opacity: 1 !important;
}
.catalog-title {
    font-size: 17px !important;
}

.produk-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.produk-item {
    margin: 30px 0;
    padding: 10px;
}
h2.produk-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b7d18c;
    margin: 20px 0;
    width: 100%;
    text-align: center;
}
.produk-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
    justify-content: center;
}
h2.produk-item-title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
h2.produk-item-title span {
    color: #b7d18c;
    padding: 0 10px 0 0;
}
@media (max-width: 970px){
#home {
    min-height: 680px;
}
h1.home-title {
    font-size: 28px;
    margin: 300px 0 0 0;
}
h2.home-sub-title {
    display: none;
}
.catalog-title {
    font-size: 12px !important;
    line-height: 15px;
    height: 80px;
}
h2.produk-title {
    text-align: center;
    margin: 10px 0;
}
.produk-item {
    margin: 0px 0;
    padding: 10px;
}
nav.block__nav {
    flex-wrap: wrap;
    height: 120px;
}
.produk-col-one {
    flex-flow: column;
    flex-wrap: nowrap;
}
.produk-item {
    width: 100%;
    flex-flow: column;
    display: flex;
}
a.by_whatsapp {
    width: 300px;
    margin: 0 auto;
    opacity: 1;
}
}