.mobile_sync .banner img {
    width: 100%;
}

.mobile_sync .title-content {
    padding: 60px 20px;
}

.mobile_sync .title-content h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.mobile_sync .title-content h1 img {
    margin-right: 8px;
}

.mobile_sync .content .video_section {
    background-color: transparent;
    color: #fff;
    padding: 30px;
}

.mobile_sync .content .video_section>.row {
    max-width: 1250px;
    margin: 0 auto;
    align-items: center;
}

.mobile_sync .content .video_section h2.title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.mobile_sync .content .video_section p.text {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    max-width: 95%;
}

.mobile_sync .content .download_section {
    /* background: #2d2d2d url(/images/mobile_sync/mobile_sync_download.jpg) left center no-repeat; */
    background: #fff;
    padding: 60px 20px;
}

.mobile_sync .content .download_section>.row {
    max-width: 1200px;
    margin: 0 auto;
}

.mobile_sync .content .download_section h2.title {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #1d1d1d;
    margin-bottom: 48px;
    text-align: center;
}

.mobile_sync .content .download_section p.text {
    font-size: 24px;
    font-weight: bold;
    color: #1d1d1d;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.mobile_sync .content .download_section p.text.or {
    margin-bottom: 0;
    margin-top: 40px;
}

.mobile_sync .content .download_section .download_on_app {
    max-width: 240px;
}

.download_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile_sync .content .troubleshooting_section {
    background: #2d2d2d;
    color: #fff;
    padding: 50px 30px;
}

.mobile_sync .content .troubleshooting_section>.row {
    max-width: 1450px;
    margin: 0 auto;
}

.mobile_sync .content .troubleshooting_section h1 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
}

.mobile_sync .content .troubleshooting_section .troubleshooting {
    padding-bottom: 16px;
}

.mobile_sync .content .troubleshooting_section .question {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
}

.mobile_sync .content .troubleshooting_section .question::before {
    content: "+";
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #1d1d1d;
    display: inline-block;
    text-align: center;
}

.mobile_sync .content .troubleshooting_section .question.open::before {
    content: "-";
}

.mobile_sync .content .troubleshooting_section .question span {
    width: calc(100% - 24px);
    padding-left: 16px;
}

.mobile_sync .content .troubleshooting_section .answer {
    display: none;
    padding-top: 16px;
}

.mobile_sync .content .troubleshooting_section .answer p,
.mobile_sync .content .troubleshooting_section .answer li {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 40px;
}

.mobile_sync .content .troubleshooting_section .answer ul {
    padding-left: 32px;
}

.mobile_sync .content .troubleshooting_section .answer li {
    list-style: disc;
}

@media screen and (max-width: 1199px) {
    .mobile_sync .content .video_section .videos {
        text-align: center;
    }

    .mobile_sync .content .video_section .videos img {
        max-width: 100%;
    }

    .mobile_sync .content .video_section p.text {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .mobile_sync .title-content {
        padding-bottom: 0;
    }

    .mobile_sync .title-content h1 {
        font-size: 28px;
    }

    .mobile_sync .content .video_section>.row {
        flex-direction: column;
    }

    .mobile_sync .content .video_section h2.title {
        font-size: 26px;
    }
    
    .mobile_sync .content .download_section>.row {
        margin-left: 0;
    }

    .download_box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .mobile_sync .content .download_section p.text.or {
        margin: 32px 0;
    }

}