.bg-about {
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.bg-about h1 {
  font-size: clamp(1.5rem, 6vw, 2.5rem);
  color: var(--secondary-color);
  text-align: center;
  font-weight: bold;
  padding: 7rem 0 5rem 0;
}

.bg-about .card {
  border: 4px solid var(--button-color);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.bg-about img.card-img-top {
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}

.bg-about .card:hover img.card-img-top {
  transform: scale(1.3);
}

.content-text-about p {
  text-align: justify;
  color: var(--secondary-color);
  font-size: 1rem;
  padding: 0 !important;
  margin: 0 !important;
}

/* media query */
@media (max-width: 468px) {
  .bg-about h1 {
    padding: 3rem 0 2rem 0;
  }

  .content-text-about p {
    padding: 0 1rem;
  }

  .content-text-about p {
    font-size: 0.8rem;
  }

  .content-text-about img {
    width: auto;
    height: 100px;
  }
}
.bg-about {
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.bg-about h1 {
  font-size: clamp(1.5rem, 6vw, 2.5rem);
  color: var(--secondary-color);
  text-align: center;
  font-weight: bold;
  padding: 7rem 0 5rem 0;
}

.bg-about .card {
  border: 4px solid var(--button-color);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.bg-about img.card-img-top {
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}

.bg-about .card:hover img.card-img-top {
  transform: scale(1.3);
}

.content-text-about p {
  text-align: justify;
  color: var(--secondary-color);
  font-size: 1rem;
  padding: 0 !important;
  margin: 0 !important;
}

/* media query */
@media (max-width: 468px) {
  .bg-about h1 {
    padding: 3rem 0 2rem 0;
  }

  .content-text-about p {
    padding: 0 1rem;
  }

  .content-text-about p {
    font-size: 0.8rem;
  }

  .content-text-about img {
    width: auto;
    height: 100px;
  }
}