/* Infomaterial */
.img-white-border {
    border:5px solid #fff;
    border-radius:100%;
}
#downloads-en h2 {
    color:#fff;
}

#downloads-en .icon{
    display: flex;
}

#downloads-en .row{
    align-items: center;
}

/*Mobile*/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width:1200px) {
    #downloads-de .icon img {height: 100px; width:100px;}
    #downloads-en .icon img {height: 94px; width:94px;}
    p.lead {margin: 0 0 10px;}
}

/* Large devices (desktops, 992px and up) */
@media (max-width:992px) {
    #downloads-en .icon img {height:  110px;; width: 110px;}
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .img-white-border {border:0 none}
}

/* Smallest devices */
@media (max-width: 400px) {
}
