/**
* Block Name: text_intro
*/

section.text_intro .social_link {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: max-content;
}
section.text_intro .social_link:hover {
  opacity: 0.8;
}

@media (max-width: 992px) {
  section.text_intro .social_link {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
