main {
    margin-bottom: 1.5rem;
}

.cards {
    display: flex;
    flex-direction: column;
    
}

.card-title {
    color: #00A651;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 71px; */
    letter-spacing: -0.5px;
    /* margin-bottom: 2rem; */
    height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

}

.dates-match,.destination-match {
    margin-top: 3rem;
}

hr {
    margin-bottom: 2rem;
}


.filters-ms{
    width: 3rem;
    height: 2rem;
    background-color: #05A351;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    display: none;
    color: #FFF;
    margin-right: 2.5rem;
}

.filters-ms-container{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}