            html {
      scroll-behavior: smooth;
    }
    .card_about{
  height: 500px;
  margin: 10px;
  border-radius:10px 10px 0px 0px;
  max-width: 300px;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 10px 10px 11px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  transition:all 200ms ease-in-out;
}
img{
  max-width:100%;
}
.card_about:hover{
  transform:translateY(-10px);
}
.card_about a {
  text-decoration: none
}

.content {
    height: 300px;
    justify-content: space-between;
    flex-direction: column;
    display: flex;
  padding: 1.1rem;
}

.image {
  object-fit: cover;
  width: 100%;
  background-color: rgb(239, 205, 255);
}

.title {
  color: #46a2fd;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.cont_about{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
.desc {
  margin-top: 0.5rem;
  color: #6B7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.action {
    max-width: 45%;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: inline-flex;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  align-items: center;
  gap: 0.25rem;
  background-color: #2563EB;
  padding: 4px 8px;
  border-radius: 4px;
}
.action:hover{
    background-color: #2e56af;
    color:#fff;

}

.action span {
  transition: .3s ease;
}

.action:hover span {
  transform: translateX(4px);
}
div.modal.fade.show {
    display: flex !important;
}
