.bg-img{
    background-image: url('../../images/about-img1.jpg');
    background-position:center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
} 
#since1981{
    justify-content: space-between;
}
.card-footer:last-child {
    border-radius: 0!important; 
}

.card-footer {
  font-weight: bolder;
    color: #fff;
}
.card-footer h1{
  /* font-size: 29px; */
  font-weight: bolder;
}
.card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* background-color: red;  */
  background-image: linear-gradient(-90deg,rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
      
}