.page-intro-img {
    height: 733px;
    object-fit: cover;
}

.page-intro-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 33px;
}

.page-intro-content > * {
    max-width: 654px;
}

@media (max-width: 992px) {

    .page-intro-img {
        height: 500px;
    }
    
}