.paper-green {
    background-color: white;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.paper-green .header {
    display: flex;
    align-items: center;
    background-color: #3EBE6B;
    padding: 5px 15px !important;
    justify-content: space-between;
}

.paper-green .header:first-child {
    color: white;
    padding: 0px;
}

