.how-to-apply-landing {
    padding: 120px 0 20px;

    .how-to-apply-eyebrow {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 24px;
        color: var(--title-color);
        font-weight: bold;
        text-align: center;
    }

    .how-to-apply-title {
        font-size: 120px;
        line-height: 1em;
        text-align: center;
        margin: 10px 0 50px;
    }

    .how-to-apply-description {
        width: 60%;
        margin: 0 auto;
        font-size: 22px;
        line-height: 1.5;
        text-align: center;
    }
}


.how-to-apply-breadcrumb {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: var(--title-color);
    font-weight: 700;
    transition: all 0.3s ease;
    text-decoration: none;
}

.how-to-apply-breadcrumb:hover {
    text-decoration: underline;
    text-decoration-color: black;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;

}

.how-to-apply-body {
    padding: 120px 0 160px;
}

.how-to-apply-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
    gap: 80px;
}

.how-to-apply-content {
    font-size: 20px;
    line-height: 1.7;
    max-width: 720px;

    h1, h2, h3 {
        font-family: "Nunito", sans-serif;
        font-weight: 900;
        margin-top: 60px;
        margin-bottom: 16px;
        color: var(--title-color);
        text-align: left;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    p {
        margin-bottom: 24px;
        font-size: 24px;
    }
}

.how-to-apply-sidebar {
    position: sticky;
    top: 40px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 24px;

    display: flex;
    flex-direction: column;
    align-items: center;

    .how-to-apply-book-cover {
        border: 1px solid #000;
        box-shadow: 0 4px 10px 2px rgba(0 0 0 / 0.4);
        border-radius: 16px;
        overflow: hidden;
    }

    .how-to-apply-book-details {
        margin-top: 20px;
    }

    .how-to-apply-title {
        font-size: 24px;
        font-weight: 800;
    }

    .how-to-apply-author {
        font-size: 24px;
        font-style: italic;
        color: var(--text-color);
    }

    .how-to-apply-tagline {
        font-size: 24px;
        margin-top: 24px;
        color: var(--text-color);
    }
}

.how-to-apply-footer {
    padding-bottom: 100px;
}
