img.custom-logo {
    height: 90px;
    width: auto;
  padding: 10px 0px;
}
.wp-container-core-group-is-layout-044c27d2{
padding: 0px !important;
}

.ceo-img {
width: 60% !important;
margin: auto auto;
  height: auto;
  border-radius: 8px;
}


.notice-box {
      background: rgba(255, 255, 255, 0.9); /* white with 90% opacity */
      padding: 30px;
      border-radius: 10px;
      max-width: 520px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }
    .notice-box h2 {
      color: #1a4d8f; /* dark blue */
      margin-top: 0;
      font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;

    }
    .notice-box p {
      color: #333;
      line-height: 1.5;
    }
    .notice-box a {
      color: #1a4d8f;
      text-decoration: none;
      font-weight: bold;
    }
    .notice-box a:hover {
      text-decoration: underline;
    }
