.first {
  display: flex;
  align-items: center;
  max-height: 350px;
  background-color: #fff!important;
  background-image:url('../img/bg_head_customer.webp');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  margin: 0;
  animation: autoBG 1500ms;
}

#txt_header {
  height: inherit;
  margin: 0px;
}

#article_list {
  min-height: 300px;
}

.main {
  background-color: #FF6969;
  background-image: url('../img/bg_customer2.webp');
}



#article_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.article-content {
  display: flex;
  justify-content: space-evenly;
}

.article::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: 35px;
  background: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: -25px;
  left: -1px;
  border: 1px solid #FF6969;
  border-bottom: 0px;
  z-index: 0!important;
}

.article {
  position: relative;
  background: #fff;
  z-index: 100!important;
  border: 1px solid #FF6969;
  border-top: 0px;
  border-radius: 12px;
}


.article-card {
  display: flex;
  width: 22%;
  min-width: 220px;
  height: 240px;
  flex-direction: column;
  /* background-color: #fff; */
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 250ms;
  transform: scale(1);
  align-items: center;
}

.article-card:hover {
  transform: scale(1.05);
}

.article-card > img {
  width: 200px;
}

.article-card > span {
  font-size: 15px;
  line-height: 16px;
  padding-top: 10px;
  text-align: center;
}

.article-card > .tag {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  justify-content: center;
}

.article-card > .tag > span {
  width: auto;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin-right: 10px;
  border-radius: 15px;
  line-height: 16px;
  font-size: 12px;
  padding: 6px 10px 4px;
  background-color: aliceblue;
  margin-top: 4px;
}

.article-card > .tag > span > img {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin-right: 8px;
  margin-top: -2px;
}

/*
.what-say {
  background-color: #3F1D38;
  background-image: url('../img/bg_customer.webp');
}

.blockquote-custom {
  position: relative;
  font-size: 1.2rem;
  border-radius: 18px!important;
}

.blockquote-footer::before {
  content: ''!important;
}


.blockquote-footer {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-origin: border-box;
}

.blockquote-footer.narong {
  background-image: url('../img/customer/narong.webp');
}

.blockquote-footer.tipco {
  background-image: url('../img/customer/tipco.webp');
}

.blockquote-footer.sfg {
  background-image: url('../img/customer/sfg.webp');
}

.blockquote-footer.bst {
  background-image: url('../img/customer/bstone.webp');
}

.blockquote-custom-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 60px;
  font-size: 1.7rem;
}

.highlight {
  position: relative;
  padding-left: 20px;
  font-size: 26px;
  font-style: italic;
  color: crimson;
}

.highlight::before {
  content: '"';
  font-size: 4.5rem;
  position: absolute;
  top: -0.5em;
  left: -0.2em;
  color: #626566;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.highlight::after {
  content: '"';
  font-size: 4.5rem;
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  color: #626566;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.mark-text {
  color: red;
}

@media only screen and (max-width: 1200px) {
  .blockquote-footer {
    background: transparent!important;
  }
}

@media (min-width: 1200px){
  .first {
    min-height: 15rem;
  }
}
*/
