/* iPadPro, iPadAir, SurfacePro7 */
@media (max-width: 1024px) and (min-width: 821px) {
    .help-section1-container {
        padding: 80px 0;
    }
    .help-section1-container-header-title {
        font-size: 40px;
    }
    .help-section1-container-header-description {
        font-size: 18px;
    }
    .help-section1-container-body {
        padding-top: 60px;
    }
    .help-section1-desc-list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .help-section1-desc {
        width: auto;
        padding: 30px 20px;
        border-radius: 15px;
    }
    .help-section1-desc-icon {
        width: 50px;
        height: 50px;
    }
    .help-section1-desc-icon-img {
        width: 50px;
        height: 50px;
    }
    .help-section1-desc-title {
        padding-right: 8px;
        font-size: 24px;
    }
    .help-section1-desc-description {
        padding-top: 15px;
        font-size: 15px;
    }
    .help-section3-container {
        padding: 80px 0;
    }
    .help-section3-container-header-title {
        font-size: 40px;
    }
    .help-section3-container-header-description {
        font-size: 18px;
    }
    .help-section3-container-body {
        padding-top: 60px;
    }
    .help-section3-qa {
        padding: 30px 0;
    }
    .help-section3-qa-header {
        width: auto;
        padding: 0;
    }
    .help-section3-qa-btn {
        width: 30px;
        height: 30px;
    }
    .help-section3-qa-btn-icon {
        width: 30px;
        height: 30px;
    }
    .help-section3-qa-btn-icon-img {
        width: 30px;
        height: 30px;
    }
    .help-section3-qa-title {
        padding-left: 20px;
        font-size: 20px;
    }
    .help-section3-qa-answer {
        width: auto;
        padding-top: 15px;
        padding-left: 50px;
        font-size: 15px;
    }
    .help-section4-container {
        padding-bottom: 80px;
    }
    .help-section4-container-header-title {
        font-size: 40px;
    }
    .help-section4-container-body {
        padding-top: 50px;
    }
    .help-section4-desc-list {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }
    .help-section4-desc {
        width: auto;
        padding: 30px;
        border-radius: 15px;
    }
    .help-section4-desc-poster,
    .help-section4-desc-poster-img {
        width: 140px;
        height: 140px;
    }
    .help-section4-desc-info {
        padding-left: 40px;
    }
    .help-section4-desc-title {
        font-size: 18px;
    }
    .help-section4-desc-action {
        font-size: 15px;
    }
}

/* iPadMini */
@media (max-width: 820px) and (min-width: 641px) {
    .help-section1-container {
        padding: 60px 0;
    }
    .help-section1-container-header {
        flex-direction: column;
        gap: 20px;
    }
    .help-section1-container-header-title {
        width: 100%;
        font-size: 32px;
    }
    .help-section1-container-header-description {
        width: 100%;
        font-size: 16px;
    }
    .help-section1-container-body {
        padding-top: 40px;
    }
    .help-section1-desc-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .help-section1-desc {
        width: auto;
        padding: 25px 20px;
        border-radius: 12px;
    }
    .help-section1-desc-icon {
        width: 44px;
        height: 44px;
    }
    .help-section1-desc-icon-img {
        width: 44px;
        height: 44px;
    }
    .help-section1-desc-title {
        padding-right: 6px;
        font-size: 20px;
    }
    .help-section1-desc-description {
        padding-top: 12px;
        font-size: 14px;
    }
    .help-section3-container {
        padding: 60px 0;
    }
    .help-section3-container-header {
        flex-direction: column;
        gap: 20px;
    }
    .help-section3-container-header-title {
        width: 100%;
        font-size: 32px;
    }
    .help-section3-container-header-description {
        width: 100%;
        font-size: 16px;
    }
    .help-section3-container-body {
        padding-top: 40px;
    }
    .help-section3-qa {
        padding: 24px 0;
    }
    .help-section3-qa-header {
        width: auto;
        padding: 0;
    }
    .help-section3-qa-btn {
        width: 26px;
        height: 26px;
    }
    .help-section3-qa-btn-icon {
        width: 26px;
        height: 26px;
    }
    .help-section3-qa-btn-icon-img {
        width: 26px;
        height: 26px;
    }
    .help-section3-qa-title {
        padding-left: 15px;
        font-size: 18px;
    }
    .help-section3-qa-answer {
        width: auto;
        padding-top: 10px;
        padding-left: 41px;
        font-size: 14px;
    }
    .help-section4-container {
        padding-bottom: 60px;
    }
    .help-section4-container-header-title {
        font-size: 32px;
    }
    .help-section4-container-body {
        padding-top: 40px;
    }
    .help-section4-desc-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .help-section4-desc {
        width: auto;
        padding: 25px;
        border-radius: 12px;
    }
    .help-section4-desc-poster,
    .help-section4-desc-poster-img {
        width: 120px;
        height: 120px;
    }
    .help-section4-desc-info {
        padding-left: 25px;
    }
    .help-section4-desc-title {
        font-size: 16px;
    }
    .help-section4-desc-action {
        font-size: 14px;
    }
}

