.list_item_project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex !important;
  margin-right: -29px;
}
@media (max-width: 699px) {
  .list_item_project {
    margin-right: -20px;
  }
}
@media (max-width: 499px) {
  .list_item_project {
    margin-right: 0;
  }
}
.list_item_project .item {
  width: 33.333333%;
  float: left;
  padding-right: 34px;
}
@media (max-width: 699px) {
  .list_item_project .item {
    padding-right: 20px;
  }
}
@media (max-width: 499px) {
  .list_item_project .item {
    width: 100%;
    padding-right: 0;
  }
}
.list_item_project .item .wrap {
  background: #fff;
  margin-bottom: 39px;
  border-radius: 9px;
  position: relative;
}
@media (max-width: 599px) {
  .list_item_project .item .wrap {
    margin-bottom: 20px;
  }
}
.list_item_project .item .img {
  width: 100%;
  margin-bottom: 34px;
  text-align: center;
}
.list_item_project .item .img a {
  display: block;
}
.list_item_project .item .img a img {
  max-width: 100%;
}
.list_item_project .item .info h3 a {
  text-align: left;
  display: block;
  color: #233563;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 9px;
  text-transform: uppercase;
}
.list_item_project .item .info p {
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  color: #222222;
}

.box_other .box-content {
  background: none;
}
.box_other .box-title {
  color: #1d3565;
  text-align: left;
  font-size: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
  text-transform: none;
  font-weight: bold;
}
.box_other .box-title:after {
  display: none;
}
.box_other .list_other {
  margin-top: 0px;
}
.box_other .list_other .list_item .row_item {
  margin-right: 0px;
}
.box_other .list_other .list_item .col_item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 0px;
}