@media (max-width: 767px)
{
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }


    .bg-f1f4f5 {
        background: #f1f4f5;
    }

    .faq-list{
        padding: 0 15px;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 50px;
    }

    .faq-title {
        font-size: 34px;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: SailecBold;
        margin: 30px 0 10px;
    }

    .faq-title h1 {
        /*font-family: SailecBold;*/
        /*font-size: 56px;*/
        width: 100%;
        text-align: center;
        font-family: AvantGarde-Bold;
        font-size: 22px;
    }

    .faq-item {
        background: #ffffff;
        padding: 30px 0;
        border-top: 1px solid #dcdcde;
    }

    .faq-item:last-child {
        border-bottom: 1px solid #dcdcde;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
    }

    .faq-item-title h2 {
        font-size: 16px;
        margin: 0;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
    }
}

@media (min-width: 768px) and (max-width: 1365px)
{
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }


    .bg-f1f4f5 {
        background: #f1f4f5;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 50px;
    }

    .faq-title {
        font-size: 34px;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        font-family: SailecBold;
        margin: 50px 0;
    }

    .faq-list{
        padding: 0 15px;
    }

    .faq-title h1 {
        /*font-family: SailecBold;*/
        /*font-size: 56px;*/
        width: 100%;
        text-align: center;
        font-family: AvantGarde-Bold;
    }

    .faq-item {
        background: #ffffff;
        padding: 30px 0;
        border-top: 1px solid #dcdcde;
    }

    .faq-item:last-child {
        border-bottom: 1px solid #dcdcde;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
    }

    .faq-item-title h2 {
        font-size: 16px;
        margin: 0;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
    }
}

@media (min-width: 1366px)
{
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
    }


    .bg-f1f4f5 {
        background: #f1f4f5;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 50px;
    }

    .faq-title {
        font-size: 34px;
        color: #000000;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        font-family: SailecBold;
        margin: 80px 0;
    }

    .faq-title h1 {
        /*font-family: SailecBold;*/
        /*font-size: 56px;*/
        width: 100%;
        text-align: center;
        font-family: AvantGarde-Bold;
    }

    .faq-item {
        background: #ffffff;
        padding: 30px 0;
        border-top: 1px solid #dcdcde;
    }

    .faq-item:last-child {
        border-bottom: 1px solid #dcdcde;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
    }

    .faq-item-title h2 {
        font-size: 16px;
        margin: 0;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
    }
}


