.socialWallInstagram {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: white;
  font-family: "DIN", serif;
  padding: 100px 0; }
  @media (max-width: 1234px) {
    .socialWallInstagram {
      padding: 100px 10px; } }
  .socialWallInstagram .socialWallCTA {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent linear-gradient(221deg, #FCC500 0%, #FF5500 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
    width: 390px;
    height: 186px;
    font-size: 20px;
    margin: 10px; }
    @media (max-width: 1234px) {
      .socialWallInstagram .socialWallCTA {
        width: calc(100% - 20px); } }
    .socialWallInstagram .socialWallCTA .brandName {
      font-size: 37px;
      font-family: "DIN", serif;
      font-weight: 800; }
  .socialWallInstagram-item {
    margin: 10px;
    width: 186px;
    height: 186px;
    background-position: center center;
    background-size: cover; }
    .socialWallInstagram-item-caption {
      opacity: 0;
      display: none; }
    @media (max-width: 1234px) {
      .socialWallInstagram-item {
        width: calc(50% - 20px); } }

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