.header-section {
  background: top center / auto 100% url(../img/financial-header.jpg) no-repeat;
  height: 350px;
}
.logo-wrapper {
  padding-top: 30px;
  text-align: left;
}
.logo-wrapper img {
  width: 400px;
  height: auto;
}
.main-section {
  background: #f4f4f4;
}
.card-wrapper {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 12px 16px;
}
.card-wrapper .title-wrapper {
  font-size: 24px;
  color: #10568a;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #f4f4f4;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.card-wrapper .title-wrapper .iconfont {
  font-size: 32px;
}
.card-wrapper .title-wrapper .more-tag a {
  font-size: 16px;
  color: #333;
}
#mainTab .nav-item {
  flex-grow: 1;
}
#mainTab .nav-link .iconfont {
  font-size: 32px;
  position: relative;
  top: 4px;
}
#mainTab .nav-link {
  border-radius: 0;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #1382d4;
}
#mainTab .nav-link.active {
  background: #10568a;
}
#mainTab .tab-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 4px 4px;
  padding: 20px 16px;
}
.financial-list-wrapper {
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.financial-list-wrapper .entry {
  flex: 0 0 20%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.financial-list-wrapper .entry::before {
  content: "\2022";
  color: #ababab;
}
.image-title-wrapper {
  margin-left: -16px;
  width: calc(100% + 32px);
  overflow: hidden;
  background: center center / auto 100% url(../img/fin-image-title.png)
    no-repeat;
  height: 36px;
}
.category-wrapper .title-wrapper {
  border: 0;
  padding-bottom: 20px;
  padding-left: 60px;
  font-size: 20px;
  color: #004fa7;
  background: top left / auto 100% url(../img/fin-title-bg.png) no-repeat;
}
.buttons-wrapper {
  margin-right: -20px;
  margin-bottom: -10px;
  flex-wrap: wrap;
}
.category-btn {
  flex-grow: 1;
  display: flex;
  background: #e4f2ff;
  border-radius: 6px;
  align-items: center;
  padding: 10px 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #004fa7;
}
.icon-wrapper {
  background: #10568a;
  border-radius: 50%;
  padding: 30px;
  margin-right: 10px;
}
.icon-wrapper .iconfont::before {
  color: #fff;
  font-size: 32px;
  display: block;
  line-height: 0;
  width: 0;
  margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
  .header-section {
    height: 300px;
  }
  .logo-wrapper img {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .header-section {
    height: 230px;
  }
  .logo-wrapper {
    padding-top: 20px;
  }
  .logo-wrapper img {
    width: 230px;
  }
  .financial-list-wrapper .entry {
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .header-section {
    height: 130px;
    background-position: center top;
    background-size: auto 110%;
  }
  .logo-wrapper {
    padding-top: 10px;
    text-align: center;
  }
  .logo-wrapper img {
    width: 140px;
  }
  .financial-list-wrapper .entry {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 575px) {
  .financial-list-wrapper .entry {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 350px) {
  .header-section {
    height: 110px;
    background-position: center top;
    background-size: auto 110%;
  }
  .logo-wrapper {
    padding-top: 10px;
    text-align: center;
  }
  .logo-wrapper img {
    width: 130px;
  }
}
