.bottom-section {
    max-width: 1141px;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border: 1px solid #BFC2C3;
    border-radius: 4px;
    padding: 30px 20px;
    row-gap: 16px;
}

.bottom-section--div {
    border-bottom: 1px solid #D9D9D9;
    padding: 0px 5px 10px 5px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
}

.span--individually {
    font-family: Rubik;
    font-weight: 500;    
    font-size: 14px;    
    line-height: 16px;
    letter-spacing: 0%;
    text-transform: uppercase;
}