.page-header{
    padding-bottom: 0;
}

.page-header img{
    display: block;
    width: 100%;
    height: auto;
}

.top{
    background-color: rgba(222, 222, 222, 1);
}

.top .item-list{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;

    justify-content: space-around;
    padding: 1.0454783063251438vw 2.4%;
}
.top .item{
    flex: 0 0 auto;
    max-width: 180px;
}
.top .item .title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.top .item .desc{
    font-size: 12px;
}

.bottom{
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 8.80503144654088%;
    padding-right: 8.80503144654088%;
}

.bottom .left{
    width: 75%;
    flex: 0 0 auto;
}

.bottom .right{
    width: 25%;
    flex: 0 0 auto;
}

.switch-tabs{
    justify-content: flex-start;
    margin-bottom: 0;
}
.switch-tabs .tab{
    margin: 0;
    font-size: 14px;
}

.tab-ctn{
    background-color: rgba(245, 245, 245, 1);
}

.tab-pane{
    padding: 40px;
    font-size: 20px;
}

.tab-pane img{
    display: block;
    max-width: 100%;
}

.swiper-moments-ctn{
    margin-top: 60px;
    margin-bottom: 60px;
}

.swiper-moments-ctn .title{
    color: rgb(142, 36, 170);
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
}

.m_form .form_submit{
    background-color: rgba(142, 36, 170, 1);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    max-width: 300px;
    outline: none;
    width: 100%;
    border-radius: 6px;
}

.form-bottom{
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .switch-tabs .tab{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .top .item{
        width: 50%;
        flex: 0 0 auto;
        max-width: unset;
        text-align: center;
        margin-bottom: 40px;
    }

    .top .item:nth-last-of-type(1),
    .top .item:nth-last-of-type(2){
        margin-bottom: 0;
    }

    .top .item-list{
        flex-wrap: wrap;
        padding: 40px;
    }

    .top .item .title{
        font-size: 14px;
    }

    .bottom{
        display: block;
        padding: 0;
    }

    .bottom .left{
        width: 100%;
    }

    .bottom .right{
        width: 100%;
    }

    .m_form{
        padding: 3.2% 3.72%;
        background-color: rgba(250, 250, 250, 1);
    }

    .submit_btn_container{
        max-width: unset;
    }

    .m_form .form_submit{
        display: block;
        width: 100%;
        max-width: unset;
    }

    .tab-pane{
        padding: 20px;
    }

    .switch-tabs .tab{
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .item .item-desc,
    .item.flipped .item-desc{
        text-align: justify;
    }
}
