.homepage-sections-v2 {
  padding: 0px 10px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.homepage-sections-v2 div[class*='col-'] {
  padding: 5px;
}
.homepage-sections-v2 .section-box {
  padding: 0px;
  border-radius: 4px;
  height: 155px;
  margin-bottom: 0px;
}
.homepage-sections-v2 .section-box a {
  display: flex;
  flex-direction: column;
}
.homepage-sections-v2 .section-box a:hover {
  background-color: #dedede;
}
.homepage-sections-v2 .section-box a .bg-box {
  overflow: hidden;
  position: relative;
  min-height: 120px;
}
.homepage-sections-v2 .section-box a .bg-box .background {
  border-radius: 4;
  background-repeat: no-repeat;
  margin: -2px;
}
.homepage-sections-v2 .section-box a .bg-box .background:after {
  display: none;
}
.homepage-sections-v2 .section-box a .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 35px;
  justify-content: center;
}
.homepage-sections-v2 .section-box a .info h2 {
  text-shadow: none;
  font-size: 14px;
  text-transform: none;
  color: #313943;
  font-weight: normal;
  line-height: 1;
  padding: 0px 5px;
}
