#about {
  padding: 40px 0 30px 0;
}

#about p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #64666d;
  line-height: 1.5;
}

#about h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 60px 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

#about .about-card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
  height: 450px;
}

#about .about-card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#about .about-card hr {
  margin: 25px 0;
}

#about .about-card .card-title {
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}

#about .text-box {
  margin-bottom: 50px;
}

#about .about-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 10px 0 30px 0;
}

#about .about-images img {
  width: 100%;
  height: auto;
  max-width: 520px;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(6, 12, 34, 0.12);
  object-fit: cover;
}

@media (min-width: 992px) {
  #about .about-images img {
    max-width: 480px;
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 575px) {
  #about .about-images img {
    max-width: 100%;
    aspect-ratio: 3 / 2;
  }
}

#about .svg {
  width: 90px;
  height: 90px;
  margin-top: 20px;
}


#about .image-detail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* margin-bottom: 50px; */
}


#about .slot-content {
  padding: 0 20px;
}
