.page{
    padding: 0;
    margin: 0;
}
.banner{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 500px;
    object-fit: cover;
}
.page_banner{
    padding: 0;
    position: relative;
}
.banner_zeza{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.nav_about{
    padding-left: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.nav_about a{
    text-decoration: none;
    color: rgb(171, 167, 167);
}

.page_about{
    padding: 40px 0;
    width: 1920px;
    margin: 0 auto;;
}

.page_give{
    width: 1920px;
    margin: 0 auto;
    padding: 0;
}
.page_give_conter{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.page_give_item{ 
    position: relative;
    border: 1px solid #11810F;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    transition: all 0.5s ease-in-out 0s;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.page_give_item img{ 
   width: 100%;
}
.page_give_item_two{
    width: 38px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.page_give_item_center{
    border-radius: 10px;
    background-color: rgb(229, 229, 229);
    padding-bottom: 10px;
}
a{
    text-decoration: none;
    color: #000;
}
.page_give_item_text{
    color: #11810F;  
    font-weight: bold;
    margin: 15px 0;
}
.page_give_item_button{
    height: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #11810F;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
   
}
.page_give_item_button:hover{
    height: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #169eec;
    border-radius: 10px;
    color: #fff;
    line-height: 40px;
    transition: all 0.5s ease-in-out 0s;
}
.page_give_item_button a{
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
}
.page_give_item_one {  
    width: 100%;  
    height: 300px;  
    margin: 0 auto;  
    overflow: hidden;  
}  
  
.page_give_item_img {  
    height: 100%;  
    width: 100%;  
    transition: transform 0.6s; 
}  
  
.page_give_item_img:hover { 
    transform: scale(1.2);  
}
.page_give_item_button_prohibit{
    background-color: #ccc !important;
}