
.grid-subtitle {
  font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
}

.grid-title {
  color: #9D8F66;
  text-align: center;
  font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; 
  margin-bottom: 50px;
}

.detail-title {
  color: #5C5D5D;
  font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.caption-top-view {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.caption-icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.caption-icon img{
  width: 100%;
  height: auto;
}

.caption-title {
  color: #5C5D5D;
  font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.caption-hide-desc {
  margin-left: 20px;
  height: 17px;
  width: 30px;
}

.caption-content {
  color: #5C5D5D;
  font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.caption-content ul{
  margin-left: 56px;
}

@media screen and (min-width: 992px) and (max-width: 1080px) {
  
  .grid-text-4 .policy-advanced .caption-content ul {
    padding-left: 56px !important;
  }

  .caption-content ul{
    margin-left: 56px;
  }
}

@media screen and (min-width: 1081px) and (max-width: 1259px) {
  .caption-content ul{
    margin-left: 43px;
  }
}

@media screen and (max-width: 991px) {
  .grid-subtitle {
    color: #5C5D5D;
    text-align: center;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .caption-top-view {
    align-items: flex-start;
    margin-bottom: 0;
  }
  .grid-title {
    color: #9D8F66;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
  }

  .caption-icon {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .caption-hide-desc {
    margin-left: 0;
    height: 23px;
    width: 30px;
  }
  .caption-title {
    color: #5C5D5D;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
  }

  .caption-content {
    color: #5C5D5D;
    font-family: Lato, "Noto Sans HK", "Noto Sans SC", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 0px;
  }
}
