.card-station{display:flex;gap:8rem;height:50rem;margin:auto auto 10rem;max-width:var(--mainWidthLayout);padding-top:2.4rem;width:100%}@media screen and (max-width:1024px){.card-station{flex-wrap:wrap;gap:6rem;height:-moz-fit-content;height:fit-content;justify-content:center;margin-bottom:8rem;padding-top:1.2rem}}@media screen and (max-width:600px){.card-station{gap:2rem;margin-bottom:2.4rem;padding-top:0}}.card-station_item{display:flex;flex-direction:column;gap:2rem;width:calc(20% - 6.4rem)}@media screen and (min-width:1025px){.card-station_item.item-bot{left:0;position:relative;top:8rem}}@media screen and (max-width:1024px){.card-station_item{width:calc(33.333% - 4rem)}}@media screen and (max-width:600px){.card-station_item{width:calc(50% - 1rem)}}.card-station_item_wrap-img{aspect-ratio:1;border:2px solid #cce9e6;border-radius:50%;display:flex;margin:0 auto;width:100%}.card-station_item_wrap-img img{aspect-ratio:1;display:block;margin:auto;-o-object-fit:contain;object-fit:contain;width:85%}.card-station_item_content{display:flex;flex-direction:column;gap:.4rem;width:100%}.card-station_item_content .ant-typography{margin:0}.card-station_item_content_title{color:var(--colorPrimary);font-size:2.4rem;font-weight:700;text-align:center}@media screen and (max-width:1024px){.card-station_item_content_title{font-size:2rem}}@media screen and (max-width:600px){.card-station_item_content_title{font-size:1.6rem}}.card-station_item_content_sub-title{color:var(--colorText);font-size:1.6rem;text-align:center}@media screen and (max-width:1024px){.card-station_item_content_sub-title{font-size:1.4rem}}.title-component{align-items:center;display:flex;flex-direction:column;gap:1.2rem;justify-content:center}@media screen and (max-width:600px){.title-component{gap:.6rem}}.title-component .text{color:var(--colorPrimaryDark);font-size:4.8rem;font-weight:700;text-transform:uppercase}@media screen and (max-width:1024px){.title-component .text{font-size:3.8rem}}@media screen and (max-width:600px){.title-component .text{font-size:2rem}}.title-component .text-bg{background:#15bdd7;border-radius:.6rem;color:var(--colorTextLightSolid);font-size:4.8rem;font-weight:700;line-height:normal;padding:0 1rem;text-transform:uppercase}@media screen and (max-width:1024px){.title-component .text-bg{font-size:3.8rem}}@media screen and (max-width:600px){.title-component .text-bg{font-size:2rem}}