.kbl-section {
  display: block;
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 330px;
}

.kbl-section__header {
  display: block;
  text-align: center;
}

.kbl-section__title-wrapper {
  width: 100%;
}

.kbl-section__title {
  font-family: "KrungsriCondensed";
  color: #222222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  width: auto;
  text-align: left;
  display: flex;
  flex-basis: 150px;
}

.kbl-section__badge {
  padding-left: 0;
  align-self: end;
}

.kbl-section__action {
  align-items: center;
  align-self: center;
}

.kbl-section__header--view-more {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.kbl-section__header--view-more .kbl-section__title-wrapper {
  display: flex;
  flex-direction: row;
}

.kbl-section__description {
  font-family: "Thongterm-Roman", serif;
  font-size: 16px;
  color: #626262;
  margin-top: 8px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .kbl-section {
    max-width: 566px;
  }

  .kbl-section__title {
    font-size: 28px;
    display: block;
    flex-basis: auto;
  }

  .kbl-section__badge {
    padding-left: 25px;
    align-self: center;
  }

  .kbl-section__description {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 996px) {
  .kbl-section {
    max-width: 870px;
  }
}

@media only screen and (min-width: 1300px) {
  .kbl-section {
    max-width: 1160px;
  }
}