/* SCSS file content */
.facilities-certificate {
  border-radius: 5px;
  border: 1px solid #DDD;
  max-width: 335px;
  padding: 28px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .facilities-certificate {
    padding: 40px;
    max-width: 419px;
  }
}
.facilities-certificate_img {
  padding-right: 23px;
  margin-right: 23px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .facilities-certificate_img {
    padding-right: 30px;
    margin-right: 30px;
  }
}
.facilities-certificate_img img {
  width: 107px;
  height: 44px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .facilities-certificate_img img {
    width: 134px;
    height: 55px;
  }
}
.facilities-certificate_img::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #DDD;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.facilities-certificate_title {
  font-size: 18px;
  max-width: 116px;
  line-height: 1.4999;
}
@media screen and (min-width: 1200px) {
  .facilities-certificate_title {
    font-size: 23px;
    max-width: 145px;
    letter-spacing: -0.345px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 575.98px) {
  .facilities-certificate{
    max-width: 100%;
  }
}