.socialWallInstagram {
  display: flex;
  justify-content: center;
  padding: 100px 0; }
  .socialWallInstagram .branding {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .socialWallInstagram .branding .catchPhrase {
      font-family: 'PT Serif';
      font-size: 35px;
      color: #E3A75A;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .socialWallInstagram .branding .linkTo {
      font-family: 'PT Serif';
      font-style: italic;
      font-size: 17px;
      color: #EFD7B6;
      display: flex;
      align-items: center;
      line-height: 25px; }
      .socialWallInstagram .branding .linkTo .text {
        margin-right: 7px; }
      .socialWallInstagram .branding .linkTo .fab {
        font-size: 22px;
        margin-right: 5px;
        padding-top: 3px; }
      .socialWallInstagram .branding .linkTo::before, .socialWallInstagram .branding .linkTo::after {
        content: '\f86c';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        margin-right: 8px;
        color: #e09f49;
        font-size: 12px; }
  .socialWallInstagram-item {
    background-size: cover;
    background-position: center center;
    width: 210px;
    height: 210px;
    border: 1px solid #D09243;
    margin: 5px; }
    .socialWallInstagram-item-caption {
      opacity: 0;
      display: none; }

.mobile {
  display: none; }

@media (max-width: 1244px) {
  .desktop {
    display: none; }
  .mobile {
    display: flex; }
  .branding {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .socialWallInstagram {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .linkTo {
    justify-content: center; }
  .socialWallInstagram-item {
    display: block; }
  .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center; }
  .swiper-pagination {
    position: relative;
    margin-top: 20px; }
  .swiper-pagination-bullet {
    background: whitesmoke; }
  .swiper-pagination-bullet-active {
    background: #D09243; } }

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