.container {
  flex-direction: row | row-reverse | column | column-reverse;
}
.widget{
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0;
  box-shadow: 0 8px 6px -6px black;
  text-align: center;
  border-radius: 9px;
  background: #34991A;
  background: linear-gradient(315deg, #34991A, #04F7A8);

}
.title_widget a{
    color: #fff;
}
.title_widget a:hover{
    color: #000;
}
.widget img{
  width: 81px;
  padding: 10px;
}