#bannerportal {
  margin-top: 40px;
}

#bannerportal .container {
  background-image: url('../../images/home/banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1200px !important;
  overflow: hidden;
  padding: 22px 15px 27px 15px;
}

#bannerportal .container .inner {
  gap: 73px;
}

#bannerportal .col1 {
  font-size: 61px;
  color: #fff;
  line-height: 25px;
  padding-top: 11px;
}

#bannerportal .introducing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 38.5px;
}

#bannerportal .col2 p {
  font-size: 22px;
  line-height: 25px;
}

#bannerportal .button {
  font-size: 17px;
  color: #fff;
  height: 52px;
  line-height: 54px;
  padding: 0 25px;
}

#bannerportal .d1::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -46px;
  width: 107.5px;
  height: 53px;
  background-image: url('../../images/home/portal-decor-1.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#bannerportal .d2::after {
  content: '';
  position: absolute;
  top: -20px;
  right: -36px;
  width: 108px;
  height: 53.5px;
  background-image: url('../../images/home/portal-decor-2.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px ) {
  #bannerportal {
    padding: 45px 0;
  }
  #bannerportal img {
    display: none;
  }
  #bannerportal .inner {
    justify-content: center;
    gap: 0 20px;
  }
}
@media screen and (max-width: 992px ) {
  #bannerportal {
    padding-bottom: 0;
  }
  #bannerportal .inner {
    flex-wrap: wrap;
  }
  #bannerportal .inner > * {
    width: 100%;
  }
  #bannerportal img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
  }
  #bannerportal .container .inner {
    gap: 50px;
  }
}
@media screen and (max-width: 567px ) {
  #bannerportal {
    padding-top: 20px;
  }
  #bannerportal .container {
    padding: 64px 15px 45px 15px;
  }
  #bannerportal .d1::after {
    top: -65px;
    left: 36px;
    width: 89.5px;
    height: 41px;
  }
  #bannerportal .d2::after {
    width: 89.5px;
    height: 41px;
    top: -62px;
    right: 36px;
  }
  #bannerportal .container .inner {
    gap: 20px;
  }
  #bannerportal .col1 {
    font-size: 47px;
    line-height: 0.5;
  }
  #bannerportal .col2 p {
    margin-top: 4px;
  }
  #bannerportal .col1 .introducing {
    font-size: 30px;
    display:block;
    margin-bottom:-10px;
  }
  #bannerportal .button {
    padding: 0 29px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 7px;
    margin-top: 20px;
  }
  #preapproved .col1 .text-right {
    font-size:30px;
  }
  #bannerportal .login {
    top: -105px;
    left: -106px;
    padding-bottom: 12px;
  }
  #bannerportal .col1 .d1 {line-height:1.1; }
}

@media screen and (max-width: 400px ) {
  #bannerportal .col1 {font-size:40px;}

}