#primary section.industries-hero {
    padding-top: 156px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.industries-hero {
    background: linear-gradient(110.9deg, #fefefe -10.39%, #c0c2f6 218.81%);
    min-height: 880px;
}

.industries-hero__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.industries-hero__title h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--black-color);
}

.industries-hero__excerpt {
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 489px;
    font-size: 20px;
}

.industries-hero__image {
    margin-top: 56px;
}

.industries-hero__image img {
    max-width: 100%;
    height: auto;
    max-height: 472px;
    object-fit: cover;
    border-radius: 16px;
}

.industries-hero__paragraph {
    margin-bottom: 24px;
}

.industries-hero__paragraph p {
    color: #0d1118;
}

.industries-hero__paragraph--side {
    display: none;
}

.industries-hero__paragraph--bg {
    display: none;
}

.industries-hero__title {
    flex: 1 1 783px;
}

.industries-hero__excerpt-block {
    flex: 1 1 calc(100% - 783px - 40px);
}

@media screen and (max-width: 1250px) {
    .industries-hero__head {
        flex-direction: column;
        align-items: start;
    }

    .industries-hero__paragraph {
        display: none;
    }

    .industries-hero__paragraph--side {
        display: flex;
    }

    .industries-hero__paragraph--side p {
        color: #0d1118;
    }

    .industries-hero__head {
        gap: unset;
    }

    .industries-hero__title {
        margin-top: 16px;
        padding-bottom: 24px;
    }

    .industries-hero__title,
    .industries-hero__excerpt-block {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 500px) {
    #primary section.industries-hero {
        padding-top: 144px;
        padding-bottom: 40px;
    }

    body .industries-hero {
        min-height: unset;
    }

    .industries-hero__title br {
        display: none;
    }

    .industries-hero__image img {
        max-height: 324px;
    }

    .industries-hero__image {
        margin-top: 40px;
    }

    .industries-hero__excerpt {
        font-size: 18px;
    }
}

.industries-hero--bg .industries-hero__image {
    display: none;
}

.industries-hero--bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(264.36deg, rgba(0, 0, 0, 0) -0.61%, rgba(0, 0, 0, 0.7) 105.3%);
    z-index: 0;
}

.industries-hero--bg .industries-hero__paragraph {
    display: none;
}

.industries-hero--bg .industries-hero__excerpt {
    color: #fefefe;
    background: #373cc2;
    padding: 24px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 16px;
}

.industries-hero--bg .industries-hero__title h1 {
    color: var(--white-color, #fefefe);
}

.industries-hero--bg {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
}

.industries-hero--bg .industries-hero__container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.industries-hero--bg .industries-hero__wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: inherit;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1250px) {
    .industries-hero--bg .industries-hero__head {
        margin-top: 0;
        align-items: flex-end;
    }
}

.industries-hero--bg .industries-hero__head {
    margin-top: 0;
}

.industries-hero--bg .industries-hero__paragraph--bg {
    display: flex;
}

.industries-hero--bg .industries-hero__paragraph--bg p {
    color: #fefefe !important;
}

.industries-hero--bg .industries-hero__title {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.industries-hero--bg .industries-hero__paragraph--side {
    display: none;
}

@media screen and (max-width: 768px) {
    .industries-hero--bg .industries-hero__excerpt {
        padding: 16px;
    }

    body .industries-hero--bg {
        min-height: 812px !important;
    }

    .industries-hero__title h1 {
        font-size: 36px;
        line-height: 1.3;
    }

    .industries-hero__excerpt {
        font-size: 18px;
    }
}
