.download-container {
    padding-bottom: 100px;
    background: #F7F7F7;
}

.download-section {
    display: flex;
    padding-top: 84px;
}

.download-desc-area {
    width: 100%;
    height: 100%;
    position: relative;
}

.download-section .section-title {
    color: #000;
    font-size: 46px;
    margin-bottom: 47px;
    font-weight: bold;
}

.download-section .section-subtitle {
    color: #000;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: 77px;
}

.download-section .section-desc {
    width: 700px;
    color: #666666;
    font-size: 20px;

}

.download-section .section-desc-item {
    display: flex;
    flex-direction: column;
}

.download-section .section-desc-item:not(:first-child) {
    margin-top: 25px;
}

.phone-container{
    right: -3%;
    top: 0%;
    position: absolute;
    height: 100%;
}

.phone-1 {
    width: 306px;
}

.phone-2 {
    width: 306px;
    position: relative;
    left: -12.5%;
    top: 12.5%;
    z-index: 1;
}

.buttons-list .button-item:nth-child(1) .qr-code{
    background: #FFFFFF !important;
}

@media (max-width: 1080px) {
    .download-section .section-desc{
        width: 100%;    
    }
    
    .download-section {
        display: block;
        padding-top: 8vw;
    }

    .download-section .section-title {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 5vw;
    }

    .download-subtitle {
        display: block !important;
        margin-top: 0vw !important;
    }

    .download-subtitle::before {
        content: '';
        position: absolute;
        left: 4vw;
        top: 77.5vw;
        transform: translateY(-50%);
        width: 3.72px;
        height: 6.25vw;
        background: #DC0000;
    }
    
    .section-subtitle-feature{
        position: relative;
    }

    .section-subtitle-feature::before {
        content: '';
        position: absolute;
        left: -3.75vw;
        top: 5vw;
        transform: translateY(-50%);
        width: 3.72px;
        height: 6.25vw;
        background: #DC0000;
    }

    .download-section .platform-feature {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }

    .section-desc-item {
        background: white;
        padding: 2vw 4vw;
    }

    .download-section .section-desc-item:not(:first-child) {
        margin-top: 0px;
    }

    .item-title {
        color: #333333;
        font-weight: 700;
        font-size: 4vw;
    }

    .item-content {
        margin-top: 3vw;
        color: #666666;
        font-size: 3.6vw;
        display: -webkit-box !important;
        -webkit-line-clamp: 4; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .download-section .section-desc {
        text-align: center;
        font-size: 4.5vw;
    }

    .download-section .section-subtitle {
        margin-top: 20vw;
        font-size: 24px;
        margin-bottom: 6vw;
        margin-left: 3.825vw;
    }

    .download-section .buttons-list {
        display: block;
        margin-top: 10vw;
    }

    .download-section .buttons-list .button-item {
        font-size: 4vw;
    }

    .download-section .buttons-list .button-item+.button-item {
        margin-left: 4vw;
    }

    .download-container {
        padding-bottom: 15vw;
    }

    .phone-container {
        position: relative;
        width: 100%;
        height: 50vh;
        justify-content: center;
        align-items: center;
        display: flex;
        margin: 15vw 0;
    }

    .phone {
        position: relative;
    }

    .phone-1 {
        width: 100%;
        height: 380px;
        left: 5%;
    }

    .phone-2 {
        width: 100%;
        height: 380px;
        left: -10%;
        bottom: -15%;
        z-index: 1;
    }
    
    .download-desc-area{
        display: flex;
        flex-direction: column;
    }
    
    .section-title{
        order: 1;
    }
    
    .section-desc{
        order: 2;
    }
    
    .phone-container{
        order: 3;
    }
    
    .download-desc-area .buttons-list{
        order: 4;
    }
    
    .section-subtitle{
        order: 5;
    }
    
    .platform-feature{
        order: 6;
    }
}