@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .about {
    padding-top: 85px !important;
  }
  .about-title {
    margin: 24px 0 28px 0 !important;
  }
  .about-content {
    padding: 0 5% !important;
  }
  .about-info {
    flex-direction: column !important;
  }
  .about-img {
    width: 100% !important;
    height: 415px !important;
    margin-left: 0 !important;
    object-position: 30% !important;
  }
  .page-menu {
    padding: 0 14px !important;
  }
  .about-info-title {
    text-align: center;
    margin: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
.footer[page] {
  background-color: #F6F6F6;
}
.about {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 167px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-content {
  position: relative;
  width: 100%;
  padding: 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
  text-align: justify;
}
.about-title {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #05315A;
  margin: 22px 0 53px 0;
}
.about-title::before {
  content: ' ';
  display: inline-block;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -36px;
  transform: translateY(-50%) rotate(225deg);
  border-left: 1px solid;
  border-bottom: 1px solid;
  color: #05315A;
}
.about-info {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.about-info-title {
  font-size: 24px;
  font-weight: 600;
}
.about-desc {
  margin: 17px 0 35px 0;
}
.about-img {
  width: 480px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
  margin-left: 25px;
}

.about-btn {
  width: 182px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  background: #05315A;
  border-radius: 0px 0px 0px 15px;
  cursor: pointer;
  margin: 60px 0;
}
.about-btn:hover {
  text-decoration: none;
  color: #05315A;
  background: #fff;
  border: 1px solid;
}