.gh-port{
    display: flex;
    justify-content: space-between;
}
.gh-port-l{
    width: 50%;

}
.gh-port-l p{
    font-size: 21px;
    line-height: 30px;

}
.gh-port-l div{
    margin-top: 150px;
}
.gh-port-r{
    width: 35%;
    display: flex;
    flex-direction: column;
    
    
}
.gh-port-r div{
    
    display: flex;
    flex-direction: column;
    
    box-sizing: border-box;
    padding-bottom: 20px;

}
.wp-header-menu{
    background-color: #58AF47;
}
.nav-item a span{
    color: white;
}

.gh-port-r div div{
    background-color: rgb(223, 223, 223);
    margin-top: 5px;
    padding: 20px;

}
.gh-port-r div div div{
    height: 55px;
    width: 150px;
    background-color: #FF5436;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: white;
    font-size: 20px;
}
.gh-port-r div div h3{
color:#04BFF3 ;
}
.gh-port-r div div a{

    color: white;

}

@media (max-width:768px) {

    .gh-port{
        flex-direction: column;
    }
    .gh-port-l{
        width: 100%;
    }
    .gh-port-r{
        width: 100%;
    }
}

