.component-content-push-cpt {
    background-color: var(--white);
    position: relative;
    height: var(--full-height);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid var(--dark-blue-20);
    z-index:1;
}

.content-push-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    gap: 44px;
    position:relative;
    align-items:center;
}

.component-content-push-cpt .swift-wrapper {
    position: absolute;
    top: -80px;
    left: auto;
    right: auto;
}

