.class-card {
  background: white;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.images {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

.images img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.icon-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.icon-card {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 24%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon {
  font-size: 40px;
  color: #ffcc00;
  margin-bottom: 10px;
}

.icon-card h3 {
  margin: 10px 0;
  font-size: 1.2em;
  color: #000000;
}

.icon-card p {
  font-size: 1em;
  color: #000000;
  text-align: justify;
}

.class-card h2 {
  color: #000000;
  margin: 10px 0;
  /* text-align: center; */
}

.class-card h3 {
  color: #000000;
  margin: 20px 0 10px;
}

.class-card ul {
  list-style-type: disc;
  padding-left: 20px;
}

.class-card ul li {
  margin: 5px 0;
  color: #666;
}

.fs-38 {
  font-size: 38px !important;
}

.theme-color {
  color: #490d59;
}

.fs-20 {
  font-size: 20px !important;
}

.p-height {
  height: 750px !important;
}

.h-385 {
  height: 385px !important;
}
.owner-img {
  width: 400px;
  height: 600px !important;
  border-radius: 15px;
  margin-right: 80px;
}
