.finish--header {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .finish--section {
    display: flex;
    justify-content: space-between;
    margin: 120px 0;
  }
  
  .finish--text h1 {
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 15px 0;
  }

  .finish--text h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 15px 0;
  }

  .finish--text p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
  }
  
  .finish--img {
    width: 100%;
    height: auto;
    max-width: 567px;
    border-radius: 30px;
    object-fit: contain;
  }
  
  .finish--list {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .line {
    display: flex;
    gap: 15px;
    margin: 15px 0;
  }
  
  .line p {
    font-weight: 600;
  }

  .warning{
    display: flex;
    gap: 10px;
    margin: 40px 0; 
  }