a, a:hover {
    color: black;
    text-decoration: none;
  }
  
  #icon {
    width: 27px;
    height: 9px;
    border-radius: 5px;
    background: linear-gradient(to right, #BE5378, #C040DF);
  }
  
  .card {
    border: none;
    height:465px;
  }
  
  /* #sep {
    width: 6px;
    height: 7px;
    background-color: grey;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
  } */

.carousel-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: ease-in-out;
}

@media (min-width: 720px) {
  .carousel-img { 
    height: 460px;
  } 
  .card{
    height:650px
  }
}