.fullWidth {
  margin-left: -2.25vw;
  margin-right: -2.25vw;
}
@media (max-width: 1080px) {
  .fullWidth {
    margin-left: -2.963vw;
    margin-right: -2.963vw;
  }
}
@media (max-width: 580px) {
  .fullWidth {
    margin-left: -6.897vw;
    margin-right: -6.897vw;
  }
}
.socials .social {
  text-decoration: none;
  position: relative;
}
.socials .social::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s 0s ease-out;
  -moz-transition: width 0.3s 0s ease-out;
  -o-transition: width 0.3s 0s ease-out;
  transition: width 0.3s 0s ease-out;
}
.socials .social:not(:first-child) {
  margin-left: 1.25vw;
}
.socials .social:hover::after {
  width: 100%;
}
@media all and (max-width: 580px) {
  .socials .social {
    display: inline-block;
    width: 50%;
  }
  .socials .social:after {
    display: none;
  }
  .socials .social:not(:last-child) {
    margin-bottom: 3.448vw;
  }
}
