.trade {
    margin-bottom: 261px;
}

.trade__container {
    max-width: 1158px;
    padding: 0 24px;
    margin: 0 auto;
}

.trade__box {
    display: flex;
    justify-content: space-between;
    max-width: 1083px;
    margin-left: auto;
    column-gap: 24px;
    position: relative;
}

.trade__box:before {
    content: "";
    position: absolute;
    top: -163px;
    left: -79px;
    z-index: 1;
    width: 1486px;
    height: 723px;
    background-image: url("../img/trade/bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    pointer-events: none;
    user-select: none;
}

.trade__title {
    line-height: 48px;
}

.trade__left,
.trade__right {
    position: relative;
    z-index: 5;
}

.trade__img {
    position: relative;
}

.trade__img:before {
    content: "";
    position: absolute;
    top: 130px;
    right: 100px;
    width: 150px;
    height: 150px;
    background-color: #03FC9E;
    filter: blur(171px);
    z-index: -1;
}

.trade__right {
    max-width: 530px;
    margin-top: 38px;
}

.trade__title {
    margin-bottom: 22px;
}

.trade__subtext {
    color: #DDDDDE;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 13px;
}

.trade__description {
    margin-bottom: 20px;
}

.trade__alert {
    color: #8D8E90;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.6px;
    margin-bottom: 43px;
}

.trade__link {
    padding: 20px 32px;
}

@media (max-width: 930px) {
    .trade {
        margin-bottom: 80px;
    }

    .trade__box {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
        max-width: 100%;
    }

    .trade__box:before {
        display: none;
    }

    .trade__right {
        text-align: center;
        margin-top: 10px;
    }

    .trade__alert {
        margin-bottom: 20px;
    }
}