.movement {
    box-sizing: border-box;
    display: flex;
    align-items: normal;
}

.movement::before {
    content: '';
    background-size: 60px 30px;
    background-repeat: no-repeat;
    width: 60px;
    height: 30px;
    border-radius: 10px;
    margin-right: 10px;
}

.movement p {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: normal;
    height: 30px;
    margin-bottom: 1rem !important;
}

.checkin::before {
    background-image: url('/static/site/features/yard_billing/checkin.png');
}

.checkout::before {
    background-image: url('/static/site/features/yard_billing/checkout.png');
}

.margin-bottom {
    content: '';
    margin-bottom: 1.5rem;
}
