#shutting-down-message .sc-inner {
  background: url("https://www.kasikornbank.com/SiteCollectionDocuments/business/sme/digital-banking/kplus-sme/img/kplus-sme-shutting-down-bg-dt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sc-shutting-down-message {
  background: url("https://www.kasikornbank.com/SiteCollectionDocuments/business/sme/digital-banking/kplus-sme/img/kplus-sme-shutting-down-bg-green-dt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  margin-top: 120px;
  /* display: grid;
  grid-template-columns: 0.6fr 1fr; */
  display: flex;
  align-items: center;
  padding: 48px 32px;
  gap: 32px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.sc-shutting-down-message img {
  max-width: 270px;
  max-height: 256px;
}
.text-content {
  width: 100%;
}
.text-content p {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4px;
}
.text-content h3 {
  color: #FFFFFF;
  font-size: 33px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 0;
}
.text-content .date-time {
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  line-height: 150%;
  margin-bottom: 16px;
}
.bg-linear-sc-shutting {
  background: linear-gradient(92.85deg, #0D6A35 -0.62%, #269142 100%);
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.bg-linear-sc-shutting p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}
.bg-linear-sc-shutting .text-green {
  color: #9AE640 !important;
  font-size: 26px;
  line-height: 150%;
  margin-bottom: 4px;
}
.wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-btn a {
  max-width: 220px;
}
.show-mb {
  display: none;
}

@media screen and (max-width: 767px) {
  main.main:before {
      content: "";
      background: linear-gradient(180deg, rgb(59 59 59 / 42%) 0%, rgba(53, 159, 214, 0) 100%);
      top: 0;
      position: absolute;
      width: 100%;
      height: 100px;
      z-index: 1;
  }
  #shutting-down-message .sc-inner {
      background: url("https://www.kasikornbank.com/SiteCollectionDocuments/business/sme/digital-banking/kplus-sme/img/kplus-sme-shutting-down-bg-mb.jpg");
  }
  .show-mb {
      display: block;
  }
  .sc-shutting-down-message {
      background: url("https://www.kasikornbank.com/SiteCollectionDocuments/business/sme/digital-banking/kplus-sme/img/kplus-sme-shutting-down-bg-green-mb.jpg");
      flex-direction: column;
      padding: 24px 16px;
      gap: 32px;
      margin-top: 60px;
  }
  .sc-shutting-down-message img {
      max-width: 179px;
  }
  .text-content p {
      font-size: 18px;
      line-height: 27px;
  }
  .text-content h3 {
      font-size: 24px;
      line-height: 150%;
  }
  .text-content .date-time {
      font-size: 20px;
      line-height: 150%;
  }
  .bg-linear-sc-shutting p {
      font-size: 16px;
      line-height: 24px;
  }
  .bg-linear-sc-shutting .text-green {
      font-size: 20px;
      line-height: 150%;
  }
  .wrapper-btn a {
      max-width: unset;
  }
  .section .sc-inner {
      padding-bottom: 64px;
  }
}