.Courses{width:100%;min-height:calc(100vh - var(--header-offset));display:flex;flex-direction:column}.Courses .hero-cta{display:flex;gap:1rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.Courses .hero-cta .cta-button{display:flex;justify-content:center;align-items:center;padding:0 2rem;height:45px;min-width:150px;background-color:#076042;border-radius:1rem;font-weight:600;border:none;cursor:pointer}.Courses .hero-cta .cta-button:nth-child(2){background-color:#222;border:none}