section.t1 {
    background: linear-gradient(to right, #BD199F, #7254E8);
}

section.t1 .main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    color: #fff;
}

section.t1 .main .top {
    font-size: 60px;
    font-weight: bold;
    font-family: fantasy;
}

section.t1 .main .bottom {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: bold;
}

section.t1 .main button {
    width: 140px;
    height: 40px;
    opacity: 1;
    border-radius: 30px;
    background: linear-gradient(270deg, rgba(253, 167, 106, 1) 0%, rgba(253, 134, 102, 1) 51.76%, rgba(251, 111, 98, 1) 90.63%, rgba(251, 111, 98, 1) 100%);
    border: 2px solid rgba(255, 255, 255, 1);
    box-shadow: 3.65px 1.63px 13px  rgba(108, 98, 255, 0.81);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}

section.t2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

section.t2 .title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 66px;
    color: rgba(254, 122, 58, 1);
    text-align: center;
}

section.t2 p {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 28px;
}

section.t3 {
    background: linear-gradient(to right, #03CEFB, #E97076);
    text-align: center;
}

section.t3 .main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    position: relative;
}

section.t3 .main div {
    border-radius: 50%;
    background: linear-gradient(270deg, rgba(253, 167, 106, 1) 0%, rgba(253, 134, 102, 1) 51.76%, rgba(251, 111, 98, 1) 90.63%, rgba(251, 111, 98, 1) 100%);
    width: 120px;
    height: 90px;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 16px;
    margin: -60px 30px 0;
}

section.t3 .main div span.top {
    font-size: 35px;
    font-weight: bold;
}

section.t3 img {
    width: 500px;
    margin: 20px;
}

section.t4 {
    padding: 50px 0;
}

section.t4 .main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.t4 .main .left {
    display: block;
}

section.t4 .main .left img {
    width: 400px;
}

section.t4 .main .right > .title {
    font-size: 30px;
    font-weight: bold;
    color: rgba(254, 122, 58, 1);
    padding-left: 30px;
}

section.t4 .main .right img {
    width: 130px;
    margin-right: 10px;
}

section.t4 .main .right ul li {
    display: flex;
    align-items: center;
    width: 500px;
}

section.t4 .main .right ul li .title {
    font-size: 18px;
    margin-bottom: 6px;
}

section.t4 .main .right ul li p {
    line-height: 1.5;
}

section.t5 {
    background: linear-gradient(to right, #FB6F62, #FDA56A);
    padding: 40px 0;
}

section.t5 .main {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

section.t5 .main .left {
    text-align: center;
    color: #fff;
    margin-right: 20px;
}

section.t5 .main .left .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

section.t5 .main .left p {
    font-size: 20px;
    line-height: 1.5;
}

section.t5 .main .left div.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

section.t5 .main .left div.icon span {
    border-radius: 36.37px;
    background-color: #fff;
    color: rgba(255, 106, 0, 1);
    padding: 10px;
}

section.t5 .main .left div span img {
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

section.t5 .main .right img {
    width: 400px;
}

@media screen and (max-width: 900px) {
    section.t1 .main {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
    }

    section.t1 .main img {
        margin-top: 20px;
        width: 80%;
    }

    section.t1 .main .top {
        font-size: 7vw;
    }

    section.t1 .main .bottom {
        font-size: 4vw;
    }

    section.t2 {
        padding: 10px;
    }

    section.t2 .title {
        font-size: 22px;
        padding: 0 10px;
    }
    
    section.t2 p {
        width: 90%;
        margin: 0 auto;
        line-height: 1.5;
        text-align: left;
    }

    section.t3 .main {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 70px;
    }

    section.t3 .main div {
        width: 100px;
        height: 80px;
        text-align: center;
        padding-top: 20px;
        margin: -60px 0;
        font-size: 14px;
    }

    section.t3 .main div:nth-child(1) {
        position: absolute;
        left: 5vw;
        top: 10vh;
    }

    section.t3 .main div:nth-child(2) {
        position: absolute;
        left: 22vw;
    }

    section.t3 .main div:nth-child(3) {
        position: absolute;
        right: 22vw;
    }

    section.t3 .main div:nth-child(4) {
        position: absolute;
        right: 5vw;
        top: 10vh;
    }

    section.t3 img {
        width: 70vw;
        margin: 70px 0 10px;
    }

    section.t4 {
        padding: 10px;
    }

    section.t4 .main {
        flex-direction: column;
    }

    section.t4 .main .left {
        display: none;
    }

    section.t4 .main .right {
        padding: 0 20px;
    }

    section.t4 .main .right > .title {
        text-align: center;
        font-size: 20px;
    }

    section.t4 .main .right ul li {
        display: flex;
        align-items: center;
        width: 90vw;
    }

    section.t4 .main .right ul li .title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    section.t5 .main {
        flex-direction: column-reverse;
    }

    section.t5 .main .right {
        margin-top: 30px;
    }

    section.t5 .main .right img {
        width: 60vw;
    }
}