.aer_dollar {
    width: 50%;
    background-color: white;
    box-sizing: border-box;
    border: 1px solid #1e5091;
    padding: 15px 5px 15px 5px;
    text-align: center;
}

@media (max-width: 767px) {
    .aer_dollar {
        width: 100%;
    }
}

.aer_dollar_text {
    clear: both;
    display: block;
    font-size: 24.5px;
    line-height: 24.5px;
    margin-bottom: 10px;
}

.aer_dollar_value {
    clear: both;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #1e5091;
    color: white;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 150px;
    padding-top: 60px;
    line-height: 30px;
    font-size: 30px;
}

.aer_image_wrap {
	margin-top: 40px;
}

.aer_pull_left {
	float: left;
}
.aer_pull_right {
	float: right;
}