.textwithlogos__title {
    background-clip: unset!important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}
.textwithlogos__text {
    text-align: center;
}


.textwithlogos__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #05060E;
    align-items: center;
}

.textwithlogos__logo img {
    width: 100%;
    max-height: 44px;
    object-fit: contain;
}

.textwithlogos__logos {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

@media screen and (min-width: 991px) {
    .textwithlogos__row {
        padding: 20px 44px;
        border-radius: 40px;
    }

    .textwithlogos__logos {
        justify-content: space-around;
    }
}

@media screen and (max-width: 990.98px) {
    .textwithlogos__row {
        padding: 20px;
        border-radius: 20px;
    }

    .textwithlogos__logos {
        flex-direction: column;
    }
}
