@media (max-width: 1251px) {
    .desktop .header {
      width: 100%;
      padding: 0 20px;
    }
  
    .desktop .container {
      width: 100%;
      padding: 0 20px;
    }
  
    .desktop .navigation {
      gap: 20px;
    }
  
    .desktop .image {
      height: auto;
      min-height: 800px;
    }
  
    .desktop .container-2 {
      left: 20px;
      width: calc(100% - 40px);
      top: 80px;
    }
  
    .desktop .heading-and {
      width: 50%;
      padding-left: 0;
    }
  
    .desktop .heading {
      font-size: 48px;
      line-height: 56px;
    }
  
    .desktop .supporting-text {
      font-size: 18px;
      line-height: 26px;
    }

    .desktop .img-2 {
      width: 80%;
      height: auto;
      margin: 0 auto; 
      display: block;
    }
  
    .desktop .iphone {
      width: 400px;
      height: 500px;
      left: auto;
      right: 20px;
      top: 120px;
    }

    .desktop .overlap {
      top: -153px;
      left: 3px;
  }
  
    .desktop .overlap-group-wrapper {
      width: 780px;
      height: 780px;
      left: 50%; 
      transform: translateX(-50%); 
      position: absolute;
      top: 0;
    }
  
    .desktop .overlap-2 {
      width: 650px;
      height: 650px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); 
    }
  
    .desktop .ellipse {
      width: 550px;
      height: 550px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); 
    }
  
    .desktop .ellipse-2 {
      width: 400px;
      height: 400px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  
    .desktop .container-3,
    .desktop .container-4,
    .desktop .container-5,
    .desktop .container-6,
    .desktop .heading-and-3,
    .desktop .heading-and-4,
    .desktop .content-2 {
      width: 100%;
      padding: 0 20px;
      height: max-content;
    }

    .desktop .content{
      gap: 20px;
    }

    .card-scene{
      height: 342px;
    }

    .desktop .image-3 {
      width: 161px;
      height: 118px;
      top: 200px;
      left: 15px;
  }

    .desktop .card,
    .desktop .card-2,
    .desktop .card-3,
    .desktop .card-5,
    .desktop .card-6 {
    width: 80%;
    margin: 0 auto; 
    
    }

    .desktop .frame {
      top: 410px;
      left: 475px;
  }

    .desktop .frame-4{
        flex-direction: column;
        width: 100%;
        height: 1500px;
    }
    .desktop .frame-9{
        flex-direction: column;
        width: 100%;
        height: max-content;
        padding-top: 44%;
    }

    .desktop .card-4{
        width: 80%;
        margin: 0 auto;
        min-height: max-content;
        gap: 0px;
    }
  
    .desktop .content-2 {
      flex-direction: column;
    }
  
    .desktop .card-price,
    .desktop .card-price-2 {
      width: 80%;
      margin-left: 10%;
    }

    .desktop .actions {
      padding-left: 0;
      padding-bottom: 0;
    }

    .desktop .actions-2 {
      padding-left: 0%;
    }
    .desktop .actions-3 {
      padding-left: 0%;
    }
  
    .desktop .content-3 {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  
    .desktop .heading-and-5 {
      width: 100%;
      align-items: center;
    }
  
    .desktop .content-wrapper {
      width: 100%;
      padding: 0 20px;
    }
  
    .desktop .logo-and-links {
      width: 100%;
    }
  
    .desktop .card-4 {
      width: 80%;
      margin: 0 auto;
      min-height: 600px; 
      height: auto; 
      position: relative; 
      padding-bottom: 40px; 
    }

    .desktop .STT {
      width: 80%;
      height: auto; 
      margin-left: 180px; 
      position: relative; 
    }
  
    .desktop .duan {
      width: 80%; 
      height: auto; 
      position: relative; 
      top: auto; 
      left: auto; 
      margin-left: 220px;
    }
  
    .desktop .duan-2 {
      width: 80%; 
      height: auto; 
      position: relative;
      top: auto; 
      left: auto; 
      margin-left: 180px;
    }
  }

  @media (max-width: 1048px) {
    .desktop .frame-9{
      padding-top: 35%;
  }
  .desktop .STT {
    margin-left: 160px; 
  }

  .desktop .duan {
    margin-left: 200px;
  }

  .desktop .duan-2 { 
    margin-left: 160px;
  }

  .desktop .supporting-text{
    font-size: medium;
  }

  .desktop .heading {
    font-size: 40px;
  }

  .desktop .button-3 {
    padding: 8px 18px;
  }

  
  .desktop .button-4 {
    padding: 8px 18px;
  }
  }

  @media (max-width: 936px){
    .desktop .text-wrapper-3{
      font-size: 12px;
    }
    .desktop .text-wrapper-2{
      font-size: larger;
    }

    .desktop .img-2 {
      width: 88%;
    }

  }

  @media (max-width: 850px) {
    .desktop .frame-9{
      padding-top: 43%;
  }
  .desktop .STT {
    margin-left: 160px;  
  }

  .desktop .duan {
    margin-left: 200px;
  }

  .desktop .duan-2 {
    margin-left: 160px;
  }
  .desktop .img-2 {
    width: 100%;
  }
  }

