/*
make fluid properties

@link https://www.sassmeister.com/gist/7f22e44ace49b5124eec
Example:
@include fluid-type(padding-bottom padding-top, 2em, 4em);
@include fluid-type(font-size, 14px, 18px);
Optimized for resolution 360px <---> 1920px
*/
.default_footer .blue-sep-container {
  background-color: #03374F;
  padding: 0;
}
.default_footer .blue-sep-container .blue-sep {
  background-color: #5EC6EA;
  padding: 12px 0 0 0;
}
.default_footer .grey-footer {
  background-color: #F0F3F5;
}
.default_footer .grey-footer .about {
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
}
.default_footer .grey-footer .about-info {
  font-size: 16px;
  line-height: 22px;
}
.default_footer .grey-footer .logicsource-logo {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .default_footer .grey-footer .logicsource-logo {
    text-align: right;
  }
}
.default_footer .grey-footer .logicsource-logo img {
  width: 193px;
}
.default_footer .social-media {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .default_footer .social-media {
    justify-content: flex-end;
    text-align: right;
  }
}
.default_footer .social-media > div {
  width: 50px;
}
.default_footer .social-media a {
  display: block;
}
.default_footer .social-media img {
  width: 100%;
}
.default_footer .social_media_text {
  display: block;
  text-align: center;
}
.default_footer .social_media_text a {
  color: #58BADC;
}

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