.single-section {
  margin-bottom: 100px;
  margin-top: 100px;
}
.single-section .title h2 {
  font-size: 28px;
}
.single-section .img-box:hover,
.light .img-box:hover,
.img-box:hover:before {
  opacity: 1 !important;
}
.single-section .img-box::before {
  content: none;
}
.single-section .img-box:hover img {
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .single-section {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 0px;
  }
}
