

.justify-between {
  justify-content: space-between;
}


.bb-5 {
  border-bottom: 1px solid rgb(216, 210, 210);
}

.bt-love {
  background: transparent;
  padding: 10px 0;
}

.bt-love svg:hover {
    color: rgb(216, 210, 210);
    fill: tomato;
}

.bt-active svg {
  fill: tomato;
  color: transparent;
}

.love-box p{
  margin-top: 10px;
  margin-left: 10px;
}
/* .bt-love svg {
  fill: none;
  color: rgb(216, 210, 210);
} */
