.content-wrapper {
    background: url("../../images/pc/news_post_pc/wave.svg") no-repeat center top;
}

.close-btn {
    font-size: 40px;
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    color: #e2e2e2;
}

.menu-content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.menu-content a {
    padding: 10px 0;
    text-decoration: none;
    color: #747474;
    font-size: 12px;
    font-weight: bold;
}

.card-large {
    background: white;
    margin: 10px 0px;
    overflow: hidden;
    width: 1100px;
    text-align: center;
    border-radius: 20px;
}

.card-large img.left-image {
    width: 100%;
    /* height: 50%; */
    object-fit: cover;
    background-color: #f0f0f0;
    margin: 10px 0;
}

.card-container {
    text-align: center;
    padding: 8px 18px;
}

.card-content {
    font-size: 12px;
    margin-top: 10px 0;
}

.card-content p {
    margin: 15px 0;
    text-align: left;
}

.floor-div {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 10px 0;
}

.card-floor-content {
    float: right;
}

.card-floor-content div {
    padding: 10px 60px;
    background: #C7CE62 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #1b171729;
    border-radius: 25px;
    opacity: 1;
    text-align: center;
    width: 5%;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.card-last-wrapper {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin: 20px auto;
    justify-content: center;
    width: 100%;
}

.card-left,
.card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.card-left h2 {
    margin-bottom: 5px;
    /* width: 51%; */
    text-align: left;
    font-size: 33px !important;
}

.card-left div {
    display: flex;
    align-items: center;
    font-size: 10px;
    width: 100%;
    gap: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.card-left div a {
    text-decoration: none;
    color: #000000;
}

.card-left>div img {
    width: 7%;
    height: auto;
    flex-shrink: 0;
    margin: 0px;
    border-radius: 20px;
}

.card-left span {
    font-size: 13px;
}

.card-left h3,
.card-left span {
    width: 100%;
    text-align: left;
}

.card-left-small-text {
    font-size: 11px;
    font-weight: normal;
}

.mobil-card-left-footer {
    display: none;
}

.card-left-footer {
    display: flex;
    flex-direction: column;
}

.card-right h4 {
    color: #C7CE62;
    margin-bottom: 10px;
    font-size: 21px;
}

.card-right p {
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.card-right img {
    /* width: 100% !important; */
    /* height: 100% !important; */
    /* margin: 15px 0 !important; */
}

.left-image {
    margin-bottom: 20px !important;
}

.card-container-last {
    overflow: hidden;
    display: flex;
    border: 1px solid #00000029;
    border-radius: 20px;
    background-color: #F8F7F7;
    margin-bottom: 20px;
    width: 100%;
}

.card-last-img {
    width: 45% !important;
    height: 100% !important;
    margin: 0 !important;
}

.card-last-content {
    flex: 1;
    padding: 10px;
    /* margin: 0; */
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    line-height: 1.2;
}

.card-text {
    color: #60B7FA;
    font-size: 10px;
    font-weight: bold;
}

.card-number {
    color: #60B7FA;
    font-weight: bold;
}

.card-desc {
    font-size: 17px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .content-wrapper {
        background: url("../../images/mobile/news_post_mobile/wave.svg") no-repeat center top;
    }

    .section {
        max-width: none !important;
    }

    .card-last-wrapper {
        display: block !important;
    }

    .card-left {
        /* margin: 10px; */
        align-items: center;
        width: 100%;
    }
    .card-left div , .card-right p {
        width: 90%;
    }

    .mobil-card-left-footer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 5px 20px;
    }

    .card-left-footer {
        display: none !important;
    }

    .card-right {
        /* margin: 10px; */
        align-items: center;
        width: 100%;
    } 
    .card {
        width: 100%;
        display: flex;
        flex-direction: row !important;
        align-items: stretch;
    }

    .card-left h2 {
        font-size: 24px !important;
        width: 90%;
        margin-bottom: 10px;
    }

    .card-left span {
        font-size: 14px;
    }

    .card-right h4 {
        display: flex;
        justify-content: flex-start;
        font-size: 20px !important;
        width: 90%;
    }

    .card-left-small-text {
        font-size: 10px !important;
    }

    .card img {
        width: 90%;
        height: auto;
        object-fit: cover;
    }

    .card-right img {
        width: 90% !important;
        margin: 5px !important;
    }

    .card-right p {
        width: 90% !important;
    }

    .card-title {
        display: block;
        white-space: normal;
        text-align: left;
        word-break: break-word;
        margin: 0;
        font-size: 14px;
    }

    .card-container {
        display: flex;
        flex: 1;
        padding: 0px !important;
    }

    .card-content p,
    .card-content div {
        margin-bottom: 0;
    }

    .card-content {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 8px;
        padding: 10px;
        font-size: 11px;
    }

    .card-content br {
        display: none;
    }

    .card-desc {
        display: none;
    }

    .btn-link {
        width: 65%;
        border-radius: 50px;
        margin: 5% 0px;
    }

    .btn-link-group img {
        width: 13%;
    }

    .btn-text {
        font-size: 20px;
    }
}

span.card-left-small-text a {
    text-decoration: none;
    color: #000000;
}

.page-wrapper span a {
    color: white;
}