.box {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    background-color: #f9f9f9;
    height: 100%;
    position: relative;
    font-size: 80%;
}

@media (min-width: 800px) {
    .box {
        font-size: 70%;
    }
}

.boxText {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    /* height: 50%; */
}

.title {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2b2b29;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.footer {
    align-self: flex-end;
}

.rate {
    margin-bottom: 5px;
    width: 100%;
    float: left;
}

.price {
    font-size: 26px;
    font-weight: 300;
    color: #EE4459459;
    font-style: normal;
    font-stretch: normal;
    float: left;
    width: 100%;
}

.installment {
    color: #666666;
    font-size: 14px;
    float: left;
    width: 100%;
}

.actionBtn {
    position: absolute;
    top: 10px;
    right: 10px;
}



.installment {
    font-size: 2em;
}

.title {
    font-size: 3em;
}

.price {
    font-size: 3.5em;
}

.image {
    max-width: 100%;
}