@media (max-width: 480px) {
  .spline-wrapper {
    display: flex;
    align-items: center;
  }

  spline-viewer {
    height: 60%;
  }

  h1 {
    font-size: 3.625rem;
  }

  .section {
    padding: 8.75rem 1.25rem 0 1.25rem;
    height: fit-content;
    min-height: 100vh;

    h2 {
      font-size: 1.5rem;
    }
  }

  .hero {
    flex-direction: column;
    height: 100vh;

    .left {
      flex-direction: column-reverse;
      justify-content: start;
    }

    .right {
      flex-direction: row;
      justify-content: flex-start;

      h1 {
        text-align: left;
      }
    }
  }

  .sec-title {
    font-size: 1.25rem;
  }

  .sec2 {
    flex-direction: column;

    .sec2_content {
      width: 100%;
    }

    .sec2_paragraph {
      flex-direction: column;
      width: 100%;

      .right {
        width: 100%;
      }
    }
  }

  .sec3 {
    height: fit-content;
    flex-direction: column;
  }

  .sec4 {
    .service_unit {
      width: 100%;

      .bottom {
        padding-left: 0;
        flex-direction: row;
        justify-content: end;
      }
    }
    h1 {
      overflow-wrap: break-word;
      word-break: break-word;
      hyphens: auto;
      text-align: right;
    }
  }

  .sec5 {
    .top {
      width: 100%;
      flex-direction: column;
      gap: 1rem;
    }

    .contacts {
      padding: 0;

      h1 {
        font-size: 3rem;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
        width: 100%;
      }

      .social {
        :first-child {
          display: none;
          width: 100%;
          gap: 0.8125rem;
        }
        p,
        a {
          font-size: 1.5rem;
        }

        flex-wrap: wrap;
      }
    }
  }
}
