@media(max-width: 1536px) {
  .hero__content h1 {
      font-size: 100px;
      line-height: 100px;
  }
  .hero__image {
      max-width: 48%;
  }
  .hero__content {
      max-width: 50%;
  }
  .hero__eyebrow {
      font-size: 26px;
  }
  .hero__tagline {
    font-size: 38px;
    line-height: 50px;
}
}
@media (max-width: 1440px) {
  :root {
    --container-padding: 0 40px;
  }
  .hero__area::after,
  .hero__area::before {
      max-width: 36%;
  }
  .hero__content::before {
      left: 0px;
  }
  .section-space {
    padding: 120px 0;
  }

  .section-label {
    font-size: 26px;
  }

  .section-title {
    font-size: 54px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .btn {
    padding: 16px 28px;
    font-size: 17px;
  }

  a.btn.btn-primary.nav__donate {
    padding: 16px 36px;
    font-size: 17px;
  }

  .logo img {
    width: 220px;
  }
  ul#menu-main-menu,
  .nav__list {
    gap: 24px;
  }
  ul#menu-main-menu li.menu-item a,
  .nav__list a {
    font-size: 17px;
  }
  .hero__grid,
  section.hero {
    height: 1024px;
  }

  .hero__image {
    max-height: 1024px;
    max-width: 52%;
    height: 100%;
    min-height: 100%;
  }

  .hero__content {
    padding: 50px 20px 40px 20px;
  }

  .hero__content h1 {
    font-size: 100px;
    line-height: 100px;
  }

  .hero__eyebrow {
    font-size: 26px;
  }

  .hero__area {
    font-size: 26px;
  }

  .hero__tagline {
    font-size: 36px;
    line-height: 50px;
  }

  .hero-strip {
    margin-top: -56px;
  }

  .hero-strip__card {
    padding: 36px 28px;
    gap: 32px;
  }

  .hero-strip__text {
    font-size: 22px;
  }

  .hero-strip__items {
    max-width: 65%;
  }

  .hero-strip__item img {
    width: 54px;
    height: 54px;
    padding: 12px;
  }

  .hero-strip__item_content span {
    font-size: 17px;
  }

  .priorities__card {
    padding: 50px 36px;
  }

  .priorities__card h3 {
    font-size: 32px;
  }

  .newsletter {
    padding: 70px 0;
  }

  .newsletter__content h2 {
    font-size: 54px;
  }

  .newsletter__content p {
    font-size: 22px;
  }

  section#candidate {
    min-height: 960px;
  }

  .candidate__content p {
    font-size: 19px;
  }

  .candidate__image {
    min-height: 480px;
  }

  .endorsement-card h3 {
    font-size: 22px;
  }

  .endorsement-card p {
    font-size: 17px;
  }

  .contact__bg {
    padding: 80px 0;
  }

  .form-header h2.section-title {
    font-size: 36px;
  }

  .cta.section-space {
    padding: 90px 0;
  }
  section.contact.section-space {
      padding: 0;
  }
}

@media (max-width: 1366px) {
  :root {
    --container-padding: 0 36px;
  }
  .hero-strip__item {
      gap: 12px;
  }
  .section-space {
    padding: 110px 0;
  }

  .section-label {
    font-size: 24px;
  }

  .section-title {
    font-size: 50px;
  }

  .section-header {
    margin-bottom: 46px;
  }

  .logo img {
    width: 200px;
  }
  ul#menu-main-menu,
  .nav__list {
    gap: 22px;
  }
  ul#menu-main-menu li.menu-item a,
  .nav__list a {
    font-size: 16px;
  }

  a.btn.btn-primary.nav__donate {
    padding: 15px 32px;
    font-size: 16px;
  }

  .header {
    top: 40px;
    padding: 24px 0 0 0;
  }

  section.hero {
    height: 1024px;
  }

  .hero__grid {
    height: 1024px;
  }

  .hero__image {
    max-height: 1024px;
    max-width: 51%;
    height: 100%;
    min-height: 100%;
  }

  .hero__content h1 {
    font-size: 92px;
    line-height: 92px;
  }

  .hero__eyebrow {
    font-size: 24px;
  }

  .hero__area {
    font-size: 24px;
  }

  .hero__tagline {
    font-size: 34px;
    line-height: 48px;
  }

  .hero-strip__text {
    font-size: 20px;
  }
  .priorities__card {
    padding: 44px 32px;
  }

  .priorities__card h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .newsletter__content h2 {
    font-size: 40px;
  }
  .newsletter__content p {
      font-size: 19px;
  }
  section#candidate {
    min-height: 900px;
  }
  .newsletter__form > div {
      min-width: 140px;
  }
}

