.project-card {
  position: relative;
  overflow-x: hidden;
  margin: auto;
  margin-top: 70px;
}
.project-card .global-max-w {
  display: flex;
  gap: 36px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media (min-width: 1440px) {
  .project-card .global-max-w {
    gap: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1439px) {
  .project-card .global-max-w {
    padding: 0 40px 30px 40px;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .project-card .global-max-w {
    padding: 0 16px 30px 16px;
  }
}
.project-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 16px 40px 16px;
  color: #3b3d49;
}
@media (min-width: 992px) {
  .project-card__content {
    flex: 1;
  }
  .project-card__content p {
    font-size: 24px;
  }
}
.project-card__content h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1439px) {
  .project-card__content h1 {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .project-card__content h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.project-card__content p {
  font-size: 24px;
  line-height: 28px;
}
.project-card__content .project-card__ctas {
  display: flex;
  margin-top: 24px;
  gap: 32px;
}
.project-card__content .project-card__ctas a {
  box-sizing: border-box;
  text-align: center;
  border-radius: 8px !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  color:#3B3C43 !important;
  justify-content: center;  
  min-width: 230px;
  width: fit-content;
}
.project-card__content .project-card__ctas a:hover{
    background-color: #fcd74c;
    border: 2px solid #fcd74c;
    color: #3B3C43 !important;
}
.project-card__content .project-card__ctas.has-secondary {
  flex-wrap: wrap;
}
.project-card__content .project-card__ctas.has-secondary a {
  flex: 1;
}
.project-card__image {
  position: relative;
}
.project-card__image .primary-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1439px) {
  .project-card__image .primary-image {
    max-width: 750px;
    margin: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.project-card__image .primary-image {
    height: 100%;
}
@media (max-width: 1439px) {
  .project-card__image {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .project-card__image .primary-image {
    max-height: 350px;
  }
}
@media (max-width: 479px) {
  .project-card__image .primary-image {
    max-height: 250px;
  }
}
.project-card__image .project-card__card-art {
  position: absolute;
  left: -60px;
  bottom: -30px;
  width: 190px;
  transform: rotate(-15deg);
}
@media (max-width: 1439px) {
  .project-card__image .project-card__card-art {
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
  }
}
.project-card .project-card__card-art {
  transform: rotate(10deg);
  width: 240px;
  left: -90px;
}
@media (max-width: 1439px) {
  .project-card .project-card__card-art {
    left: unset;
    transform: rotate(10deg);
    width: 200px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .project-card .project-card__card-art {
    width: 140px;
  }
}
.columns-trips-centers__column--link {
    text-transform: none !important;
    border-radius: 8px;
}
.columns-trips-centers__inner h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 48px;
}
.columns-trips-centers__top {
    padding-bottom: 0 !important;
}