.about-card {
  padding: 2rem 1rem;
  border: none;
}

.about-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
}

.card-body {
  padding-top: 0;
}

.about-title {
  padding-bottom: 1rem;
}

.about-star {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .about-card .row {
    flex-wrap: nowrap;
  }

  .about-image {
    margin-bottom: 0;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-card .row {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-image-col,
  .about-text-col {
    width: 100%;
  }

  .about-image-col {
    order: -1;
  }

  .about-image {
    width: 100%;
    height: auto;
  }
}