@import url('/assets/css/components/molecules/breadcrumb.css');
.quality-policy .container{
    display: flex;
    flex-direction: column;
    max-width: 892px;
}
.quality-policy .container .box{
    padding: 32px 0;
    border-bottom: 1px solid #0A0A0A1A;
    display: flex;
    align-items: center;
    gap: 12px;
}
.quality-policy .container .box:nth-child(1){
   padding-top: 0;
}
.quality-policy .container .box .icon{
    min-width: 32px;
    height: 32px;
    background-color: #06DF731A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.quality-policy .container .box h4{
    font-weight: var(--font-semibold);
    font-size: var(--text-base);
    line-height: var(--text-base-line-height);
    color: var(--neutral-950);
    margin-bottom: 8px;
}
.quality-policy .container .box .content{
  display: flex;
  flex-direction: column;
}
.quality-policy .container .box p{
    font-weight: var(--font-normal);
    font-size: var(--text-sm);
    line-height: var(--text-sm-line-height);
    color: var(--neutral-950);
    text-align: justify;
}
.quality-policy .container .box p strong{
    font-weight: var(--font-semibold);
}

.prize img{
    width: 100%;
}
.statistics-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
}
.statistics-text p{
    text-align: left;
    font-size: var(--text-base);
    line-height: var(--text-base-line-height);
    color: var(--neutral-950);
    font-weight: var(--font-normal);
}
.statistics-text  p strong{
    font-weight: var(--font-semibold);
}
@media screen and (max-width:640px){
  .statistics-text p{
      font-size: var(--text-sm);
      line-height: var(--text-sm-line-height);
  }
}