.block__socialsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.block__socialsContainer a {
  background-color: #0A3C1F;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #ffffff !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.block__socialsContainer a:hover {
  background-color: #711F24;
}