.problem {
  padding: 3rem 0;

  .topText {
    h3 {
      font-size: 140%;
    }

    p {
      padding: 0.5rem 0;
    }
  }

  .gback {
    padding: 2rem 0.5rem;

    .box {
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: column;
      gap: 2rem;

      .listItem {
        width: 100%;
        display: flex;
        align-items: center;

        
        img {
          width: 20%;
          object-fit: contain;
        }

        p {
          width: 80%;
        }
      }
    }
  }

  .hook {
   padding: 1rem 0;
   
   .top {
    font-size: 110%;
    text-align: center;
   }

   .bottom {
    text-align: center;
    font-size: 400%;
    text-decoration: underline var(--d) 8px;
   }
  }
}