.page footer {
  width: 100%;
  background-image: url("../static/b3.png");

  background-color: #0d5aa7ef;
      background-position: top;
    background-size: 100% 85%;
    background-repeat: no-repeat;
}
.page footer .banner {
  background-color: #195189;
  color: #fff;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 16px;
}
.page footer .info {
  width: 100%;

}
.page footer .info .content {
  width: 1440px;
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0 auto;
  padding: 40px 0;
}
.page footer .info .content .desc {
  width: 0;
  flex-grow: 1;
  display: grid;
  grid-template-rows: repeat(2, max-content);
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
}
.page footer .info .content .desc .block {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page footer .info .content .desc .block:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
.page footer .info .content .desc .block .title {
  font-family: Source Sans Pro, Source Sans Pro;
font-weight: 700;
font-size: 24px;
color: #FFFFFF;
}
.page footer .info .content .desc .block .sub-title {
  font-family: Source Sans Pro, Source Sans Pro;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}