.gh-Don{
    display: flex;
    flex-direction: column;
    position: relative;

}
.gh-top {
    display: flex;
    
    justify-content: space-between;
 

}
.gh-top div:nth-child(1){
    width: 58%;
}
.gh-top div:nth-child(1){
    width: 58%;
}
.gh-top div:nth-child(2){
    width: 43%;
}
.gh-bom{
    display: flex;
    width: 48%;
    flex-direction: column;
    
}

.gh-bom p{
    font-size: 21px;
    line-height: 31px;
    color: #000;

}
.gh-lis div{
    display: flex;
    flex-direction: column;
}
.gh-lis{
    width: 35%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 33px;
}
@media(max-width:1200px){
    .gh-top{
        flex-direction: column;
    }
    .gh-top div:nth-child(1){
        width: 100%;
        
    }
  
    .gh-top div:nth-child(2){
       display: none;
    }
    .gh-bom{
        width: 100%;
    }
}
@media(max-width:724px){
    .gh-top div:nth-child(1){
        width: 100%;
        margin: 0 auto;
    }
    .gh-top div:nth-child(1) img{
        width: 100%;
        margin-bottom: 10px;
        
    }
    .gh-top div:nth-child(1){
        width: 58%;
        margin-top: 0 auto;
        text-align: center;
    }
    .gh-lis{
        display: none;
    }
 
}
.wp-header-menu{
    background-color: #58AF47;
}

.nav-link span{
    color: white;

}

