.passport-entry-page {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.passport-entry-section {
    width: 100%;
    padding: 120px 0;
}

.passport-entry-box {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
}

.passport-entry-title {
    margin: 0;
    font-size: 48px;
    line-height: 1.08;
    text-transform: uppercase;
}

.passport-entry-subtitle {
    max-width: 760px;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

@media (max-width: 1024px) {
    .passport-entry-section {
        padding: 100px 0;
    }

    .passport-entry-title {
        font-size: 38px;
    }

    .passport-entry-subtitle {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .header_wrapp {
        height: 700px;
    }
    .passport-entry-page {
        min-height: auto;
    }

    .passport-entry-section {
        padding: 80px 0;
    }

    .passport-entry-box {
        min-height: 42vh;
        gap: 18px;
    }

    .passport-entry-title {
        font-size: 28px;
    }

    .passport-entry-subtitle {
        font-size: 15px;
        line-height: 1.5;
    }

    .passport-entry-box .btn {
        width: 100%;
        max-width: 320px;
    }
}
