BiswajitNandi here you go
past this in custom CSS option & clear cache
`.restaurant-block {
    position: relative;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    margin-top: 3%;
    margin-left: 1% !important;
    margin-right: 1% !important;
    width: 98%;
}
.restaurant-image {
    width: 100%;
    height: auto !important;
    float: right;
    /* height: 14.625rem; */
    border-radius: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.restaurant-info {
    margin-top: 4.2rem;
    text-align: left;
    padding-left: 2.5rem;
    padding-bottom: 1rem !important;
}`