/* Tablet (768px and below) */
@media (max-width: 1080px) {
  body {
    background-image: url("../image/main-background-mobile.svg");
  }
  
  .home-section {
    max-width: 840px;
    padding: 0px 20px;
  }

  .success-form {
    max-width: 100%;
    padding: 75px 80px;
    margin: 0px;
  }
  .logo {
    max-width: 743px;
  }
  .logo img {
    min-width: 100%;
  }
  .subtitle {
    font-size: 12px;
    width: 124px;
  }
  .modal-headline {
    margin: 32px 0px 72px 0px;
    padding: 24px 0px;
  }
  br {
    display: block;
  }
  .modal-headline h1 {
    max-width: 527px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
  }

  .headline-img {
    margin-bottom: 258px;
  }
  .subtitle-container {
    margin-bottom: 73px;
  }
  .information-2 {
    font-size: 16px;
    margin: 30px 0px;
    max-width: 655px;
  }

  .register-form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .register-form label {
    font-size: 30px !important;
  }

  .register-form input {
    font-size: 18px;
  }

  .register-form small.note {
    font-size: 10px;
  }

  .register-form button {
    margin-top: 9px;
    padding: 28px 80px;

    font-family: Archivo Extra Bold;
    font-weight: 800;
    border-radius: 80px;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
  }

  .modal-list li::before {
    font-size: 40;
  }
  .modal-list li {
    font-size: 44px;
  }
  .modal-item h2 {
    font-size: 28px;
    font-weight: 400;
  }

  .example-phone {
    font-size: 28px;
  }

  .information-3 {
    max-width: 655px;
  }

  .benefit-section {
    margin-top: 200px;
  }
  .benefit-img {
    padding: 77px 50px 0px 50px 
  }

  footer {
    padding: 20px 50px;
  }
}

