.postHead {
  margin-top: 40px;
}
.postHead__content {
  display: flex;
  flex-flow: column;
  gap: 112px;
}
.postHead__breadcrumbs {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #818181;
  gap: 4px;
  text-wrap: nowrap;
  overflow-x: scroll;
}
.postHead__breadcrumbs::-webkit-scrollbar {
  display: none;
}
.postHead__title {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #000000;
}
.postHead__title p {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #818181;
}
.postHead__title strong {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #000000;
}
.postHead__head {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.postHead__meta {
  width: auto;
  display: grid;
  -moz-column-gap: 48px;
  column-gap: 48px;
  row-gap: 24px;
  grid-template-columns: max-content auto;
}
.postHead__meta-left {
  width: auto;
}
.postHead__meta-right {
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.postHead__meta-left,
.postHead__meta-right {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000000;
}
.postHead .big-container {
  margin-top: 80px;
  margin-bottom: 64px;
}

.postBody {
  margin-bottom: 415px;
}
.postBody .container {
  max-width: 1223px;
  padding: 0;
}
.postBody__content {
  display: flex;
  flex-flow: column;
}
.postBody__content h2 {
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #000000;
  margin-bottom: 40px;
}
.postBody__content h3 {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 40px;
}
.postBody__content p {
  max-width: 621px;
  width: 100%;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin: 20px 0;
}

.readmore {
  margin-top: 32px;
}
.readmore__item-cont {
  width: 50%;
}
.readmore__item-cont.next:hover .readmore__item-title svg,
.readmore__item-cont.prev:hover .readmore__item-title svg {
  transform: translateX(0);
}
.readmore__item {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.readmore__img {
  width: 100%;
  height: 291px;
}
.readmore__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.readmore__content {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}
.readmore__texting {
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: 70%;
}
.readmore__item-title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.readmore__item-title.next p,
.readmore__item-title.prev p {
  margin: 0;
  font-family: "ABC Arizona Mix Variable Unlicensed Trial";
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0;
  width: auto;
}
.readmore__item-title.next svg {
  transform: translateX(-16px);
  transition: 0.3s ease;
}
.readmore__item-title.prev svg {
  transform: translateX(16px);
  transition: 0.3s ease;
}
.readmore__texting p.readmore__title {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #000000;
  margin: 0;
}
.readmore__texting p.readmore__meta {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.01em;
  color: #818181;
  margin: 0;
}

@media (max-width: 1279px) {
  .postHead {
    margin-top: 20px;
  }
  .postHead__head {
    gap: 32px;
  }
  .postHead__content {
    gap: 80px;
  }
  .postHead__title {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
  }
  .postHead__title p,
  .postHead__title strong {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
  }
  .postHead .big-container {
    padding: 0 20px;
    margin-top: 48px;
  }
  .postHead__image {
    min-height: 450px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .postBody {
    margin-bottom: 96px;
  }
  .postBody .container {
    padding: 0 20px;
  }
  .postBody__content h2 {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
  }
  .postBody__content h3 {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
  .postBody__content p {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    margin: 12px 0;
  }
  .readmore__item-cont {
    width: 80%;
  }
  .readmore__item-cont.next {
    margin-left: auto;
  }
  .readmore__item {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 24px;
  }
  .readmore__img {
    width: 100%;
    height: 291px;
  }
  .readmore__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .readmore__content {
    display: flex;
    flex-flow: column-reverse;
    justify-content: space-between;
    gap: 24px;
  }
  .readmore__texting {
    display: flex;
    flex-flow: column;
    gap: 20px;
    width: 70%;
  }
  .readmore p.readmore__item-title.next {
    font-family: "ABC Arizona Mix Variable Unlicensed Trial";
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 90%;
    letter-spacing: -0.03em;
    margin: 0;
    margin-bottom: 20px;
  }
  .readmore p.readmore__item-title.prev {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    margin-top: 32px;
    margin-bottom: 20px;
  }
  .readmore p.readmore__meta {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #818181;
    margin: 0;
  }
  .readmore p.readmore__title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0;
  }
} /*# sourceMappingURL=single.css.map */
