.box{
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 100%;
}
.box > div {
    /* height: 590px; */
    /* padding:20px 50px; */
    border-radius: 5px;
    background: #F9F9F9;
    color:#222220;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.box font {
    margin:20px 0;
    font-size: 14px;
}
.box h5 {
    color:#EE4459;
    margin-bottom:20px;
}
.box h4{
    color: #535353;
    font-size: 20px;
}

.box .titleContent {
    display: table;
    float: left;
    width: 100%;
    text-align: left;
}
.box .title {
    /* height: 75px; */
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.box .boxContent {
    padding: 10px 20px 0px 20px;
}

.box .descriptionContent {
    display: table;
    float: left;
    width: 100%;
}
.box .description {
    /* height: 80px; */
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.box .selectBox {
    margin-bottom: 20px;
}