.h-plus{--v-h-plus-padding:1.3333rem;--v-h-plus-gap:2rem;--v-h-plus-item:1rem;--v-h-plus-title-gap:1.3333rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--v-h-plus-gap);-ms-flex-wrap:wrap;flex-wrap:wrap}.h-plus__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:var(--v-h-plus-padding);gap:var(--v-h-plus-item);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background-color:var(--v-black)}.h-plus__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:var(--v-h-plus-title-gap);line-height:1.2}.h-plus__text{color:var(--v-secondary);line-height:1.3}.h-plus__icon{font-size:1.3333rem;max-width:20px}@media screen and (min-width:768px){.h-plus{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}