
/* Quotes Page */

.quotes-page {
  padding: 1.389vw;
  font-family: "Abolition";
}

.quotes-page .page-title {
  font-size: 4.167vw;
  line-height: 4.167vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2.222vw;
  letter-spacing: 0;
  color: #bbbbbb;
}

.quotes-hero {
  display: flex;
  gap: 1.389vw;
}

.quotes-person-card {
  position: sticky;
  top: 3vw;
  width: 22.569vw;
  background: #292929;
  height: fit-content;
}

.quotes-person-img {
  overflow: hidden;
}

.quotes-person-img img {
  width: 100%;
  display: block;
}

.quotes-person-info {
  padding: 1.389vw;
  display: flex;
  align-items: center;
}

.quotes-person-info::after {
  content: "";
  display: inline-block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  right: 1.3vw;
  background: url("./images/white-vector.svg") center / contain no-repeat;
}

.quotes-person-info h2 {
  font-size: 2.778vw;
  line-height: 2.778vw;
  font-weight: 400;
  text-transform: uppercase;
}

.quotes-person-info p {
  margin-top: 0.417vw;
  font-size: 0.972vw;
  line-height: 1.25vw;
  text-transform: uppercase;
  font-family: "Neue Machina";
}

.quotes-person-info span {
  font-size: 2.778vw;
  line-height: 2.778vw;
}

.quotes-list {
  width: 73.264vw;
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
}

.quote-card {
  background: #292929;
  padding: 2.778vw;
  transition: 0.4s;
}

.quote-card:hover {
  background: #fe4622;
}

.quote-main h3 {
  font-size: 4.167vw;
  line-height: 4.167vw;
  font-weight: 400;
  text-transform: uppercase;
}

.quote-secondary h3 {
  font-size: 2.778vw;
  line-height: 2.778vw;
  font-weight: 400;
  text-transform: uppercase;
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  margin-top: 2.222vw;
}

.quote-author img {
  width: 4.028vw;
  height: 4.028vw;
  object-fit: cover;
  display: block;
}

.quote-author h2 {
  font-size: 1.667vw;
  line-height: 2.083vw;
  font-weight: 400;
  text-transform: uppercase;
}

.quote-author p {
  font-family: "Neue Machina";
  margin-top: 0.417vw;
  font-size: 0.972vw;
  line-height: 1.25vw;
  text-transform: uppercase;
}

.quotes-hero:nth-child(odd) {
  margin: 2.778vw 0;
}

@media (max-width: 960px) {

  .quotes-page {
    padding: 0 5.333vw 5.333vw;
  }

  .quotes-page .page-title {
    font-size: 10.667vw;
    line-height: 10.667vw;
    margin-bottom: 5.333vw;
  }

  .quotes-hero {
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
    margin-top: 14vw;
  }

  .quotes-hero:nth-child(odd) {
    margin: 4.267vw 0;
  }

  .quotes-person-card {
    width: 100%;
    display: flex;
    align-items: center;
    background: #292929;
  }

  .quotes-person-img {
    width: 16vw;
    height: 16vw;
  }

  .quotes-person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .quotes-person-info {
    padding: 0 2.133vw 0 2.667vw;
  }

  .quotes-person-info::after {
    right: 4.267vw;
    width: 3.2vw;
    height: 3.2vw;
  }

  .quotes-person-info h1 {
    font-size: 5.333vw;
    line-height: 8vw;
  }

  .quotes-person-info p {
    margin-top: 1.067vw;
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .quotes-list {
    width: 100%;
    gap: 3.2vw;
  }

  .quote-card {
    padding: 5.333vw;
  }

  .quote-main h1,
  .quote-secondary h1 {
    font-size: 8.533vw;
    line-height: 8.533vw;
  }

  .quote-author {
    gap: 3.2vw;
    margin-top: 5.333vw;
  }

  .quote-author img {
    width: 12.8vw;
    height: 12.8vw;
  }

  .quote-author h2 {
    font-size: 5.333vw;
    line-height: 8vw;
  }

  .quote-author p {
    margin-top: 1.067vw;
    font-size: 3.2vw;
    line-height: 3.733vw;
  }

  .quotes-person-info h2 {
    font-size: 5vw;
    line-height: 120%;
  }
  .quote-main h3 {
    font-size: 6.167vw;
    line-height: 110%;
  }
  .quote-secondary h3 {
    font-size: 4.778vw;
    line-height: 110%;
  }
}
