.small-first-screen {
    position: relative;
    top: 0;
    margin-top: 67px;
}

.small-first-screen__btn {
    width: fit-content;
    min-width: 263px;
}

.small-first-screen::before {
    content: '';
    position: absolute;
    top: -4px;
    height: 5px;
    background: #202029;
    width: 100%;
}

.small-first-screen__container {
    max-width: 100%;
    padding: 0 8px;
}

.small-first-screen__wrapper {
    padding: 42px 108px 136px 108px;
    background: #202029;
}

.small-first-screen__inner-wrapper {
    display: flex;
    gap: 126px;
    justify-content: space-between;
    align-items: center;
}

.small-first-screen__heading {
    flex-basis: 505px;
}

.small-first-screen__heading strong{
    font-weight: 300;
}

.small-first-screen__text {
    margin-bottom: 20px;
    color: #DEE3ED;
}

.small-first-screen__text-wrapper {
    flex-basis: 480px;
}

.small-first-screen__inner-wrapper {
    margin-left: auto;
    margin-right: auto;
  max-width: 1200px;
}

@media screen and (max-width: 1299.98px) {
    .small-first-screen {
        margin-top: 62px;
    }
}

@media screen and (max-width: 1199.98px) {
    .small-first-screen {
        margin-top: 53px;
    }

    .small-first-screen__wrapper {
        padding: 42px 90px 100px 90px;
    }
}

@media screen and (max-width: 1023.98px) {
    .small-first-screen::before {
        display: none;
    }

    .small-first-screen__btn {
        margin-left: auto;
        margin-right: auto;
    }

    .small-first-screen {
        margin-top: 67px;
    }

    .small-first-screen__wrapper {
        padding: 63px 25px 58px 25px;
    }

    .small-first-screen__inner-wrapper {
        text-align: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .small-first-screen__heading {
        margin-bottom: 0;
        flex-basis: fit-content;
    }

    .small-first-screen__text {
        margin-bottom: 30px;
    }

    .small-first-screen__text-wrapper {
        flex-basis: fit-content;
    }

    .small-first-screen__container {
        padding: 0 5px;
    }

}


@media screen and (max-width: 599.98px) {

    .small-first-screen__text {
        margin-bottom: 25px;
    }

}