/* iPhone */
@media (max-width: 640px) {
    .help-section1-container {
        padding: 50px 0;
    }
    .help-section1-container-header {
        flex-direction: column;
        gap: 15px;
    }
    .help-section1-container-header-title {
        width: 100%;
        font-size: 24px;
    }
    .help-section1-container-header-description {
        width: 100%;
        font-size: 14px;
    }
    .help-section1-container-body {
        padding-top: 30px;
    }
    .help-section1-desc-list {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 15px;
    }
    .help-section1-desc {
        width: auto;
        padding: 20px;
        border-radius: 10px;
    }
    .help-section1-desc-icon {
        width: 36px;
        height: 36px;
    }
    .help-section1-desc-icon-img {
        width: 36px;
        height: 36px;
    }
    .help-section1-desc-title {
        padding-right: 5px;
        font-size: 18px;
    }
    .help-section1-desc-description {
        padding-top: 10px;
        font-size: 13px;
    }
    .help-section3-container {
        padding: 50px 0;
    }
    .help-section3-container-header {
        flex-direction: column;
        gap: 15px;
    }
    .help-section3-container-header-title {
        width: 100%;
        font-size: 24px;
    }
    .help-section3-container-header-description {
        width: 100%;
        font-size: 14px;
    }
    .help-section3-container-body {
        padding-top: 30px;
    }
    .help-section3-qa {
        padding: 20px 0;
    }
    .help-section3-qa-header {
        width: auto;
        padding: 0;
    }
    .help-section3-qa-btn {
        width: 22px;
        height: 22px;
    }
    .help-section3-qa-btn-icon {
        width: 22px;
        height: 22px;
    }
    .help-section3-qa-btn-icon-img {
        width: 22px;
        height: 22px;
    }
    .help-section3-qa-title {
        padding-left: 10px;
        font-size: 16px;
    }
    .help-section3-qa-answer {
        width: auto;
        padding-top: 8px;
        padding-left: 32px;
        font-size: 13px;
    }
    .help-section4-container {
        padding-bottom: 50px;
    }
    .help-section4-container-header-title {
        font-size: 24px;
    }
    .help-section4-container-body {
        padding-top: 30px;
    }
    .help-section4-desc-list {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .help-section4-desc {
        width: auto;
        padding: 20px;
        border-radius: 10px;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    .help-section4-desc-poster,
    .help-section4-desc-poster-img {
        width: 100px;
        height: 100px;
    }
    .help-section4-desc-info {
        padding-left: 0;
    }
    .help-section4-desc-title {
        font-size: 13px;
    }
    .help-section4-desc-actions{
        padding-top: 10px;
    }
    .help-section4-desc-action {
        font-size: 12px;
    }
}