h1 {
    text-align: center;
    font-size: 24px;

}
p {
    margin: 10px 0;
    text-align: justify;
    color: #000;
    font-size: 20px;
}

.type-title {
    color: #000;
    font-weight: 600;
}

.flex-container {
    display: flex;
}


.download {
    background: rgba(154, 202, 60, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 260px;
    max-height: 50px;
    margin: 24px 0 37px auto;
}

.download:hover {
    box-shadow: 0 4px 12px rgba(139, 195, 74, 0.3);
}

.download:active {
    transform: translateY(0);
}

@media screen and (max-width: 430px) {

    h1 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .passport-detail {
        height: auto;
    }

    p {
        max-width: 90%;
        margin: 0 auto;
        text-indent: 35px;
        font-size: 10px;
    }

    .download {
        margin: 37px auto 30px;
        max-height: 40px;
    }
}
