.hero__description h2 {
    max-width: 940px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.4;
}

.hero__description p {
    max-width: 940px;
    font-weight: 300;
}

.ets__img img {
    object-fit: cover;
}

.line-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 14px;
}

.line-item__text {
    font-size: 18px;
    line-height: 24px;
    color: #144188;
    font-weight: bold;
}

.row-bottom-text__ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    color: #144188;
}

.kbct-bottom-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    color: #FFFFFF;
}

.what-we-test {
    padding: 80px 0;
}

.what-we-test__ttl {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #144188;
    text-transform: uppercase;
}

.what-we-test__dsc {
    text-align: center;
    margin-bottom: 40px;
}

.what-we-test__grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.what-we-test__item {
    width: 48%;
    padding: 16px 24px;
    background: #FFFFFF;
    border-left: 4px solid #0DA7F6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.what-we-test__head {
    color: #FF6B00;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.what-we-test__item.what-we-test__item--placeholder {
    border: none;
    padding: 0;
}

.what-we-test__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.table-bottom-text {
    text-align: center;
    margin-bottom: 30px;
}

.steps-bottom-text {
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 550px;
}
.steps-bottom-text__ttl {
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.wnft--wwo .wnft__box:after {
    content: '';
    width: 205px;
    height: 170px;
    display: block;
    position: absolute;
    top: 80px;
    right: 5px;
    background: url('/wp-content/themes/ubertesters/images/igaming-images/Logo.png') no-repeat center;
    background-size: contain;
}
.vpr:after {
    content: '';
    width: 377px;
    height: 397px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('/wp-content/themes/ubertesters/images/igaming-images/person.png') no-repeat center;
    background-size: contain;
}


.cases-bottom-text {
    margin: 10px auto 30px;
    text-align: center;
}

.vpr {
    margin-top: 0;
}

.vpr__subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}


.wcuf__subtitle {
    margin-bottom: 30px;
    text-align: center;
}











