.brex-app {
    min-height: 540px;
    background: radial-gradient(circle at 50% 12%, rgba(86, 54, 31, .46) 0%, rgba(30, 18, 11, .56) 42%, transparent 70%), linear-gradient(180deg, #080504 0%, #21140d 54%, #120b07 100%);
    color: #ffffff;
    padding: 100px 24px;
}

.brex-app__inner {
    width: min(100%, 1040px);
    margin: 0 auto;
}

.brex-app__header {
    text-align: center;
}

.brex-app__header h1 {
    margin: 0;
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
}

.brex-app__header h1 span {
    color: #c29673;
}

.brex-app__header p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35;
}

    .brex-app__header p + p {
        margin-top: 0px;
    }

.brex-app__banner {
    overflow: hidden;
    margin: 36px 0 0;
    border-radius: 12px;
    background: #000000;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
}

.brex-app__banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .brex-app {
        padding: 42px 20px 48px;
    }

    .brex-app__header h1 {
        font-size: 32px;
    }

    .brex-app__header p {
        font-size: 16px;
    }

    .brex-app__banner {
        margin-top: 28px;
    }
}

@media (max-width: 420px) {
    .brex-app__header h1 {
        font-size: 28px;
    }
}

.brex-app__header h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

.brex-app__header p {
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    .brex-app__header h1 {
        font-size: 28px;
    }

    .brex-app__header p {
        font-size: 17px;
    }
}
