.footer_top_pane {
  background-color: #151f26;
  padding-top: 1.42857rem;
  padding-bottom: 1.42857rem;
}
.footer_top_pane a.box_a {
  color: rgba(255, 255, 255, 0.8);
}
.footer_top_pane .u-shadow {
  padding-bottom: 1.42857rem;
  padding-left: 2.14286rem;
  padding-right: 2.14286rem;
  border: solid 1px #eee;
  -webkit-box-shadow: 0 20px 25px -12px rgb(0 0 0 / 9%);
  box-shadow: 0 20px 25px -12px rgb(0 0 0 / 9%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  text-align: center;
}
.footer_top_pane span.u-shadow-block {
  color: rgba(255, 255, 255, 0.6);
  font-size: 5.71429rem;
  display: inline-block;
}
.footer_top_pane h3 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem!important;
  font-size: 1.25rem;
}
.footer_top_pane .col-lg-4:first-child span.u-shadow-block:hover {
  color: #3398dc;
}
.footer_top_pane .col-lg-4:nth-child(2) span.u-shadow-block:hover {
  color: #72c02c;
}
.footer_top_pane .col-lg-4:last-child span.u-shadow-block:hover {
  color: #ebc71d;
}
.footer_top_pane .col-lg-4 {
  padding-top: 2.14286rem;
  padding-bottom: 2.14286rem;
  padding-left: 2.14286rem;
  padding-right: 2.14286rem;
}