/* HERO 1 --------------- */

.z-redigitize-hero1 {
    width: 50%;
    height: calc(100vh - 140px);
    margin: auto;
    padding: 0 0 60px;
}

@media screen and (max-width: 1128px) {
    .z-redigitize-hero1 {
        width: 90%;
        height: 36vh;
    }
}

@media screen and (max-width: 560px) {
    .z-redigitize-hero1 {
        height: calc(100vh - 195px);
    }
}



/* HERO 2 - SAMPLE --------------- */

.z-redigitize-hero2 {
    width: 50%;
    height: fit-content;
    padding: 110px 0 120px 0;
}

@media screen and (max-width: 1128px) {
    .z-redigitize-hero2 {
        width: 90%;
    }
}

.z-redigitize-hero2 div {
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
}

.z-redigitize-hero2 img {
    width: 50%;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

@media screen and (max-width: 560px) {
    .z-redigitize-hero2 div {
        flex-direction: column;
    }

    .z-redigitize-hero2 img {
        width: 100%;
    }
}



/* HERO 3 - PRICING --------------- */

.z-redigitize-hero3 {
    width: 50%;
    height: fit-content;
    padding: 110px 0 120px;
    gap: 30px;
}

@media screen and (max-width: 1128px) {
    .z-redigitize-hero3 {
        width: 90%;
    }
}

.z-redigitize-table-c {
    position: relative;
    width: 100%;
    padding: 0 23px;
    background: white;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}




/* TABLE --------------- */

.table-redigitize {
    font-size: 1.2rem;
    margin: 20px auto;
    padding: 0;
    border-collapse: collapse;
}

.table-redigitize th {
    color: #222;
}

.table-redigitize-row {
    height: 70px;
}

.table-redigitize-content {
    width: 180px;
    text-align: center;
}

.table-redigitize-column1 {
    padding: 0 100px 0 50px;
}

@media screen and (max-width: 560px) {
    .table-redigitize {
        font-size: 1rem;
    }

    .table-redigitize-column1 {
        padding: 0;
        width: 65%;
    }
}

.z-redigitize-amendment-c {
    width: 100%;
    padding: 30px 40px;
    background: #324250;
    border-radius: 2px;
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 560px) {
    .z-redigitize-amendment-c {
        padding: 28px 5vw;
    }
}

.z-redigitize-amendment-c h6,
.z-redigitize-amendment-c p {
    color: #ccc;
    font-weight: 300;
    margin: 0;
    text-align: center;
}



/* HERO 4 - STEP --------------- */

.z-redigitize-hero4 {
    width: 50%;
    height: fit-content;
    padding: 110px 0 120px;
    margin: auto;
}

@media screen and (max-width: 1128px) {
    .z-redigitize-hero4 {
        width: 90%;
    }
}

.z-redigitize-step-c {
    width: 100%;
    height: fit-content;
    padding: 40px 50px;
    margin: 30px 0 0 0;
    background: white;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08), 0 5px 26px 0 rgba(67, 94, 131, .15);
}

.z-redigitize-step-c div {
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.z-redigitize-step-c div p:first-child {
    width: 100px;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 5px 12px;
    margin: 0 20px 0 0;
    border: 1px solid #aaa;
    border-radius: 2px;
    text-align: center;
}

.z-redigitize-step-c div p:last-child {
    width: calc(100% - 144px);
    margin: 5px 0 0;
    text-align: left;
}

@media screen and (max-width: 560px) {
    .z-redigitize-step-c {
        padding: 28px 5vw;
        gap: 28px;
    }
    
    .z-redigitize-step-c div {
        flex-direction: column;
    }

    .z-redigitize-step-c div p:first-child {
        padding: 5px 0;
    }

    .z-redigitize-step-c div p:last-child {
        width: 100%;
    }
}