.link_projects_module {
  display: block;
}

.flex-grid .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.link_projects_module .project-title {
  color: #413737;
  font-family: "Argent CF";
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 9px;
}

.link_projects_module .project-title a {
  color: #413737;
}

.link_projects_module .the-excerpt {
  width: 372px;
  color: #413737;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
  min-height: 72px;
}


.link_projects_module .small-info {
  color: #838E83;
  font-family: Helvetica;
  font-size: 12px;
  letter-spacing: 2.25px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.link_projects_module .read-more {
  color: #413737;
}

.link_projects_module .read-more a {
  text-decoration: underline;
  height: 24px;
  width: 372px;
  color: #413737;
  font-size: 16px;
  line-height: 24px;
  font-family: "FolioStd-Medium";
}

.link_projects_module .thumb {
  width: 372px;
  height: 400px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 16px;
}

.link_projects_module .thumb img {
  object-fit: cover;
  height: 100%;
}

.link_projects_module .small-info span {
  display: inline-block;
  margin-right: 19px;
}

.link_projects_module .col-3 {
  padding: 0;
}

.link_projects_module .col-2 {
  width: 50%;

}

.link_projects_module .col-1 {
  width: 100%;
}

.link_projects_module .col {
  margin-bottom: 12px;
  margin-right: 60px;
  max-width: 372px;
}

.link_projects_module .col:nth-child(3n) {
  margin-right: 0;
}

.e-filter {
  margin-top: 40px;
  margin-bottom: 60px;
}

.e-filter a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  width: auto;
  padding: 0 23px;
  margin-right: 3px;
  margin-bottom: 10px;
  transition: .5s;
  border:1px solid #98615F;
  color: #98615F;
  opacity: 1;
}

.e-filter a:hover {
  opacity: 0.8;
}

.e-filter a.active {
  opacity: 0.4;
}