.ped1-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80rem;
}

.ped1-text h6 {
    color: #222;
    font-size: 40rem;
    margin-bottom: 40rem;
}

.ped1-text h6 span {
    color: var(--main-color);
}

.ped1-text p {
    color: #333;
    font-size: 20rem;
    line-height: 1.5;
    font-weight: 500;
}

.ped1-text ul {
    width: 73%;
    padding: 30rem;
    border-radius: 10rem;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    margin-top: 30rem;
}

.ped1-text ul b {
    display: block;
    font-size: 20rem;
    margin-bottom: 10px;
}

.ped1-text ul li {
    color: #333;
    font-size: 17rem;
    line-height: 1.5;
    letter-spacing: -0.5rem;
}

.ped1-image {
    width: 40%;
    min-width: 40%;
    border-radius: 60rem;
}


.ped2 {
    background-color: var(--main-color);
    background-color: #f5f5f5;
}

.ped2 .a1-title p {
    color: var(--main-color) !important;
}

.ped2 .a1-title h5 {
    color: #222 !important;
}

.ped2 .a1-title h6 {
    color: #333;
    display: block;
    font-size: 22rem;
    font-weight: 600;
    margin-top: 20rem;
}

.ped2-box ul {
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.ped2-box ul li {
    min-width: 550rem;
    padding: 22rem;
    font-size: 28rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20rem;
    /* border: 3px solid #dedede; */
    border-radius: 20rem;
    background-color: #fff;
    box-shadow: 0 15rem 50rem 0 rgba(80, 86, 131, .2);
}

.ped2-box ul li span {
    width: 50rem;
    min-width: 50rem;
    height: 50rem;
    min-height: 50rem;
    color: #fff;
    font-size: 22rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14rem;
    background-color: var(--main-color);
}


.ped3 {
    position: relative;
    height: 80vh;
    background: url(../images/ped3-bg.png);
}
.ped3::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}
.ped3::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient(to right, #000000aa, transparent);
    z-index: 2;
}

.ped3-text {
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 3;
}

.ped3-text h5 {
    font-size: 45rem;
    font-family: 'Paperozi';
    line-height: 1.3;
    margin-bottom: 40rem;
}

.ped3-text h5 span {
    color: var(--main-color);
    font-family: 'Paperozi';
    letter-spacing: -2rem;
}

.ped3-text ul {
    display: flex;
    flex-direction: column;
    gap: 15rem;
    padding-left: 20rem;
}

.ped3-text p,
.ped3-text ul li {
    font-size: 20rem;
    line-height: 1.5;
    list-style: disc;
}


.ped4-title {
    text-align: center;
    margin-bottom: 50rem;
}

.ped4-title h5 {
    color: #222;
    font-size: 50rem;
}
.ped4-title h5 span {
    color: var(--main-color);
    letter-spacing: -2rem;
}

.ped4-title p {
    color: #333;
    font-size: 20rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20rem;
}

.ped4-image-wrapper {
    display: flex;
    align-items: center;
    gap: 20rem;
}

.ped4-image p {
    font-size: 24rem;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}


.ped5-box-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
}

.ped5-box {
    padding: 50rem 40rem;
    display: flex;
    align-items: center;
    gap: 50rem;
    border-radius: 20rem;
    border: 3px solid #dedede;
    background-color: #fff;
}
.ped5-box:nth-child(1),
.ped5-box:nth-child(4),
.ped5-box:nth-child(5) {
    color: #fff;
    border: 3px solid var(--main-color);
    background-color: var(--main-color);
}

.ped5-box span {
    width: 100rem;
    min-width: 100rem;
    font-size: 90rem;
    font-weight: 800;
    letter-spacing: -3rem;
    margin-left: 20rem;
}

.ped5-box-text h6 {
    font-size: 32rem;
}

.ped5-box-text p {
    font-size: 18rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10rem;
}




/*==================================================*/
@media (max-width: 991px) {
    .ped1 .a1-title {
        display: none;
    }
    
    .ped1-wrapper {
        flex-direction: column;
    }

    .ped1-text {
        width: 100%;
    }
    
    .ped1-text h6 {
        font-size: 50rem;
    }

    .ped1-text p {
        font-size: 26rem;
    }
    
    .ped1-image {
        width: 85%;
        min-width: unset;
        margin-left: auto;
        margin-right: 0;
        border-radius: 100rem 100rem 0 100rem;
    }
    
    .ped3 {
        height: auto;
        padding: 100rem 0;
    }

    .ped4-title p br {
        display: none;
    }
    
    .ped5-box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .ped5-box {
        padding: 50rem;
        border: 2px solid #dedede;
    }
}


@media (max-width: 550px) {
    .ped .sub-navBtn {
        font-size: 18rem;
    }

    .ped2-box {
        width: 100%;
    }

    .ped2-box ul {
        width: 90%;
        margin: 0 auto;
    }

    .ped3-text p,
    .ped3-text ul li {
        font-size: 22rem;
    }

    .ped4-title p {
        font-size: 22rem;
    }

    .ped4-image-wrapper {
        flex-direction: column;
        gap: 50rem;
    }

    .ped4-image p {
        font-size: 30rem;
    }

    .ped5-box:nth-child(1),
    .ped5-box:nth-child(3),
    .ped5-box:nth-child(5) {
        color: #fff;
        border: 2px solid var(--main-color);
        background-color: var(--main-color);
    }
    .ped5-box:nth-child(4) {
        color: #000;
        border: 2px solid #dedede;
        background-color: #fff;
    }

    .ped5-box span {
        margin-left: auto;
        margin-right: 0;
    }
    
    .ped5-box-text {
        width: 100%;
    }
    
    .ped5-box-text p {
        font-size: 24rem;
        margin-top: 20rem;
    }
}