.bank-cooperate-main {
  padding-top: 5em;
  padding-bottom: 0;
}
.bank-cooperate-header {
  width: 100%;
  height: 385px;
  background-image: url('../../web-assets/faq/faq-header.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #EDEBFF;
  display: flex;
  align-items: center;
}
.bank-cooperate-title {
  color: #4E42C2;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.bg-gray {
  padding: 120px 0 0 0;
}
.page-title h1 {
  font-size: 36px;
  line-height: 44px;
}

@media (max-width: 1099px) {
  .bank-cooperate-header {
    height: 268px;
    background-image: url('../../web-assets/faq/faq-header-mb.png');
  }
  .bg-gray {
    padding: 72px 0 0 0;
  }
  .page-title h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 575.98px) {
  .bg-gray {
    padding: 30px 0 0 0;
  }
  .bank-cooperate-header {
    height: 166px;
    align-content: center;
  }
  .bank-cooperate-title {
    width: 100%;
    text-align: center;
    font-size: 32px!important;
  }
  .page-title h1 {
    font-size: 24px!important;
    line-height: 34px;
  }
  .container-agency .border-agency {
    padding: 18px 5px;
  }
}