.index_subscribe {
    border-radius: 24px;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 56px;
}

.index_subscribe .h3 {
    text-align: center;
    padding: 0 80px;
    font-weight: 700;
}

.index_subscribe .btn {
    font-size: 24px;
    font-weight: 900;
    padding: 10px 22px;
}

.index_subscribe::after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0%;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-image: url("../../images/cube_left.png");
    filter: blur(10px);
    transform: rotate(40deg);
    z-index: -1;
}

@media (max-width: 1024px) {
    .index_subscribe {
        padding-block: 87px;
    }

    .index_subscribe .h3 {
        padding: 0 20px;
        gap: 24px
    }

    .index_subscribe .btn {
        font-size: 16px;
        line-height: 18px;
        padding: 18px 36px;
    }
}
