.industry-section {
    padding-top: 60rem;
}

.benefits-section + .industry-section {
    padding-top: 0;
}

.industry-section__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem 22rem;
}

.industry-section__logos:not(:first-child) {
    margin-top: 35rem;
}

.industry-section__logos img {
    width: auto;
    height: 43rem;
    object-fit: contain;
}

.industry-section__content {
    display: flex;
    flex-wrap: wrap;
    gap: 23rem 18rem;
}

.industry-section__content:not(:first-child) {
    margin-top: 26rem;
}

.industry-section__button {
    width: 100%;
}

.industry-section__button > .button {
    width: calc(100% - 57rem);
}

@media screen and (min-width: 768px) {
    .industry-section__logos {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .industry-section {
        padding-top: 140rem;
    }

    .industry-section__logos {
        gap: 20rem 40rem;
    }

    .industry-section__logos:not(:first-child) {
        margin-top: 45rem;
    }
    
    .industry-section__logos img {
        height: 78rem;
    }

    .industry-section__content {
        align-items: center;
    }

    .industry-section__content:not(:first-child) {
        margin-top: 45rem;
    }

    .industry-section__text {
        max-width: 529rem;
    }

    .industry-section__button,
    .industry-section__button > .button {
        width: fit-content;
        width: -moz-fit-content;
    }
}