.gh-news{
    background-color:#58AF47 ;
}
.nav-link span{
    color: white;
}
.gh-nav {
    background-color: #ffe600ce   !important;
 

}
.gh-link-top{
    width: 650px;
}
.gh-link{
    display: flex;
    justify-content: space-between; 
    flex-direction: column;
}
.gh-icon{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.gh-icon div{
    display: flex;
    width: 32%;
    align-items: center;
    justify-content: center ;
   
    height: 100%;
    height: 60px;
    box-sizing: border-box;
    font-size: 18px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    
}
.gh-icon div:nth-child(1){
    background-image: url(../images/DM_20230509200757_001.svg);
}
.gh-icon div:nth-child(2){
    background-image: url(../images/DM_20230509200757_002.svg);
}
.gh-icon div:nth-child(3){
    background-image: url(../images/DM_20230509200757_003.svg);
}
.gh-icon div i{
    color: white;
    font-size: 28px;
    margin-right: 10px;
}
.gh-info{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
     
}
.gh-info div{
    width: 32%;
    /* background-color: #ccc; */
    
    display: flex;
    flex-direction: column;
}
.gh-info div span{
   background-color: #F2F3EB;
    color: #d4d4d4;
    padding-top: 30px;
    padding-bottom: 10px;
    
}
.gh-info div p{
    background-color: #F2F3EB;
    padding-bottom: 50px;
    color: #276BB2;
    font-size: 23px;
    word-spacing: 3px;
    line-height: 27px;
     
 }
 .cookie-law-info-again{
    box-shadow: none;
    
 }


#cookie-law-gh-info-again{
    box-shadow: none !important;
}

@media (max-width: 768px) {
   .gh-info div {
      width: 100%;
      margin-top: 10px;
   }
   .gh-info {

    flex-direction: column;
   }
   .navbar-inner{
    display: none;
   }
   .gh-link{
    width: 100%;
   }
   .gh-link-top{
    margin-right: 0;
   }
   .gh-icon{
    flex-direction: column;
    width: 100%;

   }
   .gh-icon div{
    margin-top: 20px;
    width: 100%;
    
   }
}

