.page-baner {
    position: relative;
    height: calc(50vh - 160px);
}

.page-header {
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    height: calc(50vh - 110px);
    background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.01)), url(../img/header.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #834b4b;
    z-index: -1;
}

.page-header-info {
    display: flex;
    flex-direction: column;
    height: calc(50vh - 110px);
    /* background-color: #96c11e59; */
    align-items: center;
}

.page-header-text {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    padding-top: 17vh;
    padding-bottom: 25px;
}

.content {
    padding: 20px 0px;
}

.c-flex {
    display: flex;
    flex-direction: column;
}

.left-menu {
    padding: 20px 20px;
    border: 0.5px solid #ccc;
    border-radius: 5px;
}

.left-menu-item {
    padding-bottom: 15px;
}

.left-menu-link {
    text-transform: uppercase;
    color: #4f680c;
    font-weight: 600;
    display: block;
}

.sub {
    margin-bottom: 20px;
    box-sizing: border-box;
}

.content-text {
    padding: 0 20px;
}

.content-text p {
    padding: 5px 0;
    line-height: 25px;
}

.doc-link {
    display: flex;
    flex-direction: row;
    margin: 20px;
}

.doc-pic {
    width: 80px;
    object-fit: contain;
}

.doc-name {
    max-width: 350px;
    margin-left: 10px;
    box-sizing: border-box;
}

.p-btn {
    display: block;
    width: 280px;
    border: 2px solid #95C11E;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}

.p-img img {
    width: 100%;
    object-fit: cover;
}

.p-btn-text {
    color: #4f680c;
    font-weight: 600;
}

.p-btn-sec {
    display: block;
    max-width: 350px;
}

.plan-foto img {
    width: 100%;
}

@media (min-width: 1200px) {
    .c-flex {
        flex-direction: row;
        justify-content: space-between;
    }

    .left-menu {
        width: 250px;
    }

    .content-text {
        width: 930px;
    }
}