.box {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 100%;
    border: 1px solid #f9f9f9;
}

.box > div {
    border-radius: 5px;
    background: #F9F9F9;
    color: #222220;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.box font {
    margin: 20px 0;
    font-size: 14px;
}

h5 {
    color: #EE4459;
    margin-bottom: 20px;
}

h4 {
    color: #535353;
    font-size: 20px;
}


.title {
    width: 100%;
    font-size: 19px;
    font-style: normal;
    font-stretch: normal;
    line-height: 130%;
    letter-spacing: normal;
    color: #666666;
    max-height: 50px;
    text-align: left
}

.boxContent {
    padding: 15px;
    height: 120px;
}

.box .description {
    /* height: 80px; */
    font-size: 14px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.box .selectBox {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.imgFull {
    max-width: 100%;
}

.link {
    color: #EE4459;
}

.link:hover {
    text-decoration: underline;
}

.infoitems {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-top:10px;
    text-align: left;
    font-size: 1.4rem;
}
.infoitems li {
    margin-top: 5px;
}