@media (max-width: 1280px) {
  .who-subtitle {
    font-size: 3rem;
  }

  .who-card {
    padding: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .functions-card {
    width: calc(50% - 1rem);
    min-height: 100%;
  }

  .who-subtitle {
    font-size: 2.5rem;
  }
}

@media (max-width: 978px) {
  .marketing {
    gap: 6rem;
  }

  .marketing-title {
    padding: 3rem;
  }

  .marketing-topic-img {
    width: 80px;
    height: 80px;
  }

  .who-container {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }

  .who-subtitle {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .home .content .title {
    font-size: 5rem;
  }

  .home .content p {
    font-size: 1.5rem;
    width: 90%;
  }

  .info .container {
    height: 100%;
    padding: 3rem;
  }

  .info .content {
    gap: 5rem;
  }

  .info .content .content-description {
    gap: 2rem;
  }

  .info .content .content-description .p-title {
    font-size: 2.25rem;
  }

  .info .content .content-description .span-subtitle {
    width: 80%;
    font-size: 1.75rem;
  }

  .info .content .content-description .p-description {
    width: 80%;
    font-size: 1.25rem;
  }

  .info .content .content-button a {
    width: 80%;
    font-size: 1rem;
    padding: 0.8rem;
  }

  .marketing {
    flex-direction: column;
    gap: 0;
  }

  .marketing-title {
    padding: 2rem;
  }

  .marketing-title h2 {
    font-size: 2.5rem;
  }

  .marketing-title p {
    font-size: 1.75rem;
  }

  .marketing-topic-content h3 {
    font-size: 1.25rem;
  }

  .marketing-topic-content p {
    width: 100%;
  }

  .functions {
    padding: 1rem;
  }

  .functions .container {
    gap: 3rem;
  }

  .functions-title {
    font-size: 2rem;
  }

  .functions-cards {
    align-items: stretch;
  }

  .functions-footer {
    font-size: 1.5rem;
  }

  .who {
    gap: 4rem;
  }

  .who-subtitle {
    font-size: 2rem;
  }

  .who .who-title h3 {
    font-size: 2rem;
  }

  .who .who-title span {
    font-size: 3rem;
  }

  .who-card {
    padding: 0.75rem;
    gap: 0.75rem;
  }

  .who-card-number {
    font-size: 1.75rem;
  }

  .why {
    padding: 2rem;
  }

  .why-container {
    gap: 4rem;
  }

  .why-title {
    font-size: 2rem;
  }

  .why-content {
    gap: 2rem;
  }

  .why-content .why-description:nth-child(1) {
    font-size: 1.25rem;
  }

  .why-content .why-description:nth-child(2) {
    width: 80%;
    font-size: 1.125rem;
  }

  .why-content .why-description:nth-child(3) {
    width: 90%;
    font-size: 1.25rem;
  }

  .form-adzorix {
    padding: 2rem;
  }

  .form-adzorix-container .form-adzorix-title h3 {
    font-size: 2rem;
  }

  .form-adzorix-container .form-adzorix-description p {
    font-size: 1.25rem;
  }
}

@media (max-width: 468px) {
  .home .content .title {
    font-size: 4rem;
  }

  .home .content p {
    width: 100%;
    font-size: 1.25rem;
    padding: 0.5rem;
  }

  .info {
    height: 80vh;
  }

  .info .container {
    padding: 1.5rem;
  }

  .info .content {
    gap: 3rem;
  }

  .info .content .content-description .p-title {
    font-size: 1.5rem;
  }

  .info .content .content-description .span-subtitle {
    width: 100%;
    font-size: 1.25rem;
  }

  .info .content .content-description .p-description {
    width: 100%;
    font-size: 1rem;
  }

  .info .content .content-button a {
    width: 100%;
    font-size: 0.8rem;
    padding: 0.75rem;
  }

  .marketing-topic {
    gap: 1rem;
  }

  .functions .container {
    gap: 2rem;
    padding: 1rem;
  }

  .functions-title {
    font-size: 1.4rem;
  }

  .functions-description {
    font-size: 1.25rem;
  }

  .functions-card {
    width: 100%;
    padding: 0.8rem;
  }

  .functions-card .card-title {
    font-size: 1rem;
    font-weight: bold;
  }

  .functions-card .card-subtitle {
    width: 100%;
    padding-top: 0;
    font-size: 0.85rem;
  }

  .functions-footer {
    font-size: 1rem;
  }

  .who {
    gap: 2rem;
  }

  .who .who-title h3 {
    font-size: 1.5rem;
  }
  .who .who-title span {
    font-size: 2rem;
  }

  .who-subtitle {
    font-size: 1.5rem;
  }

  .why-container {
    gap: 2rem;
  }

  .why-title {
    font-size: 1.5rem;
  }

  .why-content {
    gap: 2rem;
    text-align: left;
  }

  .why-content .why-description:nth-child(1) {
    font-size: 1rem;
  }

  .why-content .why-description:nth-child(2) {
    width: 100%;
    font-size: 1rem;
  }

  .why-content .why-description:nth-child(3) {
    width: 100%;
    font-size: 1rem;
  }

  .why-description-content:nth-child(1) p:nth-child(2) {
    width: 100%;
  }

  .form-adzorix {
    padding: 1rem;
  }

  .form-adzorix-container {
    padding: 1rem;
  }

  .form-adzorix-container .form-adzorix-title h3 {
    font-size: 1.25rem;
  }

  .form-adzorix-container .form-adzorix-description p {
    font-size: 1rem;
  }

  .form {
    padding: 1rem;
  }

  .form-button button {
    padding: 1rem 0.5rem;
  }

  .footer {
    font-size: 0.875rem;
  }
}

@media (max-width: 280px) {
  .home .content p {
    font-size: 1rem;
  }

  .footer-contact p {
    font-size: 0.6rem;
  }

  .footer-contact-icons {
    width: 45px;
    height: 45px;
  }
}
