@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");.strategy-cards{display:flex;flex-direction:column;gap:25px;position:relative}.strategy-cards svg.separator{max-width:100%}.strategy-cards .top{align-items:center;display:flex;gap:40px}.strategy-cards .top .card{background:#fff;border-radius:10px;padding:20px}.strategy-cards .top svg{height:50px;width:auto}.strategy-cards .top .card h4{color:#b455ff;font-family:Syne;font-size:33px;font-weight:400;margin:0 0 10px}.strategy-cards .top .card p{font-family:Roboto;font-size:19px;line-height:120%;margin:0}.strategy-cards .bottom .card{background:#fff;border-radius:10px;padding:20px}.strategy-cards .bottom .card h4{color:#b455ff;font-family:Syne;font-size:33px;font-weight:400;margin:0 0 10px}.strategy-cards .bottom .card p{font-family:Roboto;font-size:19px;line-height:120%;margin:0}.strategy-cards .bottom .sub-cards{display:flex;gap:20px}.strategy-cards .bottom .sub-card{align-items:center;border:1px solid #b455ff33;border-radius:10px;display:flex;gap:30px;padding:40px}.strategy-cards .bottom .sub-card p{color:#6a0090}@media(max-width:1180px){.strategy-cards .top{gap:20px}}@media(max-width:767px){.strategy-cards .top{flex-direction:column;gap:10px}.strategy-cards .top svg{height:30px;transform:rotate(90deg)}.strategy-cards .bottom .sub-cards{flex-direction:column}.strategy-cards .top .card h4{font-size:24px}.strategy-cards .top .card p{font-size:16px}.strategy-cards .bottom .card h4{font-size:24px}.strategy-cards .bottom .card p{font-size:16px}.strategy-cards .bottom .sub-card{gap:20px;padding:20px}}