.title {
  width: 80%;
}
.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  color: #007bff;
}

.pagination .page-item.active .page-link {
  background-color: #007bff50;
  color: #007bff;
}

.card-recom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  padding: 12px;
  padding-top: 36px;
  max-height: 300px;
  height: 100% !important;
  width: 100%;
  max-width: 380px;
  transition: 0.3s;
  text-decoration: none;
}

.td-n{
  text-decoration: none !important;
  color: inherit !important;
}

.card-recom:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card-recom img {
  max-height: 30%;
  width: 80% !important;
  object-fit: contain;
}
@media screen and (max-width: 1600px) {
  .card-recom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    padding: 12px;
    padding-top: 36px;
    max-height: 300px;
    height: 100% !important;
    width: 100%;
    max-width: 380px;
  }

  .card-recom img {
    max-height: 30%;
    width: 80% !important;
    object-fit: contain;
  }
}


@media screen and (max-width: 967px) {
  .card-recom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    padding: 8px;
    padding-top: 36px;
    max-height: 240px;
    height: 100% !important;
    width: 100%;
    max-width: 460px;
  }

  .card-recom img {
    max-height: 36%;
    width: 60% !important;
    object-fit: contain;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 50%;
    max-width: 460px;
  }

  .card-text {
    font-size: 16px !important;
  } 

  h1{
    font-size: 32px !important;
  }
}

@media screen and (max-width: 672px) {
  .card-recom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 26px;
    padding: 8px;
    padding-top: 36px;
    max-height: 360px;
    height: 100% !important;
    width: 100%;
    max-width: 460px;
  }

  .card-recom img {
    max-height: 60%;
    width: 80% !important;
    object-fit: contain;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 460px;
  }

  .card-text {
    font-size: 16px !important;
  } 

  h1{
    font-size: 32px !important;
  }
}

.page-link {
  border-radius: 50% !important;
  border: none !important;
}

.card-body {
  /* width: 100%;
    height: 60%; */
  padding: 0 !important;
}

.card-text {
  /* max-width: 100%;
    max-height: 100%; */
  /* height: 40%; */
}
