.call_banner{align-items:center;display:flex;gap:32px}.call_banner_left{display:flex;flex-direction:column;gap:32px}.call_banner_text{display:flex;flex-direction:column;gap:8px}.call_banner_principal_text{color:var(--light-grey)}.call_banner_principal_text,.call_banner_secondary_text{font-family:var(--principal-font);font-size:28px;font-weight:600;line-height:40px;margin:0}.call_banner_secondary_text{color:var(--lemon-green)}.call_banner_button,.call_banner_button:active,.call_banner_button:hover{background-color:var(--lemon-green);border-radius:100px;color:var(--purple-blue);font-family:var(--principal-font);font-size:14px;font-weight:600;letter-spacing:.02em;line-height:16.94px;padding:17.5px 24px;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:fit-content}.call_banner_button:active,.call_banner_button:hover{background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),#9ae66e}.call_banner_img{height:100%;object-fit:contain;width:50%}@media (max-width:1024px){.call_banner{flex-direction:column}.call_banner_button,.call_banner_button:active,.call_banner_button:hover{text-align:center;width:100%}.call_banner_img{width:100%}}