﻿
.footerlogos > a:nth-of-type(4) {
background: #fff; position: relative; width: 80px; display: block; margin: 20px 5px; padding: 5px; border-radius: 10px; float: right;
}


@media (max-width: 991.98px) {
.footerlogos > a:nth-of-type(4) {
float: left;
}
}



@media (max-width: 575.98px) {
.footerlogos > a:nth-of-type(4) {
float: left;
}
}

 