.transaction-top {
    margin-top: 10px;
}
.transaction-text {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #0092CC;
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.transaction-content {
    width: 86%;
    margin: 0 auto;
    margin-top: 80px;
}