.card > a {
    text-decoration: none;
    color: black;
  }
  
  .card > a:hover {
    text-decoration: none;
    color: black;
  }
  
  img {
    height: 50vh;
    object-fit: cover;
  }
  
  #logo-button{
  position: absolute;
  width: 27px;
  height: 9px;
  top:8px;
  
  background: linear-gradient(96.34deg, #E537B9 0%, #C040DF 100%);
  border-radius: 4.5px;
  border:none;
  }
  
  #point {
    padding: 3px;
    position: relative;
    bottom: 4px;
    background-color: #6c757d;
    border: none;
    border-radius: 50%;
  }
  
  .accordion-item {
    background-color: #fff;
    border: none !important;
  }
  
  .accordion-body{
    padding-left: 0!important;
  }
  
  
  
  .accordion-button:not(.collapsed) {
    color: black !important;
    background-color: #e7f1ff !important;
    box-shadow: none !important;
    background-color: #fff !important;
  }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); */
    box-shadow: 0 0 0 !important;
  }
  .accordion-button {
    font-weight: bold;
    padding-left: 0!important;
  }
  
  .accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }
  
  .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0;
    margin-right: 0.5rem;
    content: "";
    font-family: "Monteserrat";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.5s ease-in-out;
  }
  
  .accordion-button::after {
    display: none;
  }
  
  .accordion-button:focus {
    border-color: #fff !important;
    border: none !important;
    box-shadow: 0;
  }
  
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }