.flex-between{
  display: flex!important;
  justify-content: space-between;
  align-items: center;
}
.som_title{
  color: #000;
  text-transform: uppercase;
  font-size: 21px;
  margin: 20px 0;
  padding: 0;
  padding-top: 0px;
  font-weight: bold;
  position: relative;
}
.som_link_all a{
  color: #ff7e00;
  text-decoration: underline;
  font-size: 16px;
}
.section_on_main .padd_min > div{
  padding: 3px;
}
.section_on_main .sect_row.padd_min{
  margin: 0 -3px;
  width: calc(100% + 6px);
}
.orange_back{
  background-blend-mode: color-burn;
  transition: all 0.3s;
}
.orange_back:hover {
  background-color: rgba(255,255,0,0)!important;
  transition: all 0.3s;
}
.text_block{
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.som_subsection_name{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: black;
  line-height: 1.2;
}
.som_subsection_desc{
  font-size: 15px;
  color: gray;
}
.som_subsection_count{
  color: #ff7e00;
  font-weight: bold;
}