.gif_block{
    padding: 30px 40px 40px 40px;
    border-radius: 30px;
    background: #000000;
}

.gif_bottom_block_content{
    align-items: center;
    padding: 30px;
    background: #2A2B31;
    border: 1px solid #373941;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gif_block img{
    max-width: 813px;
    max-height: 480px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.gif_bottom_block_content_text{
    font-family: "Sora", sans-serif;
    max-width: 760px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #fff;
}
.gif_bottom_block_but{
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    background: linear-gradient(135deg, #8feafb 0%, #b4f8db 100%);
    font-weight: 500;
    font-size: 13px;
    line-height: 185%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #1a1a1a;
}
@media screen and (max-width: 767px){
    body .gif_bottom_block_content{
        padding: 20px 16px;
    }
    body .gif_block img{
        margin-bottom: 0px;
    }
    body .gif_block{
        padding: 8px;
        border-radius: 20px;
    }
    body .gif_bottom_block_content_text{
        font-size: 16px;
    }
}