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

.beige {
    padding: 116px 0;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 116px;
    position: relative;
    z-index: 1;
}

.bannertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannertext h1 {
    margin: 0;
}

.bannerimage {
    display: flex;
    gap: 20px;
}

.halfcirclebanner {
    margin-bottom: 80px;
}

.halfcirclebanner:nth-child(1) {
    margin-left: -90px;
}

.halfcirclebanner:nth-child(2) {
    margin-right: -90px;
}

.rectanglebanner {
    margin-top: 80px;
}

.contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    gap: 70px;
    margin: auto;
    margin-bottom: 116px;
    position: relative;
    z-index: 1;
}

.contentsimage {
    width: 200px;
}

.contentsimage img {
    width: 100%;
}

.contentsimage h3 {
    margin: 10px;
}

.text {
    width: 80%;
    margin: auto;
    margin-bottom: 116px;
    text-align: left;
}

.text:last-child {
    margin-bottom: 0;
}

.introimage {
    width: 100%;
}

.infocontainer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}

.infocontent {
    width: 33%;
    display: flex;
    flex-direction: column;
}

.infocontent img {
    width: 100%;
}

.infocontent h3 {
    margin: 10px 0;
}

.infocontent p {
    margin: 10px 0;
}

.bannercloud {
    position: absolute;
    transform: scaleX(-1);
    top: -130px;
    right: 100px;
    z-index: -1;
}

.contentscloud {
    position: absolute;
    top: -260px;
    right: -90px;
    z-index: -1;
}

.contentscloud:nth-child(2) {
    position: absolute;
    top: 50px;
    left: -300px;
    z-index: -1;
}

.contentscloud:nth-child(3) {
    position: absolute;
    transform: scaleX(-1);
    top: 350px;
    right: -450px;
    z-index: -1;
}

@media screen and (max-width: 1260px) {
    .banner {
        margin-bottom: 0;
    }

    .rectanglebanner {
        display: none;
    }

    .contentscloud:nth-child(2) {
        top: 360px;
        left: -350px;
    }

    .contentscloud:nth-child(3) {
        top: 850px;
        right: -450px;
    }
}

/* Tablet and mobile styles */
@media screen and (max-width: 1080px) {
    .bannercloud {
        top: -40px;
        right: 100px;
    }

    .beige {
        padding: 60px 0;
    }

    .text {
        margin-bottom: 60px;
    }

    .contentscloud {
        top: -220px;
        right: -90px;
    }

    .contentscloud:nth-child(2) {
        top: 390px;
        left: -350px;
    }

    .contentscloud:nth-child(3) {
        top: 850px;
        right: -300px;
    }
}

/* Tablet styles */
@media screen and (max-width: 800px) {
    .bannercloud {
        top: -140px;
        right: -90px;
    }

    .halfcirclebanner {
        width: 200px;
    }

    .infocontainer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .infocontent {
        width: calc(50% - 20px);
    }

    .contentscloud {
        top: -220px;
        right: -300px;
    }

    .contentscloud:nth-child(2) {
        top: 390px;
        left: -350px;
    }

    .contentscloud:nth-child(3) {
        top: 850px;
        right: -500px;
    }
}

/* Mobile styles */
@media screen and (max-width: 600px) {
    .bannercloud {
        top: -90px;
        right: -90px;
    }

    .halfcirclebanner {
        width: 160px;
    }

    .contents {
        gap: 50px;
    }

    .contentsimage {
        width: 140px;
    }

    .infocontainer {
        flex-direction: column;
    }

    .infocontent {
        width: 100%;
    }

    .contentscloud {
        top: -150px;
        right: -300px;
    }

    .contentscloud:nth-child(2) {
        top: 280px;
        left: -250px;
    }

    .contentscloud:nth-child(3) {
        top: 700px;
        right: -200px;
    }
}

@media screen and (max-width: 420px) {
    .banner {
        margin-bottom: 90px;
    }

    .contents {
        gap: 30px;
    }

    .contentscloud {
        top: -240px;
        right: -200px;
    }

    .contentscloud:nth-child(2) {
        top: 280px;
        left: -250px;
    }

    .contentscloud:nth-child(3) {
        top: 690px;
        right: -200px;
    }
}

@media screen and (max-width: 375px) {
    .bannercloud {
        top: -150px;
        right: -150px;
    }

    .banner {
        margin-top: 180px;
        margin-bottom: 120px;
    }

    .bannertext {
        position: static;
        transform: translate(0, 0);
    }

    .chinesetext {
        width: 90%;
    }

    .halfcirclebanner {
        display: none;
    }

    .contentscloud:nth-child(3) {
        top: 1400px;
        right: -200px;
    }
}