/* purchase */
.purchase-title {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.purchase-title-large {
    float: left; 
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

.purchase-title-small {
    color: #bb1d21;
    float: left;
    font-size: 10px;
    margin-top: 15px;
}

.purchase-sub-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.purchase-sub-title-bottom {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.purchase-sub-title-icon {
    float: left;
    margin-right: 5px;:
}

.purchase-sub-title-icon img {
    height: 16.5px;
    width: 23px;
}

.purchase-sub-discription {
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 15px;
    text-align: justify;
}

.purchase-sub-discription-bottom {
    font-size: 14px;
    line-height:  180%;
    margin-bottom:  30px;
    text-align: justify;
}

.purchase-sub-bottom {
        margin-bottom: 80px;
}

.purchase-chart {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 40px 15px;
}

.purchase-chart img {
    width: 100%;
}

.buying-chart {
    box-sizing: border-box;
}

.buying-chart img {
    width: 100%;
}

.purchase-photo-left {
    float: left;
    margin-right: 10px;
}

.purchase-photo-right {
    float: left;
}

