#blocksocial {
  text-align: right;
  margin-top: 31px;
}

@media (max-width: 767px) {
  #blocksocial {
    margin-top: 20px;
  }
}

#blocksocial svg {
  width: 38px;
  height: 38px;
}

#blocksocial svg path {
  fill: #fa4c06;
  transition: all 0.1s ease;
}

#blocksocial svg:hover path {
  fill: #fb7038;
}
