.certificates {
  background-image: url("../img/sec_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: #4674B8;
}

.certificates__carousel .owl-stage-outer {
  overflow: visible;
}

.certificates__carousel .owl-item {
  display: flex;
  justify-content: center;
}

.certificate {
  display: inline-block;
  text-align: center;
}

.certificate__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin: 0 auto;
  /*border: 4px solid #000;*/
  -webkit-border-radius: 8px;
  border-radius: 8px;

}

.certificate__img img {
  -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.3);
  border-radius: 8px;
}

.certificate__name {
  /* background-color: #fff; */
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  text-align: center;
  margin: 0;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 23px 2%;
  height: 85px;
  color: white;
}

@media only screen and (max-width: 1200px) {
  /**/
}

@media only screen and (max-width: 992px) {
  .certificate {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  /**/
}

@media only screen and (max-width: 576px) {
  /**/
}

@media only screen and (min-width: 1660px) {
  .certificate img {
    width: 100%;
    height: 100%;
  }
  .certificate__name {
    font-size: 17px;
  }
}