.sorry_content{
    min-height: 972px;
    background-image: url('../../assets/images/sorry_bg.png');
    background-position: center 6vw;
    background-size: cover;
}
.sorry_img_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 318px;
    margin-bottom: 95px;
}
.sorry_img{
    width: 70%;
    max-width: 480px;
    margin-bottom: 64px;
}
.sorry_img img {
    width: 100%;
}

.swiper-button-prev, .swiper-button-next{
    top: 40%;
}
.article_card{
    /* width: 100%; */
}
/* .pages1_article_list{
    padding: 20px 80px 60px 80px;
} */
.sorry_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #1B1B1B;
    margin-bottom: 24px;
}
.sorry_text{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1B1B1B;
    margin-bottom: 64px;
}
.sorry_btn{
    background: #FFFFFF;
    border: 2px solid #FF6700;
    border-radius: 30px;
    width: 260px;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #FF6700;
    padding: 11px 0;
    cursor: pointer;

}
.sorry_btn:hover{
    font-weight: 700;
}
@media (max-width: 768px) {
    /* .pages1_article_list {
        padding: 12px 0px 60px 0px;
    } */
}
@media (max-width: 640px) {
    /* .pages1_article_list .swiper-container{
        padding-bottom: 0;
        }
    .pages1_article_list{
        padding: 0 0 35px 0;
        margin-top: 0;
    } */
}
@media (max-width: 450px) {
   
    .sorry_img_content{
        padding-top: 142px;
    }
    .sorry_img{
        max-width: 200px;
        margin-bottom: 32px;
    }
    .sorry_title{
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .sorry_text{
        font-weight: 400;
        font-size: 12px;
        line-height: 17px;
        color: #1B1B1B;
        margin-bottom: 32px;
    }
    .sorry_btn{
        font-size: 16px;
        width: 206px;
        padding: 6.5px 0;
    }
  }
  