main{
    margin-bottom: 100px;
}
.Product-Head{
    background-image: url('../img/About/AboutHead.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Product-Head .head-main h2{
    color: white;
    padding-left: 10px;
    border-left: 5px solid #e79009;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;

}
.Product-Head .head-main h4{
    color: white;
    font-size: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Product-Head .head-main h4 a{
    color: white;
    transition: 0.3s;
}
.Product-Head .head-main h4 a:hover{
    color: #e79009;
}

.Product-cyq{
    width: 100%;
    /* height: 200px; */
    /* background-color: red; */
    margin-top: 50px;
    padding: 0;
}
.Product-ddys{
    width: 100%;
    /* height: 200px; */
    /* background-color: red; */
    margin-top: 50px;
    padding: 0;
}
.Product-title{
    width: 100%;
    height: 50px;
    background-color: rgba(219, 219, 207, 0.548);
    /* padding: 10px; */
    padding: 8px;
}
.Product-title h4{
    float: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    margin-left: 30px;
    height: 100%;
    line-height:25px;
}
.Product-title button{
    float: right;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #e79009;
    background-color: white;
    border: 2px solid #e79009;
    border-radius: 50px;
    transition: 0.3s;
}
.Product-title button:hover{
    color: white;
    background-color: #e79009;
    border: noen;
}
.Product-Content,
.Product-Contents {
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
    
}
.Product-Content div,
.Product-Contents div{
    width: 24%;
    height: 100%;
    overflow: hidden;
    
    
} 
.Product-Content div .qw,
.Product-Contents div .one-a{
    width: 100%;
    height: 90%;
    overflow: hidden;     
    padding: 20px;  
    
    display: flex;
    justify-content: center;
    align-items: center;
          
}
.Product-Content div .qw img,
.Product-Contents div .one-a img{
    height:100%;
    width: auto;           
    transition: 0.3s;
}
.Product-ddys{
    margin-bottom: 100px;
}
.Product-Content div .qw:hover img,
.Product-Contents div .one-a:hover img{

    height: 120%;
}
.Product-Content div  p,
.Product-Contents div  p{
    width: 100%;
    text-align: center;
}
.Product-Content div  p a,
.Product-Contents div  p a{
    max-width: 80%;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    color: black;
    /* border: 1px solid #000; */
    /* color: red; */
    display: inline-block;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transition: 0.3s;
}
.Product-Content div  p a:hover,
.Product-Contents div  p a:hover{
    color: #e79009;
}

.Product-Content>div:nth-child(1){
    width: 100%;
    display: flex;
    justify-content: left;
}
.Product-Contents>div:nth-child(1){
    width: 100%;
    display: flex;
    justify-content: left;
}


@media screen and (max-width:1200px) {
    .Product-Contents > div > div:nth-child(5){
        display: none !important;
    }
    .Product-Contents>div:nth-child(1){
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .Product-Content div, .Product-Contents div{
        width: auto;
    }
}