body {
    background-image: url(https://robotix-static-web.s3.eu-west-1.amazonaws.com/rb.svg);
    background-size: cover;
    background-position: right bottom;
    font-family: sans-serif;
    color: gray;
}

#c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#rl {
    width: 100%;
    margin: 0 auto;
    height: 350px;
    object-fit: contain;
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 0px;
}

#d {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#d h5 {
    margin: 0.5em;
}

@media screen and (max-width: 767px) {
    #rl, h2 {
        margin-bottom: 20px;
    }
}