.plugin-section {
  padding: 80px 0;
}
.plugin-section .bc-plugin-warpper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plugin-section .bc-plugin-content {
  text-align: center;
  padding: 0 20px;
}
.plugin-section .bc-plugin-content .bc-plugin-img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.plugin-section .bc-plugin-content .bc-plugin-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plugin-section .bc-plugin-content .bc-plugin-img:hover {
  transform: translateY(5px);
  transition: all 0.3s ease;
}
.plugin-section .bc-plugin-content .bc-plugin-name {
  font-size: 20px;
  color: #444;
  font-weight: 500;
  text-align: center;
  margin: 15px 0 60px 0;
}

@media screen and (max-width: 991px) {
  .plugin-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .plugin-section .bc-plugin-content .bc-plugin-name {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    text-align: center;
    margin: 15px 0 50px 0;
  }
  .plugin-section .bc-plugin-content:last-child .bc-plugin-name {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .plugin-section .bc-plugin-content {
    text-align: center;
    padding: 0 5px;
  }
  .plugin-section .bc-plugin-content .bc-plugin-name {
    font-size: 16px;
    padding: 0 5px;
  }
  .plugin-section .bc-plugin-content .bc-plugin-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=plugins.css.map */