.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 16px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #015293;
}
.main {
  margin-bottom: 50px;
}
.main .custom-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.main .custom-table th,
.main .custom-table td {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: left;
}
.main .custom-table th {
  width: 200px;
  background-color: #f2f2f2;
  font-weight: bold;
  color: #015293;
}
.main .custom-table tr::nth-child(even) {
  background-color: #f9f9f9;
}
