:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-15fcf44 */.obu-page {
  max-width: 1180px;
  margin: 70px auto;
  padding: 0 24px;
}
.obu-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.obu-header-top span {
  display: block;
  color: #b00000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.obu-header-top h2 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
}
.obu-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b00000;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 10px 18px;
  border: 1px solid #f0d5d5;
  border-radius: 50px;
  transition: .2s ease;
  flex: none;
  margin-top: 6px;
}
.obu-back:hover {
  background: #fff3f3;
  border-color: #b00000;
}
.obu-intro {
  color: #666;
  font-size: 15px;
  margin: 12px 0 36px;
}
.obu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}
.obu-card {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 32px;
  overflow: hidden;
  transition: .3s ease;
}
.obu-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.obu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(0,0,0,.07);
}
.obu-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.obu-card h3 {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 12px;
}
.obu-card p {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.obu-c1::before { background: #b00000; }
.obu-c1 .obu-icon { background: #fff3f3; color: #b00000; }
.obu-c2::before { background: #1a5fb4; }
.obu-c2 .obu-icon { background: #edf3fc; color: #1a5fb4; }
.obu-c3::before { background: #b3860a; }
.obu-c3 .obu-icon { background: #fdf6e3; color: #b3860a; }
.obu-c4::before { background: #1e7a3d; }
.obu-c4 .obu-icon { background: #eaf7ee; color: #1e7a3d; }
.obu-footer-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  background: #f7f7f7;
  border-radius: 14px;
  border: 1px solid #eee;
}
.obu-footer-note i {
  color: #999;
  font-size: 15px;
  margin-top: 2px;
}
.obu-footer-note p {
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
@media(max-width: 700px) {
  .obu-header-top {
    flex-direction: column;
  }
  .obu-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */