section.three-articles{
  
  padding: var(--space-7) var(--space-5);
  border-radius: 12px;
  background: #ECF9F9;
}
body.page-template-default section.three-articles{
  
  padding: var(--space-4) var(--space-4);
  
}
body.page-id-59859 section.three-articles{
  margin-top: 0px !important;
}
section.three-articles .choose-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
section.three-articles .choose-list .choose-item {
  padding: var(--space-3);
  display: flex;
  border-radius: 8.155px;
  background: #FFF;
  box-shadow: 0px 4.105px 8.21px 0px rgba(0, 0, 0, 0.07);
  justify-content: space-between;
 
}
section.three-articles .choose-list .choose-item p{
  padding: var(--space-3) 0px;
}
section.three-articles .choose-list .choose-item a{
  border-radius: 4px;
  background: #41C0BE;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 10px 15px;
  float: left;
  gap: 8px;
}
section.three-articles .choose-list .choose-item .choose-text{
  padding: var(--space-2);
}

section.three-articles .choose-list .choose-item .choose-text .choose-icon img{ 
  width: auto;
  max-width: 56px;
}

body.page-id-59859 section.three-articles .choose-list .choose-item .choose-text .value-display, body.page-id-59859 section.three-articles h3{
  color: var(--color-p) !important;
}


