.project-collections {
  padding: 40px 0 80px;
}
.project-collections__articles {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .project-collections__articles {
    gap: 48px;
  }
}
.project-collections__article {
  width: calc((100% - 32px) / 3);
}
@media (max-width: 991px) {
  .project-collections__article {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 767px) {
  .project-collections__article {
    width: 100%;
  }
}
.project-collections__media {
  position: relative;
  height: 239px;
  border: 1px solid #012527;
  border-radius: 12px;
  overflow: hidden;
}
.project-collections__media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-collections__media-video-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-collections__media iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-collections__media-price {
  position: absolute;
  top: 24px;
  left: -1px;
  border: 1px solid #012527;
  padding: 12px 12px 12px 20px;
  background: #00818A;
  border-radius: 0 24px 24px 0;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #ffffff;
}
.project-collections__media-price span {
  font-weight: 700;
}
.project-collections__media-label {
  position: absolute;
  bottom: 24px;
  right: -1px;
  background: #FAF8DB;
  padding: 10px 15px;
  border: 1px solid #DECA3C;
  border-radius: 24px 0 0 24px;
  font-family: Antonio;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  color: #012527;
  display: flex;
  gap: 7px;
}
.project-collections__content {
  padding: 32px 16px 0;
}
.project-collections__content-title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .project-collections__content-title {
    font-size: 24px;
    line-height: 117%;
  }
}
.project-collections__content-description {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}
@media (max-width: 767px) {
  .project-collections__content-description {
    font-size: 16px;
    line-height: 200%;
  }
}
.project-collections__content-link {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  margin-top: 24px;
  border: 1px solid #004c51;
  border-radius: 100px;
  background: #004c51;
  padding: 20px 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.project-collections__content-link:hover {
  background: transparent;
  color: #004c51;
}
.project-collections__content-link svg path {
  transition: all 0.5s ease 0s;
}
.project-collections__content-link:hover svg path {
  fill: #004c51;
}
@media (max-width: 767px) {
  .project-collections__content-link {
    font-size: 16px;
    line-height: 100%;
    padding: 18px 20px;
  }
}/*# sourceMappingURL=style.css.map */