.full {
  padding: 30px 0 50px;
}

#item_detail {
  padding-bottom: 43px;
}
#item_detail h1 {
  font-size: 20px;
  font-weight: 700;
  color: #C95B0E;
  text-transform: uppercase;
  padding-bottom: 4px;
}
#item_detail .item-content {
  padding: 31px 0 0;
  color: #404040;
}
#item_detail .item-content table {
  max-width: 100%;
  width: auto;
}
@media (max-width: 675px) {
  #item_detail .item-content table {
    width: 100% !important;
  }
}

#project .search {
  display: flex;
  flex-wrap: wrap;
  background: #333333;
  border-radius: 5px 5px 0 0;
  font-family: SFProDisplay;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 0 18px;
}
@media (max-width: 992px) {
  #project .search {
    padding: 10px 12px 0;
  }
}
#project .search p {
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  padding-right: 15px;
  padding-bottom: 10px;
}
#project .search .form {
  padding-bottom: 10px;
}
#project .search .form form {
  display: flex;
}
#project .search .form form .select select {
  height: 40px;
  border: 1px solid var(--main_color);
  border-radius: 5px 0 0 5px;
  background: #FFF;
  color: #242424;
  cursor: pointer;
  width: 263px;
}
@media (max-width: 500px) {
  #project .search .form form .select select {
    width: 216px;
  }
}
#project .search .form form button {
  width: 50px;
  height: 40px;
  background: var(--main_color);
  border-radius: 0 5px 5px 0;
}

.paginate {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .paginate {
    padding-top: 40px;
  }
}/*# sourceMappingURL=project.css.map */