.gl-market-1 {
    background: rgba(232, 234, 239, 1);
    padding-bottom: 0 !important;
}

.gl-market-1--with-bot-padding {
    padding-bottom: 80px !important;
}

.gl-market-1--with-bot-padding .gl-market-1-list {
    border-bottom: 1px solid rgba(209, 213, 224, 1);
}

.gl-market-1-title {
    color: rgba(9, 14, 24, 1);
    font-size: 64px;
    font-weight: 400;
    line-height: 74px;
    letter-spacing: -3.2px;
    text-align: left;
    width: 730px;
    max-width: 100%;
    margin-bottom: 80px;
    margin-top: 40px;
}

.gl-market-1-title:first-child {
    margin-top: 0;
}

.gl-market-1-list {
    border-top: 1px solid rgba(209, 213, 224, 1);
    box-sizing: border-box;
}

.gl-market-1-list .wrapper {
    display: flex;
    justify-content: space-between;
}

.gl-market-1-item {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    height: 438px;
    border-right: 1px solid rgba(209, 213, 224, 1);
}

.gl-market-1-item-icon {
    margin-bottom: auto;
}

.gl-market-1-item:first-child {
    padding-left: 0;
}

.gl-market-1-item:last-child {
    border-right: none;
    padding-right: 0;
}

.gl-market-1-item-text {
    color: rgba(9, 14, 24, 1);
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.6px;
    text-align: left;
}

.gl-market-1-item-title {
    color: rgba(9, 14, 24, 1);
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.4px;
    text-align: left;
    margin-bottom: 15px;
}

.gl-market-1-item-small-text {
    color: rgba(9, 14, 24, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -2%;
    text-align: left;
    min-height: 84px;
}

@media screen and (max-width: 1800px) {
    .gl-market-1-item {
        height: 360px;
    }

    .gl-market-1-item-text {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.4px;
        text-align: left;
    }

    .gl-market-1-title {
        font-size: 42px;
        line-height: 64px;
        letter-spacing: -2.8px;
    }

    .gl-market-1-item-title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -0.3px;
    }

    .gl-market-1-item-small-text {
        font-size: 16px;
        line-height: 24px;
        min-height: 72px;
    }
}

@media screen and (max-width: 992px) {
    .gl-market-1-title {
        color: rgba(9, 14, 24, 1);
        font-size: 40px;
        font-weight: 400;
        line-height: 47px;
        letter-spacing: -2px;
        text-align: left;
        margin-bottom: 28px;
        margin-top: 48px;
    }

    .gl-market-1-list {
        border-top: none;
    }

    .gl-market-1-item {
        width: 100%;
        height: inherit;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px 0;
        border-bottom: 1px solid rgba(209, 213, 224, 1);
    }

    .gl-market-1-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .gl-market-1-item-icon {
        width: 26px;
        min-width: 26px;
        margin-right: 20px;
        height: 25px;
    }

    .gl-market-1-item-icon img {
        max-width: 100%;
        width: auto;
        height: auto;
        max-width: 100%;
        display: block;
        object-fit: contain;
        object-position: top left;
    }

    .gl-market-1-list .wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .gl-market-1 {
        padding-bottom: 80px !important;
    }

    .gl-market-1-title br {
        display: none;
    }

    .gl-market-1--with-title .gl-market-1-item {
        position: relative;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 46px;
    }

    .gl-market-1--with-title .gl-market-1-item-icon {
        position: absolute;
        top: 20px;
        left: 0;
    }

    .gl-market-1--with-title .gl-market-1-item-title {
        color: rgba(9, 14, 24, 1);
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: -0.4px;
        text-align: left;
        margin-bottom: 8px;
    }

    .gl-market-1--with-title .gl-market-1-item-small-text {
        color: rgba(9, 14, 24, 1);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.3px;
        text-align: left;
    }

    .gl-market-1--with-bot-padding .gl-market-1-list {
        border: none;
    }
}