.apsc-secmtpas {
    padding: 100px 0px;
}

.apsc-container {
    max-width: 1240px;
    padding: 0px 20px;
    margin: auto;
}

.docs-menu-ppy {
    display: flex;
    flex-direction: column;
    border-right: #eaeaea solid 4px;
    width: fit-content;
    padding-right: 5px;
}

.ppy-diam a {
    text-decoration: none;
    color: inherit;
    margin-bottom: 4px;
    border-radius: 8px;
    width: 200px;
    padding: 10px 10px;
    display: block;
    font-size: 14px;
}

.ppy-diam a:hover,
.ppy-diam a.active {
    background-color: #eaeaea;
}

.spsc-kflex {
    display: flex;
}

.spsc-sc2 {
    padding: 0px 15px;
}

.spsc-mhadios {
    font-size: 24px;
    padding: 4px 0px;
    margin-bottom: 4px;
}

.spsc-sch4 {
    font-size: 16px;
    color: black;
}

.spsc-uleio {
    padding-left: 40px;
    color: black;
    font-size: 15px;
    margin-top: 5px;
}

.spsc-uleio li {
    padding: 4px 0px;
}

.spsc-np {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #28213EB2;
}

.head-cbkol {
    color: #e45649;
    background-color: #f9f9f9;
    padding: 20px;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 300;
}

.spsc-np span {
    color: black;
}

.hcbkl-iop {
    margin-bottom: 4px;
}

.prime-logo-bas {
    margin: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.prab-hmbols {
    font-size: 66.5px;
    line-height: 84.15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-align: center;
    text-align: -webkit-center;
    max-width: 800px;
    margin: auto;
    color: #095434;
    margin-bottom: 120px;
}

.prab-hmbols span {
    color: #095434;
}

@media screen and (max-width: 500px) {
    .prab-hmbols {
        font-size: 40px !important;
        display: none !important;
        line-height: 52px !important;
    }

    .apsc-secmtpas {
        padding: 60px 0px 120px 0px !important;
    }

    .prime-logo-bas {
        display: none !important;
    }

    .spsc-kflex {
        flex-direction: column;
    }

    .docs-menu-ppy,
    .ppy-diam a {
        width: -webkit-fill-available;
    }

    .docs-menu-ppy {
        margin-bottom: 40px;
        border-right: none;
        border-bottom: #eaeaea dashed 1px;
        padding-right: 0 !important;
    }

    .spsc-sc2 {
        padding: 0px 0px !important;
    }
}