@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:700|Roboto:500&display=swap");

@font-face {
    font-family: Mbkaos;
    src: url(../FONT/Mbkaos.ttf);
}

.discopro{
    background-color:#fff ;

}
.linkknow{
    background: #c19f63;
    border: none;   
    color:#fff;
}
.linkknow:hover{
    background: #fff;
    border: none;
    color:#000;
}
.producthe{
    color: #000;
font-family: "Mbkaos";
font-size: 3.25vw;
font-style: normal;
font-weight: 300;
line-height: normal;
text-align: center;

}
.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
    width: 80%;
    margin: auto;
    align-items: stretch;  /* Make all grid items the same height */
}
  
  .product-item {
   
    padding: 20px;
    text-align: center;
  }
  .test {
       background-color: #0D76BC;
    width: 100%;
    text-align: justify;
    padding: 10% 2%;
    margin: 20px 0;
}
  .test p{
    color: #fff;
font-family: "Mbkaos";
font-size: 1.25vw;
font-style: normal;
font-weight: 300;
line-height: normal;
  }
  .imgbox{
    border-bottom: 1px solid;
  }
  .homfeedbox{
   width: 100%;
   height:auto;
  }
  .productbanner{
    background-image: url(../images/Group450.png);
    background-size:cover;
    width: 100%;
    padding: 26%;
    background-repeat: no-repeat;


  }


.produnames{
color: #000;
font-family: "Mbkaos";
font-size: 1.042vw;
font-style: normal;
font-weight: 700;
line-height: normal;
}
@media only screen and (max-width: 575px){
    .homfeedbox {
width:50%;
        
    }
    .imgbox img{
    width:70%;
    margin:5%;
    }
}


