.main{
    width: 100vw;
    height: calc(100vh - 142px);
    background: url('../img/subscribe-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.icon-topp{
    width: 29px;
    height: 34px;
    position: absolute;
    top: 53px;
    left: 63px;
}
.main_content{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
    display: flex;
    justify-content: space-between;
}
.main_content_img_img{
    width: 558px;
    height: 502px;
}
.main_content_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
}
.main_content_text_title{
    font-weight: bold;
    font-size: 42px;
    color: #212121;
    line-height: 59px;
    margin-bottom: 30px;
}
.main_content_text_desc{
    /* font-weight: bold; */
    font-size: 20px;
    color: #666666;
    line-height: 42px;
    margin-bottom: 50px;
    text-indent: 2em;
}
.main_content_text_img{
    display: flex;
    justify-content: space-between;
}
.main_content_text_img_item_img{
    width: 130px;
    height: 130px;
    margin-bottom: 13px;
}
.main_content_text_img_item_text{
    font-weight: 400;
    font-size: 18px;
    color: #202A38;
    line-height: 25px;
    text-align: center;
}

@media (min-width: 769px) and (max-width: 1239px) {
    .main_content{
        padding: 110px 30px 0;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .main_content_img{
        width: 50%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .main_content_img_img{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .main {
        width: 100vw;
        height: 100%;
        background: url(../img/subscribe-bg.png) no-repeat;
        background-size: contain;
    }
    .main_content{
        display: block;
        padding: 44px 25px;
    }
    .main_content_text_title{
        font-weight: bold;
        font-size: 24px;
        color: #212121;
        line-height: 33px;
        text-align: center;
        margin-bottom: 23px;
    }
    .main_content_text_desc{
        font-weight: bold;
        font-size: 15px;
        color: #666666;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .main_content_text_img_item_img{
        width: 84px;
        height: 84px;
        margin-bottom: 9px;
    }
    .main_content_text_img_item_text{
        font-weight: 400;
        font-size: 14px;
        color: #202A38;
        line-height: 20px;
    }
    .main_content_img_img{
        width: 100%;
        height: auto;
    }
    .main_content_text{
        margin-bottom: 40px;
        margin-right: 0;
    }
}