.ready-to-start .ready-to-start__content{display:flex;gap:20px;flex-direction:column;align-items:center}.ready-to-start .ready-to-start__content h2{text-align:center;font-size:clamp(36px,5vw,56px);font-weight:500}.ready-to-start .ready-to-start__content p{max-width:80%;text-align:center;font-size:clamp(20px,3vw,24px);color:var(--color-dark-gray)}.ready-to-start .ready-to-start__btns{margin-top:50px;display:flex;gap:10px}.ready-to-start .ready-to-start__btns a,.ready-to-start .ready-to-start__btns button{padding:10px 25px;border-radius:15px;font-weight:500;color:var(--color-white);background-color:var(--color-accent)}.ready-to-start .ready-to-start__btns a:not(:first-child),.ready-to-start .ready-to-start__btns button:not(:first-child){color:var(--color-accent);border:1px solid var(--color-accent);background-color:rgba(0,0,0,0)}@media(max-width:576px){.ready-to-start .ready-to-start__btns{margin-top:10px;gap:15px;flex-direction:column}}.title{width:100%;margin-bottom:50px;padding:0 20px}.title h2{font-size:clamp(42px,3vw,56px);font-weight:500;word-break:break-word;text-align:center}