﻿.article9 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .article9 .article-wrapper {
        display: flex;
        flex-wrap: wrap;
        max-width: 1140px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row-reverse;
    }


    .article9 .article-card-item {
        margin: 10px;
        width: 450px;
        height: auto;
        display: flex;
        position: relative;
        border-radius: 12px;
        background: var(--articleContent_bcolor1);
        box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
        border : 1px solid transparent;
    }

    .article9 .card-image-content {
        width: 40%;
        display: flex;
        overflow: hidden;
        align-items: flex-start;
        justify-content: center;
        padding : 21px 0 ;
    }

    .article9 .article-image {
        width: 150px;
        height: 150px;
        object-fit: fill;
        border-radius: 50%;
        border-radius: 50%;
        transition: all .3s ease-in;
    }

    .article9 .article-card-item:hover .article-image {
        transform: scale(1.1);
    }

    .article9 .card-detail {
        width: 60%;
        height: 100%;
        padding: 1rem;
    }

    .article9 .card-detail-content {
        width: 100%;
        height: 100%;
        display: flex;
        direction: rtl;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .article9 .article-card-title {
        direction: rtl;
        color: #2c4964;
        font-size: 17px;
        font-weight: 600;
        padding: 5px 0px;
        line-height: 26px;
        text-align: start;
    }

    .article9 .article-card-description {
        padding: 10px;
        direction: rtl;
        font-size: 13px;
        padding: 5px 0px;
        line-height: 25px;
        text-align: justify;
        overflow: visible ;
        color: var(--workHourContent_fcolor);
        white-space : pre-wrap ;
        margin : 0 ;
    }

    .article9 .article-card-line {
        width: 20%;
        height: 1px;
        margin: 8px 0;
        color: #2c4964;
        transition: all ease-in-out .3s;
        opacity : 1 ;
    }

    .article9 .article-card-list-item {
        opacity: .7;
        direction: rtl;
        font-size: 12px;
        font-size: 12px;
        list-style: none;
        line-height: 20px;
        color: var(--workHourContent_fcolor);
        color: var(--workHourContent_fcolor);
    }

    .article9 .article-card-item:hover .article-card-line {
        width: 45%;
    }

@media (max-width : 1200px ) {
    .article9 .article-wrapper {
        max-width: none !important;
        width : 100% ;
        align-items: center;
        flex-direction: column !important;
    }

    .article9 .article-card-item {
        min-width: 540px;
    }
}

@media (max-width : 576px) {
    .article9 {
        height : auto !important ;
    }
    .article9 .article-wrapper {
        overflow-x: hidden;
    }
    .article9 .article-card-item {
        width: 85% !important;
        min-width: 0 !important;
        height: auto !important;
        padding: .5rem;
        flex-direction : column ;
        /*min-height: 200px !important;*/
        justify-content: space-around;
        /*flex-direction: column !important;*/
        top : auto !important;
        bottom : auto !important;
        left : auto !important;
        right : auto !important;
    }

    .article9 .card-image-content {
        width: 100% !important;
        height: 45% !important;
    }

    .article9 .card-detail {
        width: 100% !important;
        height: 55% !important;
        padding: .5rem !important;
    }

    .article9 .card-detail-content {
        align-items: center;
    }

    .article9 .article-card-title {
        align-self: center;
        text-align: center;
    }

    .article9 .article-card-description {
        align-self: center;
    }

    .article9 .article-card-line {
        align-self: center;
    }
}
