.title {
  color: #3e3a39;
  font-family: "Source Han Sans SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 60px 0;
}
.catalogue-product-url:hover{
  text-decoration: none;
}
.catalogue-product-item{
    box-shadow: 0px 4px 20px 0px #0061AE40;
    height:100%;
    position:relative;
}
.catalogue-product-img {
  /* width: 100%; */
  object-fit: cover;
  transition: 0.8s;
  transform: scale(1.0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
}
.catalogue-product-img:hover {
  transition: 0.8s;
  transform: scale(1.1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.catalogue-product-adapt {
  padding-top: 45px;
  overflow:hidden;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogue-product-border {
  border:4px solid #005BAC;
}
.catalogue-product-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 80px;
  background-color: #F5FAFF;
  padding: 10px;
}
.catalogue-product-title {
  color: #3e3a39;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
/* [class*="col-"]{
    margin-bottom: 30px;
} */
.adapt-disease{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 0px 40px 0px;
    background: linear-gradient(90deg, #005BAC 0%, #00A1E9 100%);
    text-align: center;
    color: #ffffff;
    position: absolute;
    top:0;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10px;
    z-index: 8;
}