@media (min-width: 768px) {
  #footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

#footer-logos > a img {
  max-width: 100%;
  display: block;
  height: auto; }
  @media (min-width: 768px) {
    #footer-logos > a img {
      margin-right: 25px; } }
  @media (max-width: 767px) {
    #footer-logos > a img {
      margin-bottom: 20px; } }

#footer-logos > a:first-of-type img {
  width: 135px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #footer-logos > a:first-of-type img {
      width: 100px; } }
  @media (max-width: 767px) {
    #footer-logos > a:first-of-type img {
      margin-top: 20px; } }

#footer-logos > a:nth-of-type(2) img {
  width: 115px;
  padding: 10px;
  background-color: #ffffff; }
  @media (min-width: 768px) and (max-width: 991px) {
    #footer-logos > a:nth-of-type(2) img {
      width: 90px;
      padding: 5px; } }
  @media (max-width: 767px) {
    #footer-logos > a:nth-of-type(2) img {
      margin-bottom: 10px;
      width: 135px; } }

@media (max-width: 767px) {
  #footer-logos .text-right {
    text-align: left; } }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
