#boat_card_tbg {
  margin: 0 0 20px 0 !important;
  border-radius: 20px !important;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.16) !important;
  background-color: #fff !important;
  position: relative !important;
  cursor: pointer;
  height: unset !important;
  width: unset !important; }
  #boat_card_tbg .boat-info {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-self: center;
    width: 100%; }
    #boat_card_tbg .boat-info picture img {
      height: 35px;
      width: 35px; }
  #boat_card_tbg:hover {
    transform: scale(1.01); }
  #boat_card_tbg .carousel-item img.card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 0 0; }
  #boat_card_tbg .carousel-control-next-icon, #boat_card_tbg .carousel-control-prev-icon {
    background-color: #fff;
    background-image: none;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px; }
