.promo-banner {
  height: 100vh;
  background-image: url("../img/banner/สินเชื่อเคหะ-mobile.jpg");
  background-image: url("../img/banner/สินเชื่อเคหะ-mobile.jpg") ;
  background-size: cover;
  background-position: center;
  padding: calc(95px + 26px) 24px;
}
.promo-banner h1 {
  font-size: 32px;
  font-family: "DBHeavent-Med";
  letter-spacing: 0.24px;
  color: #eb008a;
}
.promo-banner h2 {
  font-size: 24px;
  font-family: "DBHeavent";
  line-height: 1.11;
  letter-spacing: 0.12px;
  color: #333;
}
.promo-banner h3 {
  font-family: "DBHeaventt";
  font-size: 24px;
  letter-spacing: 0.12px;
  color: #333;
  border-left: 3px solid #ec008c;
  padding-left: 8px;
}

.promo-banner a.promo-shotcut,
.promo-banner a:hover.promo-shotcut {
  font-family: "DBHeavent";
  font-size: 26px;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: auto ;
}

@media (min-width: 992px) {
  .promo-banner {
    height: 640px;
    background-image: linear-gradient(
      rgba(237, 0, 140, 0.25),
      rgba(0, 0, 0, 0) 30%
    ), url("../img/banner/สินเชื่อเคหะ.jpg");
    background-size: cover;
    background-position: right;
    padding: calc(120px + 100px) 135px;
  }
  .promo-banner::after {
    background-image: linear-gradient(
      to bottom,
      rgba(237, 0, 140, 0.25),
      rgba(0, 0, 0, 0) 15%
    );
  }
  .promo-banner h1 {
    font-size: 64px;
    letter-spacing: 0.3px;
    color: #ec008c;
  }
  .promo-banner h2 {
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 0.3px;
    color: #333;
  }
  .promo-banner h3 {
    font-family: "DBHeaventt";
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #333;
    border-left: 3px solid #ec008c;
    padding-left: 8px;
  }
}
@media screen and (min-width: 501px) and (max-width: 1359px) {
    .promo-banner {
        height: calc(100vw / (1188/521));
        background-image: linear-gradient( rgba(237, 0, 140, 0.25), rgba(0, 0, 0, 0) 30% ), url("../img/banner/สินเชื่อเคหะ.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 95px;
        padding-top: 40px;
    }

        .promo-banner h2 {
            line-height: 0.9;
        }
}
