.social {
  box-sizing: border-box;
  background: #0d00a5;
  border-right: 23px solid #ebf005;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: -1px;
  border-left: 1px solid #fff; }
  .social .soc_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    justify-content: flex-end;
    margin-right: 10px; }
    .social .soc_wrap a {
      display: block;
      width: 35px;
      height: 35px;
      margin: 5px; }
      .social .soc_wrap a img {
        max-width: 100%;
        max-height: 100%;
        min-height: 100%;
        min-width: 100%; }
