.image-button-div{
    width: 100%;
    height: 120px;
    background-color:black;
   display: flex;
   align-items: flex-start;
   justify-content: space-evenly;
   
    
}
.image-button-div .buttons-container-div{
    background-color:black;
    height: 50px;
    width: 20%;
    margin-top: 20px;
    cursor: pointer;
    padding-top: 10px;
    border-top: 2px solid grey;
    
}
.image-button-div  .border-top-div{
    border-top: 2px solid white;
}
.image-button-div .buttons-container-div p{
    width: fit-content;/*change this according to the length of text after layout completion*/
    height: 45%;
    background-color: black;
    font-size: 16px;
}