.ready-to-start .ready-to-start__content{display:flex;gap:20px;align-items:center}.ready-to-start .ready-to-start__image{width:400px}.ready-to-start .ready-to-start__image img{width:100%}.ready-to-start .ready-to-start__text{flex:1 1;display:flex;gap:15px;flex-direction:column}.ready-to-start .ready-to-start__text h2{font-size:clamp(42px,5vw,48px);font-weight:500}.ready-to-start .ready-to-start__text p{width:75%;color:var(--color-dark-gray);font-size:24px}.ready-to-start .ready-to-start__btns{margin-top:30px;display:flex;gap:15px}.ready-to-start .ready-to-start__btns a,.ready-to-start .ready-to-start__btns button{padding:10px 25px;border-radius:100px;font-size:18px;color:var(--color-black);background-color:var(--color-white)}.ready-to-start .ready-to-start__btns a:first-child,.ready-to-start .ready-to-start__btns button:first-child{color:var(--color-white);background-color:var(--color-accent)}@media(max-width:1024px){.ready-to-start .ready-to-start__btns{flex-wrap:wrap}}@media(max-width:768px){.ready-to-start .ready-to-start__image{display:none}.ready-to-start .ready-to-start__content{align-items:center}}@media(max-width:500px){.ready-to-start .ready-to-start__text h2{text-align:center}.ready-to-start .ready-to-start__text p{width:100%;text-align:center}.ready-to-start .ready-to-start__btns{justify-content:center}.ready-to-start .ready-to-start__btns button{padding:10px 20px;font-size:16px}}