.book-session-section {
    background-color: black;
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    font-family: 'Poppins', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book-session-wrapper {
    width: 100%;
    height: auto;
    width: 100%;
}

.book-session-hero {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    padding-top: 10%;
    padding-bottom: 10%;
    width: auto;
    height: 100vh;
    width: auto;

}

.book-session-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 4rem;
}


.book-session-header {
    font-size: 13.5rem;
    font-weight: 400;
    width: 100%;
    line-height: 110%;
    text-wrap: wrap;
    word-break: keep-all;
    text-transform: uppercase;
}


.book-session-hero-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    width: max-content;
    padding-right: 100%;

}

.book-session-hero-content img {
    width: 30rem;
    height: 30rem;
    margin-right: 4rem;
}

.book-session-hook {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 4rem;
    width: 100%;
    height: auto;
    padding-bottom: 10%;
}

.book-session-button {
    font-size: 2rem;
    padding: 1.6rem 2.5rem;
    height: auto;
    background-color: black;
    color: white;
    border: 1px solid white;
    height: auto;
    width: auto;
    white-space: nowrap;
}

.book-session-button:hover {
    background-color: white;
    color: black;
    border: 1px solid black;
    transition: all 0.3s ease-in-out;
}

.book-session-hook-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    width: 100%;
}

.book-session-hook-content .left {
    width: 40%;
}

.book-session-hook-content .right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.book-session-hook-content img {
    width: 40rem;
    height: auto;
}

.book-session-hook-content .book-session-header {
    font-size: 6.4rem;
    max-width: 70rem;
    margin-bottom: 6rem;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}

@media (max-width: 1024px) {

    .book-session-hero-content {
        width: max-content;
        padding-right: 105%;
    }

    .web-design-header {
        font-size: 10rem;
    }
}


@media (max-width: 768px) {
    .book-session-header {
        font-size: 8rem;
    }

    .book-session-hero-content {
        width: max-content;
        padding-right: 102%;
    }

    .book-session-hook-content {
        flex-direction: column;
    }

    .book-session-hook-content .left {
        width: 100%;
    }

    .book-session-hook-content .right {
        width: 100%;
        align-items: flex-start;
    }

    .book-session-hook-content .book-session-header {
        font-size: 5rem;
        margin-bottom: 4rem;
    }

    .book-session-hook-content img {
        width: 90%;
        height: auto;
        margin-bottom: 3rem;
    }
}