.saleList{
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 16px;
  margin: 40px auto;
}

@media (max-width: 992px){
  .saleList{
  grid-template-columns: repeat(2, 1fr); 
}

}
.saleList-block {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
      height: 100%;
    display: grid;
    align-items: end;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4);
}
@media (max-width: 992px){
.saleList-block {
 padding-bottom: 15px;
 padding-top: 15px;
}
}

.saleList-block a{
  display: block;
   color: #fff;
}

.saleList-block a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.saleList-block p.title{
font-size: 18px;
text-align: center;
line-height: 140%;
color: #423f78;
font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 992px){
.saleList-block p.title {
 font-size: 14px;
}
.saleList-block p.title br{
  display: none;
}
}
.saleList-block img{
border: solid 1px #ccc;
}
.sale-price {
  background-color: #E60012;
  color: #fff;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  padding: 10px 0 14px 0;
  line-height: 1.2;
}
@media (max-width: 992px){
.sale-price {
  font-size: 25px;
}
}
.sale-price span{
  display: block;
  font-size: 15px;
}
a.link-official{
  color: #fff;
  margin-top: 15px;
    background-color: #423f78;
    border-color: #423f78;
        font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v34/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U +0102 -0103, U +0110 -0111, U +0128 -0129, U +0168 -0169, U +01A0 -01A1, U +01AF -01B0, U +0300 -0301, U +0303 -0304, U +0308 -0309, U +0323, U +0329, U +1EA0 -1EF9, U +20AB;
}