.nav-item .active h4
{
    color: #d1ab7f;
    padding-left: 10px;
    border-left: 3px solid #d1ab7f;
    transition:0.5s;
}
.items_south p{
    margin-top: -11px;
}
.w-200px
{
    width: 200px;
}


/* Gallery CSS */

.gallery_list{
  background-color: #fff;
}
.gallery_list img{
  width: 100%;
}
.gallery-content {
  padding: 10px;
}
.gallery-content p, .gallery-content h4{
  padding: 0px;
  margin: 0px;
}
