.promo {
    padding: 393px 0 135px;
    background-size: 100% 100%;
    .wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        img {
            position: absolute;
            max-width: 407px;
            bottom: -28px;
        }
        & > span {
            margin-bottom: 15px;
            font-size: 22px;
            line-height: 29px;
            font-weight: 700;
            letter-spacing: 2.88px;
            text-transform: uppercase;
        }
        h1 {
            max-width: 1200px;
            margin-bottom: 54px;
            font-family: 'Oswald';
            font-size: 121px;
            font-weight: 500;
            line-height: 118px;
            letter-spacing: 4px;
            text-transform: uppercase;
            text-align: center;
            span {
                font-family: inherit;
                font-size: inherit;
                line-height: inherit;
                letter-spacing: inherit;
                font-weight: inherit;
                text-transform: uppercase;
                color: var(--text-2);
            }
        }
        div {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 29px;
            width: 100%;
            span {
                font-weight: 700;
                font-size: 14px;
                line-height: 17px;
                letter-spacing: 0.28px;
                text-decoration: underline;
                white-space: nowrap;
            }
            .btn {
                width: 100%;
                max-width: 227px;
            }
        }
        p {
            position: absolute;
            right: 60px;
            bottom: -30px;
            max-width: 405px;
            font-size: 18px;
            line-height: 23px;
        }
        
    }
}