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-WF{
    margin-top: 50px;
}


.Product-WF .Product-WF-title{
    background-color: rgba(219, 219, 207, 0.548);
    padding: 8px;
    height:  50px;
    width: 100%;
}
.Product-WF .Product-WF-title span{
    font-size: 16px;
    margin-left: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.Product-WFs{
    width: 100%;
    /* height: 500px; */
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap; 
    /* justify-content: space-between; */

}
.WFs-main{
    width:32%;
    height: 430px;
    /* background-color: yellow; */
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    margin-top: 30px;
    margin-left: 1%;
}
.WFs-main .Main-Imgs{
    width: 100%;
    height: 80%;
    overflow: hidden;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.WFs-main .Main-Imgs a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;;
}
.WFs-main .Main-Imgs img{
    height: 100%;
    width: auto;
    transition: 0.3s;
}
.WFs-main .Main-Imgs:hover img{
    height: 120%;
}


.WFs-main .Main-Title{
    width: 100%;
    height: 20%;
}
.WFs-main .Main-Title  div{
    color: #000;
    margin: 0;
    padding: 5px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}
.WFs-main .Main-Title  div a{
    width: 100%;
    color: black;
    text-align: center;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    transition: 0.3s;
    line-height: 2;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.WFs-main .Main-Title  div a:hover{
    color: #e79009;
}


.page{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top:  100px;
}

.paginations{
    box-shadow: 0px 0px rgba(0, 0, 0, 0);
}

.pagination li {
    float: left;
    margin-right: 3px;
    list-style-type: none;
    padding: 10px;
    background-color: #e79009;
    border: none;
    color: white;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
}




