section .body{display:flex;flex-direction:row;gap:58px;padding-top:60px;padding-bottom:80px}@media (max-width:992px){section .body{flex-direction:column;padding-bottom:30px}}section .body img.hero-image{object-fit:cover;height:409px;max-width:40%;border-radius:8px;flex:1}@media (max-width:992px){section .body img.hero-image{max-width:100%}}section .body .content{flex:1;display:flex;flex-direction:column;justify-content:flex-start}section .body .content .accordion-button{color:#1c1254;font-family:Inter,sans-serif;font-weight:600;font-size:20px}section .body .content .accordion-body{color:#525477;text-overflow:ellipsis;font-size:16px;line-height:150%;letter-spacing:-.08px;font-family:Inter,sans-serif;font-weight:400}section .body .content .btn-link{font-family:Inter,sans-serif;font-weight:600;color:white;font-size:16px;display:flex;height:44px;padding:0 20px;justify-content:center;align-items:center;gap:4px;border-radius:8px;text-decoration:none}section .body .content .btn-link.primary{background:#3b19e6;color:white}section .body .content .btn-link.secondary{background:#ebeeff;color:#311ab9}section .body .content .btn-link.active,section .body .content .btn-link:hover{text-decoration:none}section .body .content ul{display:flex;gap:8px;flex-direction:column;margin-bottom:40px}section .body .content ul li{display:flex;align-items:center;gap:8px}section .body .content ul li img{width:24px;height:24px}section .body .content ul li span{color:#1c1254;font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:normal}