.tanthos-faq-section {
  padding: 60px 0;
  background: var(--bg-color, #fff);
  display: flex;
  justify-content: space-between;
}
.tanthos-faq-section .tanthos-faq-title-wrap {
  width: 40%;
}
.tanthos-faq-section .tanthos-faq-title-wrap-img{
  width: 100%;
  height: 780px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tanthos-faq-section .container{
  max-width: 50%;
}

.tanthos-faq-section .tanthos-faq-flag {
  font-weight:700;
  font-size:clamp(40px, 7.77vw, 148px);
  color: var(--text-color, #111);
  letter-spacing: -1.48px;
}
.tanthos-faq-section .tanthos-faq-title {
  font-weight:700;
  font-size: 48px;
  text-align: right;
  letter-spacing: -0.48px;
  padding-right: 30px;
  color: var(--text-color, #111);
}
.tanthos-faq-section .tanthos-faq-list{
  margin-top: 60px;
}
.tanthos-faq-list .card {
  border: none;
}
.tanthos-faq-list .card-faq {
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  color: #242424;
}
.tanthos-faq-list .faq-q-title {
  line-height: 48px;
  flex: 1;
}
.tanthos-faq-list .faq-arrow {
  font-size: 28px;
  color: #242424;
  font-weight: 400;
  transition: all 0.2s;
}
.tanthos-faq-list .card-header[aria-expanded="true"] .faq-arrow {
  content: "-";
}
.tanthos-faq-list .card-header[aria-expanded="false"] .faq-arrow {
  content: "+";
}
.tanthos-faq-list .card-body {
  background: #fff;
  border-top: none;
  padding: 0px 24px;
  font-family:var(--font-family);
  font-size: 18px;
  color: var(--text-color);
  display: flex;
  align-items: flex-start;
}
.tanthos-faq-list .faq-a-icon {
  color: var(--color-primary, #242424);
  font-weight: 900;
  margin-right: 8px;
  font-size: 20px;
}
.tanthos-faq-list .faq-a-content {
  color: #797979;
  font-weight: 400;
  font-family: "Noto Sans";
  font-size: 16px;
  flex: 1;
  padding-left: 10px;
}
@media (max-width: 1550px) {
  .tanthos-faq-section .tanthos-faq-title {
    font-size: 38px;
  }
  .tanthos-faq-section .tanthos-faq-list{
    margin-top: 40px;
  }
  .tanthos-faq-section .tanthos-faq-title-wrap-img{
    height: 680px;
  }
  .tanthos-faq-list .faq-q-title {
    line-height: 42px;
  }
  .tanthos-faq-list .card-faq {
    font-size: 18px;
  }
  .tanthos-faq-list .faq-a-content {
    font-size: 16px;
  }
}
@media (max-width: 1367px) {
  .tanthos-faq-section .tanthos-faq-title {
    font-size: 30px;
  }
  .tanthos-faq-section .tanthos-faq-list{
    margin-top: 20px;
  }
  .tanthos-faq-section .tanthos-faq-title-wrap-img{
    height: 680px;
  }
  .tanthos-faq-list .faq-q-title {
    line-height: 36px;
  }
  .tanthos-faq-list .card-faq {
    font-size: 16px;
  }
  .tanthos-faq-list .faq-a-content {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .tanthos-faq-section .tanthos-faq-title {
    font-size: 38px;
    text-align: left;
  }
  .tanthos-faq-section .tanthos-faq-list{
    margin-top: 40px;
  }
  .tanthos-faq-title-wrap{
    display: none;
  }
  .tanthos-faq-section .container{
    max-width: 960px;
    padding: 0 37px;
  }
  .tanthos-faq-section{
    padding: 38px 0 0px;
  }
  .tanthos-faq-section .faq-q-title{
    font-size: 16px;
  }
  .tanthos-faq-section .faq-a-content{
    font-size: 16px;
    max-width:94%;
  }
}
@media (max-width: 767.98px) {
  .tanthos-faq-section {
    padding: 32px 0;
  }
  .tanthos-faq-main-title {
    font-size: 24px;
  }
  .tanthos-faq-sub-title {
    font-size: 16px;
  }
  .tanthos-faq-list .card-header, .tanthos-faq-list .card-body {
    font-size: 16px;
  }
  .tanthos-faq-section .container{
    max-width: 100%;
    padding: 0 24px;
  }
  .tanthos-faq-list .faq-a-content{
    padding-left: 0;
  }
  .tanthos-faq-list .card-body{
    padding: 0 20px;
  }
} 
@media screen and (max-width: 576px) {
  .tanthos-faq-section .tanthos-faq-title {
    font-size: 24px;
  }
  .tanthos-faq-list .faq-arrow{
    font-size: 10px;
  }
  .tanthos-faq-section .tanthos-faq-list{
    margin-top: 24px;
  }
  .tanthos-faq-title-wrap{
    display: none;
  }
  .tanthos-faq-section{
    padding: 20px 0;
  }
  .tanthos-faq-section .faq-q-title{
    font-size: 10px;
    font-weight: 700;
    line-height: 24px; /* 240% */
    letter-spacing: -0.18px;
  }
  .tanthos-faq-section .faq-a-content{
    font-size: 8px;
    font-style: normal;
    line-height: 15px; /* 187.5% */
    letter-spacing: -0.16px;
  }
}