button {
    width: 170px;
    height: 50px;
    margin: 10px 0;
}

.icon {
    width: 150px;
    height: 200px;
    display: flex;
    flex-direction: column;
    /* flex-grow: ; */
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    padding-top: 10px;
    margin-top: 80px;
    margin-left: 25px;
    background-color:dodgerblue;
    color: white;
}

.icon p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}