.page_container__CYzmL{height:100%;display:flex;flex-direction:row;justify-content:space-between;gap:20px}.page_content__mMn5e{width:100%;display:flex;flex-direction:column;gap:20px}.page_cards__EkNlE{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:10px;gap:10px}.page_card__bB_SX{height:200px;background-color:var(--primary-light);color:var(--primary-dark);font-size:20px;font-weight:600;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:all .3s}.page_card__bB_SX:hover{background-color:var(--primary-dark);color:var(--primary-light)}.page_card__bB_SX .page_icon__gWMzL{font-size:28px}.page_quote__z5FiA{padding:20px 80px;display:flex;flex-direction:column;gap:5px}.page_quote__z5FiA p{font-size:28px;font-weight:500;text-align:justify}.page_quote__z5FiA span{text-align:end;font-size:20px;font-weight:600}.page_quote__z5FiA span:before{content:"";content:"-";padding-right:5px}@media screen and (max-width:1280px){.page_cards__EkNlE{grid-template-columns:repeat(4,1fr)}.page_quote__z5FiA{padding:20px 40px}.page_quote__z5FiA p{font-size:24px}}@media screen and (max-width:1024px){.page_cards__EkNlE{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.page_card__bB_SX{font-size:18px}.page_quote__z5FiA{padding:20px 0}.page_quote__z5FiA p{font-size:20px}.page_quote__z5FiA span{font-size:18px}}@media screen and (max-width:640px){.page_cards__EkNlE{grid-template-columns:repeat(2,1fr)}.page_card__bB_SX{height:150px}}@media screen and (max-width:480px){.page_cards__EkNlE{grid-template-columns:repeat(1,1fr)}}