.sect-mt1{
    padding-bottom: 200px;
}
.report_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 104px;
    font-size: 16px;
}
.report_wrap:not(:first-child){
    margin-top: 120px;
}
/* .report_wrap .img_box.h{ */
/*     height: 540px; */
/*     width: auto; */
/* } */
/* .report_wrap .img_box.h img { */
/*     width: auto; */
/*     max-width: max-content; */
/*     height: 100%; */
/* } */
/* } */

.report_wrap .img_box{
    display : flex;
    justify-content: center;
    align-items: center;
    width : 520px;
    height: 520px;
    background-color: #F5F5F5;
}
.report_wrap .img_box.w img{
    height: auto;
    width : 100%;
    margin: auto;
    display : block;
}
.report_wrap .img_box.h img{
    width: auto;
    height : 100%;
    margin: auto;
    display : block;
}

.report_wrap .txt_wrap > div{
    width : max-content;
    display: flex;
    flex-direction: column;
}
.report_wrap .txt_wrap h3{
    font-size: 40px;
    font-weight: 600;
    line-height: 58px;
    width : max-content;
}
.report_wrap .txt_wrap .download_btn{
    padding: 22px 57px;
    border-radius: 90px;
    background-color: #231F20;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
}
.report_wrap .txt_wrap .download_btn:not(:first-child){
    margin-top: 20px;
}

@media all and (max-width: 1024px){
    .report_wrap{
        gap: 34px
    }
    .report_wrap .txt_wrap h3{
        font-size: 30px;
        line-height: 48px;
    }
    .report_wrap .txt_wrap .download_btn{
        font-size: 16px;
        padding: 18px 48px;
        margin-top: 40px;
    }

    .report_wrap .img_box{
        width : 400px;
        height: 400px;
    }
}

@media all and (max-width: 768px){
    .sect-mt1{
        margin-top: 40px !important;
        padding-bottom: 100px;
    }
    .report_wrap{
        position: relative;
        flex-direction: column-reverse;
        align-items: flex-start;
        padding-bottom: 88px;
        width: max-content;
        width: 100%;
        max-width: 384px;
        margin: 0 auto;
        gap: 24px;
        padding-bottom: 148px;
    }
    .report_wrap:not(:first-child){
        margin-top: 80px;
    }
    .report_wrap .txt_wrap{
        width: 100%;
    }
    .report_wrap .txt_wrap h3{
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        margin: 0 auto;
    }
    .report_wrap .img_box{
        width: 100%;
        height: 100vw;
    }
    .report_wrap .img_box.h{
        width: 100%;
        height: max-content;
    }
    .report_wrap .img_box.h img{
        max-width:80%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    .report_wrap .txt_wrap > div{
        position: absolute;
        left: 50%; bottom: 0;
        transform: translateX(-50%);
    }
    .report_wrap .txt_wrap .download_btn{
        padding: 12px 32px;
        width: max-content;
        font-size: 12px;
        margin-top: 12px;
    }
    .report_wrap .txt_wrap .download_btn:not(:first-child){
        margin-top: 12px;
    }
}