.u-section-1 .u-sheet-1 {
  min-height: 780px;
}

.u-section-1 .u-image-1 {
  width: 762px;
  height: 303px;
  margin: 20px auto 0 26px;
}

.u-section-1 .u-text-1 {
  font-size: 1.125rem;
  margin: 26px 710px 0 103px;
}

.u-section-1 .u-icon-1 {
  width: 21px;
  height: 21px;
  margin: -231px auto 0 60px;
  padding: 0;
}

.u-section-1 .u-icon-2 {
  width: 21px;
  height: 21px;
  margin: 20px auto 0 60px;
  padding: 0;
}

.u-section-1 .u-icon-3 {
  width: 21px;
  height: 21px;
  margin: 22px auto 0 60px;
  padding: 0;
}

.u-section-1 .u-icon-4 {
  width: 21px;
  height: 21px;
  margin: 22px auto 0 60px;
  padding: 0;
}

.u-section-1 .u-icon-5 {
  width: 21px;
  height: 21px;
  margin: 22px auto 0 60px;
  padding: 0;
}

.u-section-1 .u-icon-6 {
  width: 21px;
  height: 21px;
  margin: 19px auto 60px 60px;
  padding: 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-right: 610px;
    margin-left: 3px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 763px;
  }

  .u-section-1 .u-image-1 {
    width: 720px;
    height: 286px;
    margin-left: 0;
  }

  .u-section-1 .u-text-1 {
    margin-right: 393px;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 692px;
  }

  .u-section-1 .u-image-1 {
    width: 540px;
    height: 215px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 213px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 612px;
  }

  .u-section-1 .u-image-1 {
    width: 340px;
    height: 135px;
  }

  .u-section-1 .u-text-1 {
    margin-right: 13px;
  }
}
.img2{
            border-radius: 8px;
            border: 2px;
            border-color: black;
            box-shadow: 0px 0px 10px 0px #000;
            margin: 8px;
            max-width: 800px;
            max-height: 400px;
        }
        .img3{
            border-radius: 8px;
            border: 2px;
            border-color: black;
            box-shadow: 0px 0px 10px 0px #000;
            margin: 8px;
            width: 400px;
            height: 300px;
        }
        .fun{
            box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
            border-top: 1px solid white;
        }
        .pc{
            font-size: 25px;
        }
    .pcm{
      width: 70%;
      
    }
        header.u-header {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: white; /* Adjust the background color as needed */
        }
        body {
            margin-top: 100px; /* Adjust according to the header height */
        }
    .container2 {
      max-width: 1100px;
      margin: 2rem auto;
      padding: 1rem 2rem;
      background: white;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    .download {
      text-align: right;
      margin-bottom: 1rem;
    }
    .download a {
      background: #27ae60;
      color: white;
      padding: 0.6rem 1rem;
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
    }

.ul2 {
    list-style-type: none;
    padding-left: 0;
    columns: 2;
    column-gap: 2rem;
}
    .service-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      padding: 30px;
      transition: transform 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-8px);
    }

    .service-card img {
      width: 64px;
      height: 64px;
      margin-bottom: 20px;
    }

    .service-card h2 {
      font-size: 1.5rem;
      margin-bottom: 15px;
      color: #0066cc;
    }

    .service-card p {
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .service-card a.button {
      display: inline-block;
      padding: 10px 20px;
      background-color: #e9e6e6;
      color: white;
      border-radius: 6px;
      font-weight: 500;
      transition: background-color 0.3s;
    }

    .service-card a.button:hover {
      background-color: #004a99;
    }
