.rd-hero {
    background: linear-gradient(283deg, #001949 0.48%, #002B7D 38.84%, #001949 100%);
    padding: 158px 0 52px;
    color: #fff;
}

.rd-hero .wrapper {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
}

.rd-hero__image {
    max-width: 569px;
    margin: 0 0 -150px;
}

.rd-hero__image img {
    width: 100%;
    object-fit: contain;
}

.rd-hero__text-wrapper {
    max-width: 555px;
}

.rd-hero__title {
    font-size: 45px;
    font-weight: 700;
}

.rd-hero__text {
    font-size: 25px;
    margin: 20px 0 0;
}

.rd-hero__sub-text {
    margin: 41px 0 0;
    font-size: 20px;
    line-height: 1.5;
}

.rd-hero__list {
    margin: 15px 0 0;
}

.rd-hero__list-item {
    line-height: 2;
    font-weight: 700;
    font-size: 20px;
}

.rd-hero__list-item:before {
    content: '';
    background-image: url('/wp-content/themes/thetaray/css/../images/check.svg');
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 18px;
}

.rd-hero__block-logos-text {
    margin: 0 !important;
}

.rd-hero__block-logos {
    border-top: 1px solid #58A1E3;
    border-bottom: 1px solid #58A1E3;
    padding: 16px 50px 27px;
    text-align: center;
    margin: 36px 0 0;
}

.rd-hero__list-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 58px;
    justify-content: center;
    margin: 21px 0 0;
}

.rd-hero__logos-item {
    height: 50px;
}

.rd-text {
    padding: 49px 0 40px;
}

.rd-text__text {
    max-width: 537px;
    line-height: 1.5;
}

@media screen and (max-width: 991px) {
    ul.rd-hero__list {
        margin: 20px 0 0;
    }

    .rd-hero {
        padding: 101px 0 0;
    }

    .rd-hero__title {
        font-weight: 600;
        text-align: center;
        padding: 0 43px;
        line-height: 1.25;
    }

    .rd-hero .wrapper {
        flex-direction: column;
    }

    p.rd-hero__text {
        text-align: center;
        margin: 27px 0 0;
        line-height: normal;
    }

    .rd-hero__text-wrapper {
        max-width: 100%;
    }

    .rd-hero__sub-text {
        margin: 34px 0 0;
        text-align: left;
    }

    .rd-hero__list-item {
        font-size: 16px;
        line-height: 2.5;
    }

    .rd-hero__block-logos {
        margin: 15px 0 0;
        padding: 23px 0 0;
        text-align: center;
        border-bottom: transparent;
    }

    .rd-hero__block-logos-text {
        font-size: 16px;
    }

    .rd-hero__logos-item {
        height: 32px;
        width: 39%;
    }

    .rd-hero__list-logos {
        gap: 16px 38px;
    }

    .rd-hero__logos-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .rd-text__text {
        font-size: 20px;
        text-align: center;
        padding: 0 13px;
    }

    .rd-text {
        padding: 85px 0 40px;
    }
}