.dlp_hero {
    max-width: 100%;
    overflow: hidden;
}

.dlp_hero__wrapper {
    padding: 7px 0 0;
    background: #112031;
}

.dlp_hero__container.theme_container {
    position: relative;
    max-width: 1212px;
    overflow: visible;
}

.dlp_hero__row {
    display: flex;
    align-items: center;
    min-height: 260px;
}

.dlp_hero__left {
    width: calc(100% - 440px);
}

.dlp_hero__content {
    margin-top: 25px;
}

.dlp_hero__title {
    color: #fff;
    font-family: 'Aeonik';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.07;
    margin: 0;
}

.dlp_hero__a_image {
    position: absolute;
    bottom: 0;
    right: -38px;
}

@media (max-width: 991px) {
    .dlp_hero__wrapper {
        padding-top: 80px;
        padding-bottom: 62px;
    }

    .dlp_hero__a_image {
        display: none;
    }

    .dlp_hero__title {
        text-align: center;
    }

    .dlp_hero__left {
        width: 100%;
    }

    .dlp_hero__row {
        justify-content: center;
        min-height: auto;
    }
}

@media (max-width: 768px) {

    .dlp_hero__title {
        font-size: var(--font-size) !important;
        line-height: 1.17;
    }

    .dlp_hero__row {
        justify-content: center;
        min-height: auto;
    }
}