@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
  .section-main,
  .section-hero {
    width: 1200px;
    padding-top: 12rem;
  }
  .heading-secondary {
    font-size: 3.6rem;
  }
}
@media (max-width: 65em) {
  .section-main,
  .section-hero {
    width: 944px;
    padding-top: 12rem;
  }
  .top-menu {
    grid-template-columns: repeat(4, 1fr); /* Adjust to how many columns you need */
  }
}
@media (max-width: 59em) {
  html {
    font-size: 50%;
  }
  .section-main,
  .section-hero {
    padding: 5.4rem 0 5.4rem 0;
    width: 800px;
    padding-top: 10rem;
  }
  .bio-heading {
    font-size: 2.8rem;
    color: #a20202;
    text-transform: uppercase;
  }
  .bio-img {
    width: 7.4rem;
    height: 7.4rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-right: 10px;
  }
}
@media (max-width: 44em) {
  .subheading {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  .section-main,
  .section-hero {
    width: 700px;
    padding: 4.2rem 0 4.2rem 0;
    padding-bottom: 0;
  }
  .grid--2cols,
  .grid-roza {
    grid-template-columns: 1fr;
  }
  .heading-main,
  .heading-primary {
    padding-top: 5%;
    font-size:  2.8rem;
  }
  section {
    padding: 3.6rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 2.4rem;
    column-gap: 2.4rem;
  }
  .btn,
  .btn:link,
  .btn:visited {
    font-size: 2.6rem;
    padding: 1.6rem 1.6rem;
    margin-bottom: 2.4rem;
  }
  .slide-show {
   width: 400px;
   height: 400px;
  }
}
@media (max-width: 40em) {
  .btn,
  .btn:link,
  .btn:visited {
    font-size: 1.8rem;
    padding: 1.0rem 1.0rem;
    margin-bottom: 1.8rem;
  }
  .subheading {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .slide-show {
   width: 300px;
   height: 300px;
  }
}
@media (max-width: 34em) {
  .author-text {
    font-size: 1.4rem;
  }
  .subheading {
   margin-top: 0;
   margin-bottom: 0;
  }
  .grid {
    row-gap: 1.2rem;
  }
  .section-main,
  .section-hero {
    width: 410px;
  }
  .heading-main,
  .heading-primary {
    padding-top: 5%;
    font-size:  2.0rem;
  }
  .heading-secondary {
   font-size: 1.6rem;
  }
  .copyright-col,
  .contact-col,
  .terms-col,
  .aboutus-col {
    padding-top: 1.6rem;
  }
  .bio-heading {
    font-size: 2.2rem;
    color: #a20202;
    text-transform: uppercase;
  }
  .bio-img {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin-right: 10px;
  }
}
