.edu_banner_wrapper{display:flex;align-items:center;justify-content:space-between;padding:80px 25px;gap:60px;min-height:600px;font-family:var(--font-nunito)}@media screen and (max-width:992px){.edu_banner_wrapper{flex-direction:column-reverse;text-align:center;padding:40px 20px}}.edu_banner_wrapper .edu_banner_left{flex:1 1;width:100%}.edu_banner_wrapper .edu_banner_left .image_grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;grid-gap:20px;gap:20px;position:relative}.edu_banner_wrapper .edu_banner_left .image_grid .card{border-radius:20px;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.edu_banner_wrapper .edu_banner_left .image_grid .card img{width:100%;height:100%;object-fit:cover}.edu_banner_wrapper .edu_banner_left .image_grid .info_card h3{font-size:28px;margin:0;font-weight:700}.edu_banner_wrapper .edu_banner_left .image_grid .info_card p{font-size:14px;margin:5px 0 0;opacity:.8}.edu_banner_wrapper .edu_banner_right{flex:1 1;display:flex;flex-direction:column;gap:20px}.edu_banner_wrapper .edu_banner_right .mission_tag{color:#5138c3;font-weight:700;font-size:14px;letter-spacing:1.5px;text-transform:uppercase;position:relative;padding-left:50px}.edu_banner_wrapper .edu_banner_right .mission_tag:before{content:"";position:absolute;left:0;top:50%;width:40px;height:2px;background:#5138c3}.edu_banner_wrapper .edu_banner_right h1{font-size:48px;font-weight:700;line-height:1.2;color:#1a1a1a;margin:0}.edu_banner_wrapper .edu_banner_right h1 .highlighted{color:#5138c3}@media screen and (max-width:768px){.edu_banner_wrapper .edu_banner_right h1{font-size:2.2rem}}.edu_banner_wrapper .edu_banner_right p{font-size:18px;color:#545457;line-height:1.6;margin:0}@media screen and (max-width:768px){.edu_banner_wrapper .edu_banner_right p{font-size:15px}}.edu_banner_wrapper .edu_banner_right .button_group{display:flex;gap:15px;margin-top:10px}@media screen and (max-width:992px){.edu_banner_wrapper .edu_banner_right .button_group{justify-content:center}}.edu_banner_wrapper .edu_banner_right .button_group button{padding:12px 30px;border-radius:8px;font-weight:600;cursor:pointer;transition:.3s;border:2px solid #5138c3}.edu_banner_wrapper .edu_banner_right .button_group .btn_primary{background:#5138c3;color:#fff}.edu_banner_wrapper .edu_banner_right .button_group .btn_primary:hover{background:#412d9b}.edu_banner_wrapper .edu_banner_right .button_group .btn_outline{background:transparent;color:#5138c3}.edu_banner_wrapper .edu_banner_right .button_group .btn_outline:hover{background:rgba(81,56,195,.1)}.joe_wrapper{display:flex;flex-direction:column;gap:48px;margin-bottom:40px}@media screen and (max-width:768px){.joe_wrapper{gap:23px}}.joe_wrapper .joe_cards{width:100%;display:flex;align-items:stretch;justify-content:space-between;gap:20px}@media screen and (max-width:768px){.joe_wrapper .joe_cards{flex-direction:column;gap:20px}}.joe_card_wrapper{display:flex;padding:30px 28px;border:1px solid #e8e8f0;border-radius:16px;flex:1 1;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:box-shadow .25s ease,transform .25s ease}.joe_card_wrapper:hover{box-shadow:0 8px 28px rgba(0,0,0,.1);transform:translateY(-3px)}.joe_card_wrapper .joe_card_content{display:flex;flex-direction:column;gap:14px;width:100%}.joe_card_wrapper .joe_card_content .joe_icon_badge{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:6px;flex-shrink:0}.joe_card_wrapper .joe_card_content .joe_card_top{display:flex;flex-direction:column;gap:6px}.joe_card_wrapper .joe_card_content .joe_card_top h2{margin:0;font-size:40px;font-weight:700;font-family:var(--font-nunito);line-height:1.1;color:#1a1a2e;background:none;-webkit-text-fill-color:#1a1a2e}.joe_card_wrapper .joe_card_content .joe_card_top h5{margin:0;font-size:18px;line-height:24px;font-weight:700;font-family:var(--font-nunito);color:#1a1a2e}.joe_card_wrapper .joe_card_content .joe_desc{font-size:15px;font-weight:400;line-height:26px;font-family:var(--font-nunito);color:#6b7280;flex:1 1}.joe_card_wrapper .joe_card_content .joe_learn_more{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:15px;font-weight:700;font-family:var(--font-nunito);color:#5138c3;text-decoration:none;transition:gap .2s ease}.joe_card_wrapper .joe_card_content .joe_learn_more span{transition:transform .2s ease}.joe_card_wrapper .joe_card_content .joe_learn_more:hover{gap:10px}.joe_card_wrapper .joe_card_content .joe_learn_more:hover span{transform:translateX(3px)}