.sertificate {
  position: relative;
  width: 390px;
  padding: 14px 20px 20px;
  background-color: #fde9e9;
  border-radius: 20px
}
.sertificate::before {
  position: absolute;
  bottom: -20px;
  left: 4px;
  content: '';
  display: block;
  width: 137px;
  height: 112px;
  background-image: url(../img/content/sert.png)
}
.sertificate__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  color: #0e0e0e
}
.sertificate__text {
  margin-bottom: 12px;
  padding-left: 133px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #858585
}
.sertificate__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 133px
}
.sertificate__price {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  color: #e81b23;
  border: 1px solid #e81b23;
  border-radius: 50px
}
@media (max-width:1600px) {
  .sertificate {
    display: none
  }
}