/*s*/
.banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 2;}
.banner img {
  
    max-height: 350px;
    object-fit: cover;}
.footer h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 10px;}
