.row {
      display: flex;
      gap: 20px;
    }

    .box {
      border: 1px solid #ccc;
      padding: 10px;
      color: #333;
    }

    .b1 {
      width: 320px;
      height: 320px;
    }

    .b2 {
      width: 40%;
      max-height: 320px;
      min-height: 50px;
    }

    .b2 .description {
      margin-top: 10px;
      font-size: 14px;
    }

    .b3 {
      background-color: #e6f0ff;
      width: 18%;
      height: 50%;
      margin-top:10px;
      border-radius: 1rem;
    }

    .b4 {
      background-color: #e6f0ff;
      width: 18%;
      height: 50%;
      margin-top:10px;
      border-radius: 1rem;
    }

    .b5 {
      background-color: #e6f0ff;
      width: 18%;
      height: 50%;
      margin-top:10px;
	  border-radius: 1rem;      
    }
    

    

    .table {
      display: flex;
      flex-direction: column;
      gap: 5px;
      font-size: 13px;
    }

    .table div {
      background: #E5E5E5;
      padding: 4px 6px;
      border-radius: 4px;
      border: 1px solid #ccc;
    }