/** Shopify CDN: Minification failed

Line 88:18 Expected identifier but found whitespace
Line 88:20 Unexpected "{"
Line 88:29 Expected ":"

**/
.social-connect-section .social-connect-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--light-gray-background);
}

@media (min-width: 768px) {
  .social-connect-section .social-connect-row {
    flex-direction: row;
  }
}

.social-connect-section .social-connect-col {
  width: 100%;
}

@media (min-width: 768px) {
  .social-connect-section .social-connect-col {
    width: 50%;
  }
}

.social-connect-section .social-connect-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.social-connect-section .social-connect-wrapper .social-connect-title p {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-black);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .social-connect-section .social-connect-wrapper .social-connect-title p {
    font-size: 32px;
    line-height: 44px;
  }
}

.social-connect-section .social-connect-wrapper .social-connect-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-transform: uppercase;
  color: var(--text-black);
}

@media (min-width: 768px) {
  .social-connect-section .social-connect-wrapper .social-connect-link {
    font-size: 18px;
    line-height: 25px;
  }
}

.social-connect-section .social-connect-thumb {
  position: relative;
  width: 100%;
  display: block;
}

.social-connect-section .social-connect-thumb > img {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .social-split-image {
    /* margin-top: 24px; */
    margin-bottom: {{ section.settings.bottom_margin }};
  }
}

.social-split-image .social-connect-row-mobile {
  width: 100%;
  display: none;
}

@media (max-width: 767px) {
  .social-split-image .social-connect-row-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .social-split-image .social-connect-col {
    display: none;
  }
}