.subject-container {
  display: block;
  width: 100%;
}

.subject-container .image {
  display: block;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.subject-container .image img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}

.subject-container .breadcrumb {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.subject-container .breadcrumb a {
  text-decoration: none;
  font-size: 14px;
  color: #0678b1;
}

.subject-container .breadcrumb span {
  color: #000;
  font-size: 14px;
}

/* Header Section */
.subject-container .header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
}

.subject-container .header h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

.subject-container .header p {
  font-size: 15px;
  color: #444;
  font-weight: 400;
  padding: 10px 10px;
}

.subject-container .header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-bottom: 20px;
  line-height: 20px;
}

/* Content Section */
.subject-container .content {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-top: 30px;
  gap: 20px;
  padding: 15px;
}

.subject-container .content a {
  border: solid 1px #0678b1;
  border-radius: 8px;
  padding: 20px 15px;
  text-decoration: none;
}

.subject-container .content a span {
  font-size: 16px;
  color: #0678b1;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}

.subject-container .content a p {
  font-size: 15px;
  color: #444;
  font-weight: 200;
}
