.single--columns--industry h3 {
  background-color: #0066ba;
    padding: 15px;
    color: white;
    font-size: 18px;
    font-weight: 900;
  border-top: solid transparent 10px;
}

.single--columns--industry:hover h3 {
    border-top: solid #C0692D 10px;
    transition: border-top 0.3s ease;
}
.section--columns--industry img {
  max-width: 300px; 
}

@media (max-width: 767px) {
.last--hard--bottom--industry {
    margin-bottom: 0px!important;
    max-width: 300px !important;
}
}
@media (min-width:768px) and (max-width:1023px) {
  .last--hard--bottom--industry,
  .first--hard--top--industry,
    max-width: 300px !important;
}
}