#news {
    display: none;
    height: 733px;
    margin-top: 150px;
}

#news > .main_header {
    height: 193px;
}

#news > .main_header > .main_title {
    top: 50px;
}

#news > .main_header > .main_subtitle > .main_subtitle_block_01 {
    right: 0;
}

#news > .main_header > .main_subtitle > .main_subtitle_block_02 {
    top: 71px;
}

.main_news_cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 1190px;
    margin-top: 40px;
    margin-left: 130px;
}

.main_news_cards_box {
    width: 390px;
    height: 504px;
    position: relative;
    margin-right: 10px;
}

.main_news_cards_box_wrapper {
    width: 380px;
    height: 409px;
    background-color: rgb(33,37,45);
    border-radius: 50px 50px 50px 0;
    overflow: hidden;
}

.main_news_cards_img {
    width: 364px;
    height: 203px;
    margin: 8px 8px 0 8px;
    border-radius: 50px;
    overflow: hidden;
}

.main_news_cards_img > img {
    width: 100%;
    height: 100%;
}

.main_news_cards_text {
    font-family: "Manrope";
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    margin: 20px 16px 0 16px;
    color: #FFFFFF;
}

.main_news_cards_corner {
    width: 100px;
    height: 90px;
    position: absolute;
    top: 370px;
    left: 100px;
    background-color: rgb(33,37,45);
}

.main_news_cards_fake_footer {
    position: absolute;
    bottom: 10px;
    width: 138px;
    height: 90.5px;
    border-radius: 0 0 30px 50px;
    background-color: rgb(33,37,45);
}

.main_news_cards_button_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 252px;
    height: 95px;
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 0;
    background: url(../images/background/4.png), rgb(235, 235, 229);
    border-radius: 50px 0 50px 50px;
    background-color: #FFFFFF;

}

.main_news_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 232px;
    height: 75px;
    background-color: rgb(33,37,45);
    border-radius: 60px 0 60px 60px;
    font-family: "Manrope";
    font-size: 40px;
    font-weight: 400;
    line-height: 54.64px;
    color: #FFFFFF;
}

@media screen and (max-width: 430px) {
    #news {
        margin-top: 71px;
        height: 1775px;
    }

    #news > .main_header > .main_title {
        top: 0;
    }

    #news > .main_header {
        height: 238px;
    }

    #news > .main_header > .main_subtitle > .main_subtitle_block_01 {
        top: 10px;
        left: 3.488372093vw;
    }

    #news > .main_header > .main_subtitle > .main_subtitle_block_02 {
        top: 45px;
        left: 19vw;
    }

    #news > .main_header > .main_subtitle > .main_subtitle_block_03 {
        top: 90px;
        left: 3.488372093vw;
    }

    #news > .main_header > .main_subtitle > .main_subtitle_block_04 {
        top: 140px;
        left: 2vw;
    }

    .main_news_cards {
        flex-direction: column;
        width: 94.88372093vw;
        margin-top: 28px;
        margin-left: 5vw;
    }
    
    .main_news_cards_box {
        width: 90.697674419vw;
        margin-right: 2.325581395vw;
    }
    
    .main_news_cards_box_wrapper {
        width: 88.372093023vw;
    }
    
    .main_news_cards_img {
        width: 84.651162791vw;
        margin: 8px 1.860465116vw 0 1.860465116vw;
    }
    
    .main_news_cards_text {
        font-size: 4.186046512vw;
        margin: 20px 3.720930233vw 0 3.720930233vw;
    }
    
    .main_news_cards_corner {
        width: 23.255813953vw;
        top: 370px;
        left: 23.255813953vw;
    }
    
    .main_news_cards_fake_footer {
        width: 32.093023256vw;
    }
    
    .main_news_cards_button_wrapper {
        width: 58.604651163vw;
    
    }
    
    .main_news_button {
        width: 53.953488372vw;
        font-size: 9.302325581vw;
    }
}