@media (max-width: 1280px) {
  :root {
    --container-padding: 0 32px;
  }
  ul#menu-main-menu li.menu-item a, .nav__list a {
      font-size: 16px;
  }
  .section-space {
    padding: 100px 0;
  }

  .section-title {
    font-size: 46px;
  }

  .section-header {
    margin-bottom: 42px;
  }

  .btn {
    padding: 15px 26px;
    font-size: 16px;
  }

  .logo img {
    width: 190px;
  }
  ul#menu-main-menu,
  .nav__list {
    gap: 18px;
  }
  ul#menu-main-menu li.menu-item a,
  .nav__list a {
    font-size: 15px;
  }

  a.btn.btn-primary.nav__donate {
    padding: 14px 28px;
    font-size: 15px;
  }

  section.hero {
    height: 800px;
  }

  .hero__grid {
    height: 800px;
  }

  .hero__image {
    max-height: 800px;
    max-width: 50%;
    height: 100%;
    min-height: 100%;
  }

  .hero__content {
    padding: 40px 20px 36px 20px;
  }

  .hero__content h1 {
    font-size: 84px;
    line-height: 84px;
  }

  .hero__eyebrow {
    font-size: 22px;
  }

  .hero__area {
    font-size: 22px;
  }

  .hero__tagline {
    font-size: 30px;
    line-height: 44px;
  }

  .hero-strip {
    margin-top: -48px;
  }

  .hero-strip__card {
    padding: 32px 24px;
    gap: 28px;
  }

  .hero-strip__endorsement {
    max-width: 40%;
  }
  .priorities__grid {
      gap: 15px;
  }
  .hero-strip__items {
    max-width: 70%;
  }

  .hero-strip__item img {
    width: 50px;
    height: 50px;
  }

  .priorities__card {
    padding: 30px 20px;
  }

  .priorities__card h3 {
    font-size: 28px;
  }

  .priorities__card p {
    font-size: 17px;
    line-height: 26px;
  }

  .newsletter__inner {
    gap: 24px;
  }

  .newsletter__content h2 {
    font-size: 46px;
  }

  .newsletter__content p {
    font-size: 20px;
  }

  .newsletter__form-row {
    width: 100%;
    max-width: 70%;
  }
  .newsletter__form > div {
      min-width: 170px;
  }
  section#candidate {
    min-height: 820px;
  }

  .candidate__checklist {
    margin-bottom: 48px;
  }

  .endorsement-card img {
    margin-bottom: 24px;
  }

  .endorsement-card h3 {
    font-size: 20px;
  }

  .cta.section-space {
    padding: 80px 0;
  }
  .newsletter__inner {
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .newsletter__content {
      width: 100%;
      text-align: center;
      margin-bottom: 15px;
  }
}
@media(max-width:1024px){
  .hero__content h1 {
      font-size: 74px;
      line-height: 74px;
  }
  .hero__tagline {
      font-size: 28px;
      line-height: 38px;
  }
  .hero__eyebrow {
      font-size: 20px;
      line-height: 1.2;
  }
  ul#menu-main-menu, .nav__list {
      gap: 24px;
  }
  section.hero {
      height: 800px;
  }
}
@media (max-width: 992px) {
  :root {
    --container-padding: 0 28px;
  }

  .section-space {
    padding: 80px 0;
  }

  .section-label {
    font-size: 22px;
  }

  .section-title {
    font-size: 40px;
    line-height: 1.3;
  }

  .section-header {
    margin-bottom: 36px;
  }

  .top-bar__inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .top-bar__left,
  .top-bar__right {
    font-size: 11px;
  }

  .header {
    position: absolute;
    top: 45px;
    padding: 10px 0 0 0;
    /* background: var(--color-white); */
  }

  .header__inner {
    min-height: 64px;
    gap: 20px;
  }

  .logo img {
    width: 170px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: var(--color-white);
    box-shadow: 0 25px 40px -30px #0000004d;
    z-index: 19;
    transition: var(--transition);
    padding: 20px;
    padding-top: 60px;
  }

  body.menu-open .nav {
    left: 0;
  }
  li.btn.btn-primary.nav__donate.menu-item {
      min-width: 200px;
  }
  .menu-close {
      display: inline-flex;
      margin-right: 0;
      margin-bottom: 16px;
      margin-left: auto;
      position: absolute;
      right: 15px;
      top: 10px;
  }
  ul#menu-main-menu,
  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
ul#menu-main-menu li.menu-item a,
  .nav__list a {
    font-size: 16px;
  }

  a.btn.btn-primary.nav__donate {
    padding: 14px 24px;
    font-size: 15px;
  }

  section.hero {
    height: auto;
    min-height: auto;
  }

  /* section.hero:before {
    display: none;
  } */

  section.hero .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .hero__grid {
    flex-direction: row;
    height: auto;
    min-height: auto;
    justify-content: flex-start;
    width: 100%;
  }

  .hero__image {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .hero__content {
      order: 2;
      width: 100%;
      padding: 40px 20px 36px 20px;
      height: auto;
      max-width: 65%;
  }

  .hero__content::before {
    left: 0;
  }

  .hero__content h1 {
      font-size: 60px;
      line-height: 60px;
  }

  .hero__eyebrow {
    font-size: 20px;
  }

  .hero__area {
    font-size: 20px;
  }

  .hero__tagline {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-strip {
    margin-top: 0;
    padding-top: 24px;
  }

  .hero-strip__card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    gap: 24px;
  }

  .hero-strip__endorsement {
    max-width: 100%;
  }

  .hero-strip__items {
    max-width: max-content;
    width: max-content;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .hero-strip__item {
      max-width: 100%;
      width: 100%;
      flex-direction: row;
      align-items: center;
      text-align: left;
      gap: 12px;
  }

  .hero-strip__item_content {
    align-items: left;
  }

  .priorities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .priorities__card {
    padding: 36px 28px;
  }

  .priorities__card h3 {
    font-size: 26px;
  }

  .newsletter {
    padding: 60px 0;
  }

  .newsletter__inner {
    flex-direction: column;
    align-items: center;
  }
  .newsletter__content {
      width: 100%;
      max-width: 100%;
  }
  .newsletter__content h2 {
    font-size: 40px;
  }
  .newsletter__form > div {
      min-width: 135px;
  }
  .newsletter__form-row {
      max-width: 95%;
  }
  .newsletter__content p {
    font-size: 18px;
    line-height: 26px;
  }

  .newsletter__form-row {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter__form-row .btn {
    grid-column: span 2;
    width: auto;
  }

  section#candidate {
    min-height: auto;
    padding: 80px 0 0;
    display: block;
    overflow: hidden;
  }

  section#candidate .container.candidate__grid {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .candidate__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .candidate__content {
    padding-left: 28px;
    padding-right: 28px;
  }

  .candidate__content .section-header {
    margin-bottom: 28px;
  }

  .candidate__image {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    min-height: 420px;
    margin-left: 0;
  }

  .candidate__checklist {
    margin-bottom: 36px;
  }

  .endorsement-card img {
    margin-bottom: 20px;
  }

  .endorsements__dots.swiper-pagination-bullets {
    margin-top: 32px;
  }

  .contact__bg {
    padding: 70px 0;
  }

  .contact__card {
    padding: 32px 28px;
  }

  .form-header h2.section-title {
    font-size: 32px;
  }

  .contact__subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .form-col label {
    font-size: 16px;
  }

  .cta.section-space {
    padding: 70px 0;
  }

  .cta__actions {
    flex-wrap: wrap;
  }

  .footer {
    padding: 32px 0 24px 0;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }

  .footer__social,
  .footer p,
  .footer__logo {
    justify-self: center;
    text-align: center;
  }

  .footer p {
    font-size: 11px;
  }
}

@media (max-width: 820px) {
  :root {
    --container-padding: 0 24px;
  }

  .section-space {
    padding: 72px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .section-header {
    margin-bottom: 32px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 15px;
  }

  .logo img {
    width: 150px;
  }

  /* .hero__image {
    height: 50vw;
    min-height: 360px;
    max-height: 520px;
  } */

  .hero__content h1 {
    font-size: 64px;
    line-height: 64px;
  }

  .hero__tagline {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-strip__card {
    padding: 24px 20px;
  }

  .hero-strip__text {
    font-size: 18px;
  }

  .hero-strip__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }


  .hero-strip__item img {
    width: 46px;
    height: 46px;
    padding: 10px;
  }

  .hero-strip__item_content span {
    font-size: 16px;
  }

  .priorities__card {
    padding: 28px 18px;
  }

  .priorities__card h3 {
    font-size: 22px;
  }

  .newsletter__content h2 {
    font-size: 36px;
  }

  .candidate__content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 28px;
  }

  .candidate__checklist li {
    font-size: 18px;
    line-height: 26px;
  }

  .candidate__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .candidate__image {
    min-height: 380px;
  }

  .endorsement-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .endorsement-card p {
    font-size: 15px;
  }

  .form-row {
    gap: 12px;
    margin-bottom: 12px;
  }

  .contact__card {
    padding: 28px 22px;
  }

  .cta p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero__content {
    max-width: 75%;
  }
}

@media (max-width: 768px) {
  .section-label {
    font-size: 20px;
  }

  .section-title {
    font-size: 34px;
  }

  .top-bar__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .top-bar__left {
    padding-left: 0;
  }

  .top-bar__left::before {
    display: none;
  }

  .top-bar__right {
    text-align: center;
  }

  /* .hero__image {
    height: 48vw;
    min-height: 340px;
    max-height: 480px;
  } */

  .hero__content {
    padding: 40px 24px 36px;
  }

  .hero__content h1 {
    font-size: 58px;
    line-height: 58px;
  }

  .hero__eyebrow {
    font-size: 18px;
  }

  .hero__area {
    font-size: 18px;
  }

  .hero__tagline {
    font-size: 24px;
    line-height: 34px;
  }

  .hero-strip__item_content span {
    font-size: 16px;
  }

  span.item_content_tagline {
    font-size: 13px;
  }

  .priorities__grid {
    gap: 20px;
  }

  .newsletter {
    padding: 52px 0;
  }

  .newsletter__form-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .newsletter__form-row .btn {
    grid-column: auto;
  }

  section#candidate {
    padding: 72px 0 0;
  }

  .candidate__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact__bg {
    padding: 60px 0;
  }

  .contact__radio-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  :root {
    --container-padding: 0 20px;
  }

  .section-space {
    padding: 64px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .section-header {
    margin-bottom: 28px;
  }

  .hero__content {
    padding: 36px 20px 32px;
  }

  /* .hero__image {
    height: 46vw;
    min-height: 300px;
    max-height: 440px;
  } */

  .hero__content h1 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 16px;
  }

  .hero__area::before,
  .hero__area::after {
    max-width: 32%;
  }

  .hero__tagline {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .hero-strip__endorsement {
      flex-direction: column;
      align-items: center;
      gap: 12px;
      text-align: center;
      margin-bottom: 15px;
  }

  .hero-strip__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 18px;
  }

  .hero-strip__item {
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
  }

  .hero-strip__item_content {
    align-items: flex-start;
  }

  .priorities__grid {
    grid-template-columns: 1fr;
  }

  .priorities__card h3 {
    font-size: 22px;
  }

  .priorities__card p {
    font-size: 16px;
    line-height: 24px;
  }

  .newsletter__content h2 {
    font-size: 32px;
  }

  .newsletter__content p {
    font-size: 16px;
    line-height: 24px;
  }

  .candidate__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .candidate__image {
    min-height: 320px;
  }

  .candidate__content p.section-label {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .endorsements__dots.swiper-pagination-bullets {
    margin-top: 28px;
  }

  .form-header h2.section-title {
    font-size: 28px;
  }

  .contact__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .cta.section-space {
    padding: 60px 0;
  }
}

@media (max-width: 680px) {
  .section-space {
    padding: 56px 0;
  }
  .form-row {
    flex-direction: column;
  }
  .section-label {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .btn {
    padding: 13px 22px;
    font-size: 14px;
    min-width: 200px;
  }
.newsletter__form {
    gap: 5px;
}
  .logo img {
    width: 136px;
  }

  .header__inner {
    min-height: 56px;
  }

  .top-bar__left,
  .top-bar__right {
    font-size: 12px;
  }

  /* .hero__image {
    height: 44vw;
    min-height: 280px;
    max-height: 400px;
  } */

  .hero__content {
      padding: 32px 20px 28px 20px;
  }

  .hero__content h1 {
    font-size: 46px;
    line-height: 46px;
  }

  .hero__eyebrow {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .hero__area {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 18px;
  }

  .hero__tagline {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-strip__card {
    padding: 20px 16px;
    gap: 20px;
  }

  .hero-strip__text {
    font-size: 16px;
  }

  p.hero-strip__title {
    font-size: 14px;
  }

  .hero-strip__items {
    gap: 14px;
  }

  .hero-strip__item img {
    width: 42px;
    height: 42px;
    padding: 8px;
  }

  .priorities__card {
    padding: 28px 20px;
  }

  .newsletter {
    padding: 44px 0;
  }

  .newsletter__content h2 {
    font-size: 28px;
  }

  .candidate__content p {
    font-size: 16px;
    line-height: 24px;
  }

  .candidate__checklist li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
  }

  .candidate__checklist li::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }

  .candidate__image {
    min-height: 280px;
  }

  .endorsement-card img {
    margin-bottom: 16px;
    border-radius: var(--radius-md);
    max-height: 190px;
  }

  .endorsement-card h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .endorsement-card p {
    font-size: 14px;
  }

  .contact__bg {
    padding: 48px 0;
  }

  .contact__card {
    padding: 24px 18px;
  }

  .form-col label {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .contact__fields select,
  .contact__fields input,
  .contact__fields textarea {
    padding: 10px 12px;
    font-size: 15px;
  }

  .contact__fields textarea {
    min-height: 100px;
  }

  .footer__social {
    gap: 16px;
  }

  .footer__social a,
  .footer__social img {
    width: 22px;
    height: 22px;
  }
  .hero-strip__items {
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      max-width: 100%;
      width: 100%;
  }
  .newsletter__inner {
      gap: 0px;
  }
  .priorities__grid {
      gap: 12px;
  }
}
@media(max-width:580px){
  .newsletter__form > div {
      min-width: 130px;
  }
  .newsletter__form {
      width: 100%;
      justify-content: center;
      flex-wrap: wrap;
  }
  .newsletter__form > div:last-child {
      min-width: auto;
      max-width: 100%;
  }
  .newsletter__form input[type="submit"] {
      min-width: 100%;
  }
  .newsletter__form {
      gap: 10px 5px;
  }
}
@media (max-width: 480px) {
  :root {
    --container-padding: 0 16px;
  }

  .section-space {
    padding: 48px 0;
  }

  .section-label {
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-header {
    margin-bottom: 24px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: var(--radius-md);
  }

  .top-bar__inner {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 4px;
  }

  .top-bar__left,
  .top-bar__right {
    font-size: 10px;
    line-height: 1.3;
  }

  .header {
    padding: 12px 0 0 0;
  }

  .logo img {
    width: 120px;
  }

  .nav {
    width: 280px;
    left: -300px;
    padding: 16px;
  }
  ul#menu-main-menu li.menu-item a,
  .nav__list a {
    font-size: 15px;
  }

  a.btn.btn-primary.nav__donate {
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 12px;
  }

  /* .hero__image {
    height: 42vw;
    min-height: 240px;
    max-height: 360px;
  } */

  .hero__content {
    padding: 28px 16px 20px;
  }

  .hero__content h1 {
    font-size: 38px;
    line-height: 38px;
  }

  .hero__eyebrow {
    font-size: 14px;
  }

  .hero__area {
    font-size: 14px;
  }

  .hero__area::before,
  .hero__area::after {
    max-width: 28%;
    height: 1px;
  }

  .hero__tagline {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .hero-strip {
    padding-top: 16px;
  }

  .hero-strip__card {
    padding: 18px 14px;
    border-radius: var(--radius-sm);
  }

  .hero-strip__endorsement img {
    width: 36px;
    height: 36px;
  }

  .hero-strip__text {
    font-size: 14px;
  }

  p.hero-strip__title {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .hero-strip__item_content span {
    font-size: 15px;
    text-align: center;
  }

  span.item_content_tagline {
    font-size: 12px;
  }

  .priorities__card {
    padding: 24px 16px;
  }

  .priorities__card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .priorities__card p {
    font-size: 15px;
    line-height: 22px;
  }

  .newsletter {
    padding: 36px 0;
  }

  .newsletter__content h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .newsletter__content p {
    font-size: 14px;
    line-height: 22px;
  }

  .newsletter__form-row input {
    font-size: 14px;
    padding: 10px 12px;
  }

  section#candidate {
    padding: 48px 0 0;
  }

  .candidate__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .candidate__content .section-header {
    margin-bottom: 20px;
  }

  .candidate__content p.section-label {
    font-size: 16px;
  }

  .candidate__content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .candidate__checklist {
    margin-bottom: 28px;
  }

  .candidate__checklist li {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .candidate__image {
    min-height: 240px;
  }

  .endorsement-card img {
    margin-bottom: 12px;
  }

  .endorsement-card h3 {
    font-size: 15px;
    line-height: 20px;
  }

  .endorsement-card p {
    font-size: 13px;
  }

  .endorsements__dots.swiper-pagination-bullets {
    margin-top: 24px;
  }

  .endorsements__dots .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .endorsements__dots .swiper-pagination-bullet-active {
    width: 18px;
  }

  .contact__bg {
    padding: 40px 0;
  }

  .contact__card {
    padding: 20px 18px;
    border-radius: var(--radius-md);
  }

  .form-header {
    margin-bottom: 20px;
  }

  .form-header h2.section-title {
    font-size: 22px;
  }

  .contact__subtitle {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .form-col label {
    font-size: 13px;
  }

  .contact__radio-row {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .cta.section-space {
    padding: 48px 0;
  }

  .cta p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 24px 0 20px 0;
  }

  .footer p {
    font-size: 10px;
    line-height: 1.4;
  }
  .hero-strip__item {
      flex-direction: column;
  }
  .hero-strip__item_content {
      align-items: center;
  }
  .hero-strip__endorsement {
      align-items: center;
      text-align: center;
  }
  .hero-strip__items {
      gap: 18px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: start;
      width: 100%;
  }
  .hero-strip__item {
      max-width: 29%;
      width: 100%;
  }
  .priorities__grid {
      gap: 12px;
  }
}

@media (min-width: 993px) {
  .hero__image {
    height: 100%;
    min-height: 100%;
  }

  .candidate__image {
    width: 52%;
    height: 100%;
    min-height: 100%;
    max-width: none;
  }
}
@media(max-width:320px){
  .hero-strip__items {
    grid-template-columns: 1fr;
  }
  .hero-strip__items {
      gap: 18px;
      width: 100%;
      display: flex;
      flex-direction: column;
  }
  .hero-strip__item {
      max-width: 100%;
      width: 100%;
  }
}