:root{
    --primary-colour: #10218b;
}

#contact{
    background-image: url('/images/for-home/contact.jpg');
}

@media screen and (min-width: 992px) {
    #overview .section__image--left {
        width: 50%;
        height: 600px;
    }
    #overview .section__content {
        width: 490px;
        height: 100%;
    }
}

@media screen and (min-width: 1400px) {
    #overview .section__content {
        width: 800px;
    }
}

.button-group, #remote-print .downloads-link {
    margin-bottom: 25px;
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 1200px) {
    .button-group {
        flex-direction: row;
        gap: 20px;
    }
}

.downloads-link {
    gap: 20px;
    display: flex;
}

.downloads-link .icon img {
    width: 60px;
}

.links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.downloads-link .links a {
    display: block;
}