@media only screen and (max-width: 1600px) {
  nav {
    margin: 40px 60px;
  }

  .social-media div {
    font-size: 27px;
  }

  .nav-button {
    font-size: 27px;
    transform: rotate(-5deg);
  }

  .logo {
    width: 420px;
  }

  .header-img {
    width: 8vw;
    height: 50vh;
    padding: 0 11%;
    /* left: 34%; */
  }

  .about {
    padding: 80px 80px 0;
  }

  .about-img {
    width: 300px;
    height: 300px;
    margin-top: auto;
  }

  .about-text h2 {
    margin-bottom: 28px;
    margin-top: 0;
  }

  .about-text p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .about-text a {
    font-size: 25px;
  }

  .social {
    padding: 35px;
  }

  .social-container {
    padding: 0px 15px 0px;
  }

  .social-text {
    margin-left: 25px;
  }

  .social-text h2 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .social-text p {
    font-size: 17px;
    margin-bottom: 35px;
  }

  .social-link {
    font-size: 25px;
  }

  .questions {
    padding: 80px 10px;
  }

  .questions-title {
    font-size: 40px;
  }

  .questions-container {
    margin-top: 80px;
    display: flex;
  }

  .questions-img {
    width: 350px;
    height: 350px;
  }

  .accordion {
    width: 85%;
  }

  .accordion-container {
    display: flex;
    justify-content: center;
  }

  footer {
    padding: 10px 100px 40px;
  }

  .footer-img {
    width: 400px;
  }

  .footer-text {
    width: 100%;
    margin-right: 0px;
  }

  .footer-text h2 {
    color: #ffd200;
    margin-bottom: 10px;
  }

  .footer-text p {
    font-size: 20px;
    color: white;
  }

  .footer-text span {
    color: #98d3f3;
  }

  .social-img {
    width: 250px;
  }

  .social-text {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1500px) {
  .social-container {
    width: 805px;
  }

  .social-text.social-text {
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {

  .social-media div {
    font-size: 20px;
  }

  .header-img {
    width: 8vw;
    height: 40vh;
    padding: 0 12%;
    /* left: 34%; */
  }

  .about {position: relative; text-align: center; padding: 70px 0 0px !important;}
  .about .about-img {
    position: absolute;
    left: 50%;
    top: 35%;
    opacity: .3;
    transform: translateX(-50%);
  }
  .about-text p {font-size: 20px !important; font-weight: 500;}

  .memes-title {text-align: center !important; font-size: 38px;}

  .services-section .section-wrapper section:nth-child(even) h3 {
    margin-top: 0 !important;
  }
  .services-section .section-wrapper section:nth-child(odd) p {margin-bottom: 0;} 

}