body {
    height: 100vh;
    width: 100vw;
}

.ral {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ral-item {
    width: 30%;
    height: 100%;
    text-align: center;
}

.ral-item .title {
    padding-top: 10px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.ral5007 {
    background-color: #005b8c;
}

.ral5023 {
    background-color: #376b8c;
}