.available-property {
padding-bottom: 40px;
padding-top: 50px !important;
}
.icon-right{
position: absolute;
bottom: 0;
right: 0;
}
}
.flex-row {
display: flex; /* equal height of the children */
flex-direction: column;
}
.flex-col {
flex: 1; /* additionally, equal width */
}