@media (max-width: 1280px) {
  footer .container {
    width: 1000px;
    padding: 60px 20px 20px 50px;
  }
  footer .container .row {
    padding-bottom: 0;
  }
  footer .container .row .main-col img {
    width: 250px;
  }
  footer .container .row .main-col p {
    font-size: 14px;
    max-width: 80%;
  }
  footer .container .row h5 {
    font-size: 16px;
  }
  footer .container .row ul li a {
    font-size: 14px;
  }
  footer .container .row .contact-col .social-links li a {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
  footer .container .row .about-col p {
    font-size: 14px;
  }

  footer .container .address h5 {
    font-size: 24px;
  }
  footer .container .address .content svg {
    width: 30x;
    height: 30px;
  }
  footer .container .address .content p {
    font-size: 16px;
  }
  footer .container iframe {
    width: 600px;
  }
  footer .copyright-sec .container {
    width: 1000px;
  }
}

/* 991px */

@media (max-width: 991px) {
  footer .container {
    width: 800px;
    padding: 40px 10px 10px 40px;
  }
  footer .container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 5px;
    grid-template-areas:
      "section-1 section-1 section-4 section-4"
      "section-2 section-2 section-3 section-3";
  }
  footer .container .row .main-col {
    grid-area: section-1;
  }
  footer .container .row .about-col {
    grid-area: section-4;
  }
  footer .container .row .pages-col {
    grid-area: section-2;
    padding: 0;
  }
  footer .container .row .contact-col {
    grid-area: section-3;
    padding: 0;
  }
  footer .container .row .main-col img {
    width: 200px;
  }
  footer .container .row .main-col p {
    font-size: 12px;
    max-width: 75%;
  }
  footer .container .row h5 {
    font-size: 13px;
  }

  footer .container .row ul li a {
    font-size: 10px;
  }
  footer .container .row ul li a svg {
    width: 10px;
    margin: 0 0 0 4px;
  }
  footer .container .row .contact-col .social-links {
    width: fit-content;
  }
  footer .container .row .contact-col .social-links li a {
    width: 25px;
    height: 25px;
    padding: 0;
  }
  footer .container .row .contact-col .social-links li a svg {
    width: 15px;
    height: 15px;
  }
  footer .container .row .about-col {
    padding: 0;
  }
  footer .container .row .about-col p {
    font-size: 12px;
    max-width: 75%;
  }

  footer .container .sec-row {
    justify-content: space-evenly;
  }
  footer .container .address h5 {
    font-size: 20px;
  }
  footer .container .address .content svg {
    width: 20x;
    height: 20px;
  }
  footer .container .address .content p {
    font-size: 12px;
    text-align: justify;
  }
  footer .container .address {
    max-width: 45%;
  }
  footer .container iframe {
    width: 350px;
    height: 200px;
  }
  footer .copyright-sec .container {
    width: 700px;
  }
  footer .copyright-sec .container .footer-row img {
    width: 50px;
  }
  footer .copyright-sec .container .footer-row p {
    font-size: 12px;
  }
  footer .copyright-sec .container .footer-row a {
    font-size: 15px;
  }
}


@media (max-width: 768px) {
  footer .container {
    width: 450px;
    padding: 5px;
  }
  footer .container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 5px;
    grid-template-areas:
      "section-1 section-1 section-4 section-4"
      "section-2 section-2 section-3 section-3";
  }
  footer .container .row .main-col {
    grid-area: section-1;
  }
  footer .container .row .about-col {
    grid-area: section-4;
  }
  footer .container .row .pages-col {
    grid-area: section-2;
    padding: 0;
  }
  footer .container .row .contact-col {
    grid-area: section-3;
    padding: 0;
  }
  footer .container .row .main-col img {
    width: 150px;
  }
  footer .container .row .main-col p {
    font-size: 10px;
    max-width: 90%;
  }
  footer .container .row h5 {
    font-size: 12px;
    margin: 0.5rem 0;
  }

  footer .container .row ul li a {
    font-size: 10px;
  }
  footer .container .row ul li a svg {
    width: 10px;
    margin: 0 0 0 4px;
  }
  footer .container .row .contact-col .social-links {
    width: fit-content;
  }
  footer .container .row .contact-col .social-links li a {
    width: 25px;
    height: 25px;
  }
  footer .container .row .contact-col .social-links li a svg {
    width: 15px;
    height: 15px;
  }
  footer .container .row .about-col {
    padding: 0;
  }
  footer .container .row .about-col p {
    font-size: 10px;
    max-width: 90%;
  }

  .footer-hr {
    margin: 20px 0;
  }

  footer .container .sec-row {
    justify-content: space-evenly;
    flex-direction: column;
  }
  footer .container .address h5 {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  footer .container .address .content svg {
    width: 20x;
    height: 20px;
  }
  footer .container .address .content p {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 1rem;
  }
  footer .container .address {
    max-width: 100%;
  }
  footer .container iframe {
    width: 400px;
    height: 100px;
  }
  footer .container .address .content {
    margin-bottom: 1rem;
  }
  footer .copyright-sec .container {
    width: 400px;
  }
  footer .copyright-sec .container .footer-row img {
    width: 50px;
  }
  footer .copyright-sec .container .footer-row p {
    font-size: 10px;
  }
  footer .copyright-sec .container .footer-row a {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  footer .container {
    width: 350px;
    padding: 40px 5px 5px 25px;
  }
  footer .container .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 5px;
    grid-template-areas:
      "section-1 section-1 section-4 section-4"
      "section-2 section-2 section-3 section-3";
  }
  footer .container .row .main-col {
    grid-area: section-1;
  }
  footer .container .row .about-col {
    grid-area: section-2;
  }
  footer .container .row .pages-col {
    grid-area: section-4;
    padding: 0;
  }
  footer .container .row .contact-col {
    grid-area: section-3;
    padding: 0;
  }
  footer .container .row .main-col img {
    width: 150px;
    margin-bottom: 0;
  }
  footer .container .row .main-col p {
    font-size: 8px;
    max-width: 90%;
  }
  footer .container .row h5 {
    font-size: 12px;
    margin: 0.5rem 0;
  }

  footer .container .row ul li a {
    font-size: 10px;
  }
  footer .container .row ul li a svg {
    width: 10px;
    margin: 0 0 0 4px;
  }
  footer .container .row .contact-col .social-links {
    width: fit-content;
  }
  footer .container .row .contact-col .social-links li a {
    width: 25px;
    height: 25px;
    padding: 0;
  }
  footer .container .row .contact-col .social-links li a svg {
    width: 15px;
    height: 15px;
  }
  footer .container .row .about-col {
    padding: 0;
  }
  footer .container .row .about-col p {
    font-size: 8px;
    max-width: 90%;
  }

  .footer-hr {
    margin: 20px 0;
  }

  footer .container .sec-row {
    justify-content: space-evenly;
    flex-direction: column;
  }
  footer .container .address h5 {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  footer .container .address .content svg {
    width: 25x;
    height: 25px;
  }
  footer .container .address .content p {
    font-size: 10px;
    text-align: justify;
  }

  footer .container .address {
    max-width: 100%;
  }
  footer .container iframe {
    width: 250px;
    height: 100px;
    margin-bottom: 1rem;
  }
  footer .copyright-sec .container {
    width: 240px;
    padding: 10px;
  }
  footer .copyright-sec .container .footer-row img {
    width: 50px;
  }
  footer .copyright-sec .container .footer-row p {
    font-size: 8px;
  }
  footer .copyright-sec .container .footer-row a {
    font-size: 10px;
  }
}
