@media only screen and (min-width: 80em) {
.resources-list__download .resources-list_content .resources-list_item,.resources-list__download .resources-list_content .resources-list_item:nth-child(3),.resources-list__download .resources-list_content .resources-list_item:nth-child(4){margin-right:2.9em;}
.resources-list__download .resources-list_content .resources-list_item:nth-child(5){margin-right:0;}

}
@media
only screen and (-webkit-min-device-pixel-ratio: 2)       and (min-width: 80em),
only screen and (   min--moz-device-pixel-ratio: 2)       and (min-width: 80em),
only screen and (     -o-min-device-pixel-ratio: 2/1)     and (min-width: 80em),
only screen and (        min-device-pixel-ratio: 2)       and (min-width: 80em),
only screen and (                min-resolution: 192dpi)  and (min-width: 80em),
only screen and (                min-resolution: 2dppx)   and (min-width: 80em) {
}