.border-img {
    border: 2px solid #5BA5B2;
  }
  
  .image-overlay {
    position: relative;
    overflow: hidden;
  }
  
  .image-overlay img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 8px;
    text-align: center;
    width: 99%;
  }
  
  .overlay h3 {
    margin: 0;
    padding: 5px;
  }