.inner-project-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  margin-right: -15px;
  margin-left: -15px;
}
.project-list-item {
  position: relative;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  height: 50%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.country-list .inner-project-list .project-list-item {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}
.project-list {
  height: 100vh;
  padding-top: 70px;
}
.country-list {
  height: 100vh;
  padding-top: 70px;
  margin-top: 0;
}
.project-list .container-fluid {
  height: 100%;
}
.inner-project {
  background-color: #000;
  height: 100%;
  padding: 0 15px;
}
.project-list-item .project-link {
  height: 100%;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.proj_list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 10px;
  text-align: center;
  border: 1px solid #c08830;
}
.proj_list h2 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 25px;
  font-family: "SpaceGrotesk-SemiBold";
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
}
.project-buttons .modal-button {
  background-color: #c08831;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  border: 0;
}
.proj_list p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  z-index: 2;
}
.proj_list h3 {
  color: #fff;
  text-align: center;
  line-height: normal;
  font-size: 16px;
  margin: 15px 0 0 0;
  z-index: 2;
  font-family: 'VendSans-Regular';
  font-weight: normal;
}
.proj_list::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: rgb(0 0 0 / 62%); */
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.project-list-item .project-link:hover .proj_list::before {
  background-color: rgb(0 0 0 / 32%);
}
.two-part .project-list-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .project-list-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 50%;
  }
  .proj_list h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .proj_list h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .project-list-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 50%;
  }
  .two-part .project-list-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 50%;
  }
  .proj_list h2 {
    font-size: 22px;
  }
  .proj_list p {
    font-size: 14px;
  }
}
h1.headingh1 {
  display: none;
}