.commer-block .container .row [class*='col-']{
  padding: 0 20px;
}
.commer-it{
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 7px 0px rgba(170, 170, 170, 0.6);
  background-color: rgb(255, 255, 255);
  margin-bottom: 40px;
}
.commer-it .img{
  overflow: hidden;
}
.commer-it .img .ratio{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .35s;
}
.commer-txt{
  padding: 15px;
}
.commer-txt .title{
  color: #333;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
  transition: all .35s;
}
.commer-info{
  color: #ababab;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
}
.commer-info span{
  display: inline-block;
}
.commer-info span i{
  margin-right: 5px;
}
.commer-info span:last-child{
  padding-left: 15px;
}
.commer-it:hover .commer-txt .title {
  color: #ab0a11;
}
.commer-it:hover .img .ratio {
  transform: scale(1.1)
}
@media (max-width: 991.98px){
  .commer-block .container .row [class*='col-']{
    padding: 0 10px;
  }
  .commer-it{
    margin-bottom: 20px;
  }
  .commer-txt{
    padding: 10px;
  }
}
@media (max-width: 767.98px){
  .commer-block .container .row [class*='col-']{
    padding: 0 15px;
  }
}