.social_container {
  display: flex;
  padding-top: 48px;
  justify-content: center;
  padding: 0 15px 75px;
  padding-top: 20px;
}

.page-template-page-list .social_container {
  background-color: #f5f5f5;
}

.page-template-page-list.page-id-748 .social_container {
  background-color: #fff;
}

.social_headline {
  display: inline-block;
}

.social_icons_intro {
  font-family: 'ibm';
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  display: block;
  width: 100%;
  opacity: 0.8;
}

.social_icons {
  display: inline-flex;
  position: relative;
  width: 100%;
  border-top: 1px solid #0000007d;
  padding-top: 32px;

  max-width: 801px;
}

.social_icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
}


.social_icon img:hover {
    filter: opacity(0.5);
}

.social_icons_container {
  display: flex;
  width: 100%;
  min-width: 400px;
  justify-content: right;
  gap: 20px;
}

@media only screen and (max-width: 960px) {
  .dynamic_content .social_container {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 820px) {
    .dynamic_content.nl_deactive .social_container.alignfull {
      margin-bottom: 120px;
    }
}

@media only screen and (max-width: 530px) {
  .social_icons {
    display: block;
    text-align: center;
  }

  .social_icons_intro {
    margin-bottom: 16px;
  }

  .social_icons_container {
    justify-content: center;
    min-width: unset;
  }

  .social_container {
    padding-bottom: 32px;
  }

}
