.trade-equipment__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
}

@media (min-width: 1200px) {
    .trade-equipment__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 137px
    }

    .trade-equipment__content {
        width: 100%;
        max-width: 503px
    }
}

@media (min-width: 1650px) {
    .trade-equipment__wrapper {
        gap: 170px
    }

    .trade-equipment__content {
        max-width: 670px
    }
}

.trade-equipment__title {
    text-transform: uppercase
}

.trade-equipment__description {
    color: var(--black-70);
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.trade-equipment__description p {
    margin-bottom: 0
}

.trade-equipment__btn-wrapper {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .trade-equipment__description {
        margin-top: 20px
    }

    .trade-equipment__btn-wrapper {
        margin-top: 30px
    }
}

@media (min-width: 1650px) {
    .trade-equipment__btn-wrapper {
        margin-top: 40px
    }
}

.trade-equipment__images {
    width: 100%;
    max-width: 512px;
    margin: 0 auto
}

@media (min-width: 1200px) {
    .trade-equipment__images {
        max-width: 610px;
        margin: 0
    }

    .trade-equipment__images-scrollable {
        max-height: 535px;
        padding-left: 34px
    }
}

@media (min-width: 1650px) {
    .trade-equipment__images {
        max-width: 810px
    }

    .trade-equipment__images-scrollable {
        max-height: 791px
    }
}

.trade-equipment__images-scrollable img {
    display: block;
    margin-left: auto
}

.trade-equipment__images-scrollable img:not(:last-of-type) {
    margin-bottom: 20px
}

.trade-equipment__images-scrollable .simplebar-track.simplebar-vertical {
    left: 0;
    right: auto
}
