﻿.purchaseframe {
    width: 100%;
    height: 220px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    display: flex;
}

.purchaseimg {
    text-align:center;
    height:100%;
}

.purchasefont1 {
    font-size: 2em;
    font-weight: bold;
    color: #333333;
    text-align:left;
    margin-top: 60px;
    margin-left:10px;

}
.purchasefont2 {
    margin-top:10px;
    line-height:25px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align:left;
    margin-left:10px;
}