.layout_credit {
    background-color: #f2f4f7;
    display: flex;
    flex-direction: row;
    height: 100vh;
}

.layout_credit > section {
    width: 100%;
}

.aside {
    background-repeat: round;
    background-size: cover;
    background: linear-gradient(to bottom, #023d12, #198d14);
    display: flex;
    justify-content: center;
    padding: 30px 0;
    width: 73px;
}