.erp-hero-title {
    align-items: baseline;
    display: flex;
    justify-content: center;
}

.erp-hero-title .erp-title-product {
    margin-left: 0.28em;
}

.erp-hero-integration {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.erp-hero-integration span {
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.erp-hero-integration img {
    display: block;
    height: auto;
    margin: 0;
    width: min(200px, 46vw);
}

.erp-pin-row,
.erp-panels-row {
    overflow: hidden;
}

.erp-pin-showcase {
    align-items: flex-start;
}

.erp-pin-copy {
    padding-top: 24px;
}

.erp-pin-copy h6 {
    margin-bottom: 28px;
}

.erp-pin-copy .big-title {
    margin-bottom: 34px;
}

.erp-section-title {
    font-size: 72px;
    line-height: 0.98;
}

.erp-pin-copy p {
    max-width: 480px;
}

.erp-pin-media {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.erp-pin-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: #171717;
}

.rounded-borders .erp-pin-frame {
    border-radius: 8px;
}

.erp-pin-frame img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.erp-pin-frame figcaption {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.erp-panels-intro {
    box-sizing: border-box;
    padding-bottom: 62px;
}

.erp-panels-intro h2 {
    margin-top: 22px;
    margin-bottom: 0;
}

.erp-panels .panel img {
    aspect-ratio: 50 / 27;
}

.erp-panels .panels-container > .panel {
    margin-left: 24px;
    margin-right: 24px;
}

.erp-panels .panels-container > .panel:first-child {
    margin-left: 60px;
}

.erp-panels .panels-container > .panel:last-child {
    margin-right: 60px;
}

@media only screen and (max-width: 1024px) {
    .erp-section-title {
        font-size: 56px;
        line-height: 1;
    }
}

@media only screen and (max-width: 479px) {
    .erp-hero-integration {
        gap: 10px;
        margin-top: 22px;
    }

    .erp-hero-integration img {
        width: min(170px, 52vw);
    }

    .erp-section-title {
        font-size: 48px;
        line-height: 1;
    }

    .erp-pin-copy {
        padding-top: 0;
    }

    .erp-pin-media {
        gap: 16px;
    }

    .erp-pin-frame {
        aspect-ratio: 4 / 5;
    }

    .erp-panels-intro {
        padding-bottom: 38px;
    }

    .erp-panels .panels-container > .panel {
        margin-left: 12px;
        margin-right: 12px;
    }

    .erp-panels .panels-container > .panel:first-child {
        margin-left: 20px;
    }

    .erp-panels .panels-container > .panel:last-child {
        margin-right: 20px;
    }
}
