.three-card-section{background-color:var(--three-card-bg-color,#fff);padding:0 50px}.three-card-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:24px}.three-card-grid,.three-card-item{display:-webkit-box;display:-ms-flexbox;display:flex}.three-card-item{max-width:410px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.three-card-item img{width:100%;height:auto;display:block;border-radius:8px 8px 0 0}.three-card-item h3{color:var(--three-card-item-title-color,#04101c);font-size:20px;line-height:28px;margin:20px 0 8px}.three-card-item>div{border:1px solid var(--three-card-item-border-color,#ebebeb);border-radius:0 0 8px 8px;padding:0 20px 20px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:none}@media (max-width:1200px){.three-card-grid{-ms-flex-wrap:wrap;flex-wrap:wrap}.three-card-item{max-width:none;width:48.5%;-webkit-box-flex:0;-ms-flex:none;flex:none}}@media (max-width:900px){.three-card-section{padding:0 5%}}@media (max-width:850px){.three-card-item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}