h1 {
    margin-top: -20px;
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 0;
}

.container {
    margin-top: 60px;
    margin-bottom: 0;
}

.legendsbanner {
    width: 100%;
    height: 100vh;
    max-height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #FBE8BD;
}

.sunwukong {
    width: 60%;
}

.legendstext {
    text-align: left;
    margin: auto 40px;
}

.legendscontent {
    display: flex;
    justify-content: center;
    gap: 240px;
    padding: 116px 90px;
    position: relative;
    z-index: 1;
}

.legendsthumbnail {
    width: 100%;
}

.legends {
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 400px;
}

.legends p {
    margin: 30px 0;
}

.legendscloud:first-child {
    position: absolute;
    transform: scaleX(-1);
    left: -160px;
    top: 40px;
    z-index: -1;
}

.legendscloud:nth-child(2) {
    position: absolute;
    transform: scaleX(1);
    right: -160px;
    top: 40px;
    z-index: -1;
}

.legendscloud:nth-child(3) {
    position: absolute;
    transform: scaleX(1);
    left: -250px;
    bottom: 30px;
    z-index: -1;
}

.legendscloud:nth-child(4) {
    position: absolute;
    transform: scaleX(-1);
    right: -250px;
    bottom: 30px;
    z-index: -1;
}

/* Tablet and mobile styles */
@media screen and (max-width: 1350px) {
    .legendscloud:first-child {
        left: -300px;
        top: 230px;
    }

    .legendscloud:nth-child(2) {
        right: -200px;
        top: 40px;
    }

    .legendscloud:nth-child(3) {
        left: -350px;
        bottom: 30px;
    }

    .legendscloud:nth-child(4) {
        right: -500px;
        bottom: 30px;
    }
}

@media screen and (max-width: 1080px) {
    .legendsbanner {
        height: fit-content;
    }

    .legendscontent {
        display: flex;
        justify-content: center;
        gap: 20%;
        padding: 116px 90px;
        position: relative;
        z-index: 1;
    }

    .legendscloud:first-child {
        left: -160px;
        top: 40px;
    }

    .legendscloud:nth-child(2) {
        right: -300px;
        top: 230px;
    }

    .legendscloud:nth-child(3) {
        left: -250px;
        bottom: 30px;
    }

    .legendscloud:nth-child(4) {
        right: -420px;
        bottom: 30px;
    }
}

@media screen and (max-width: 860px) {
    .legendscontent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 100px;
        padding: 100px 15%;
        position: relative;
        z-index: 1;
    }

    .legends {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .legendscloud:first-child {
        left: -160px;
        top: 40px;
    }

    .legendscloud:nth-child(2) {
        right: -250px;
        top: 900px;
    }

    .legendscloud:nth-child(3) {
        left: -150px;
        bottom: 810px;
    }

    .legendscloud:nth-child(4) {
        right: -250px;
        bottom: 20px;
    }
}

/* Mobile styles */
@media screen and (max-width: 600px) {
    .legendsbanner {
        width: 100%;
        max-height: 760px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #FBE8BD;
    }

    .sunwukong {
        height: 350px;
        object-fit: cover;
        width: 100%;
    }

    .legendstext {
        text-align: left;
        margin: 10px 40px 40px 40px;
    }

    .legendscloud:first-child {
        left: -130px;
        top: 20px;
    }

    .legendscloud:nth-child(2) {
        right: -150px;
        top: 880px;
    }

    .legendscloud:nth-child(3) {
        left: -100px;
        bottom: 800px;
    }

    .legendscloud:nth-child(4) {
        right: -90px;
        bottom: 10px;
    }
}

@media screen and (max-width: 445px) {
    .legendscloud:nth-child(2) {
        right: -150px;
        top: 850px;
    }

    .legendscloud:nth-child(3) {
        left: -100px;
        bottom: 780px;
    }
}