/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-socials .columns {
  display: flex;
  gap: 65px; }
  @media (min-width: 981px) {
    .section-socials .columns .column-content {
      width: 28.5%;
      flex-shrink: 0; } }
  .section-socials .columns .column-images {
    display: none; }
    @media (min-width: 981px) {
      .section-socials .columns .column-images {
        display: block; } }

.section-socials .images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .section-socials .images .image {
    flex: 1 1;
    display: block;
    min-width: 280px;
    max-width: calc(50% - 15px); }
    .section-socials .images .image img {
      width: 100%; }

.section-socials .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px; }
  @media (min-width: 768px) {
    .section-socials .socials {
      justify-content: normal;
      gap: 20px; } }
  .section-socials .socials .social {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    text-decoration: none; }
    .section-socials .socials .social .text {
      display: none; }
      @media (min-width: 480px) {
        .section-socials .socials .social .text {
          display: block; } }
    .section-socials .socials .social .icon {
      font-size: 32px;
      color: var(--dark-blue); }

/*# sourceMappingURL=social-media.css.map */
