/* .box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
        
}

.box img {
    width: 300px;
    height: 300px;
    object-fit: cover;
} */

* {
    margin: 0;
    padding: 0;
  }
  .d-flex div {
      flex:1;
    /* background-image: url(../images/image-a.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    position: relative;
    top: 100px;
    overflow: hidden;
  }
  p {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    line-height:50px;
    color: #fff;
    font-size: 18px;
    background-color: #0000008f;
    position: absolute;
    transition: all 0.5s;
  }
  
  .d-flex div img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.d-flex div p {
    font-size: 18px;
    line-height: 22px;
}