.restrict-image-box-wrapper {

    display: flex;

    flex-direction: column;

}
 
.restrict-image-box {

    height: 90px;

    object-fit: contain;

}