

/* Start:/bitrix/templates/modern_blue_s1/components/bitrix/news.list/my_people_teachers/style.css?1739624239843*/
.employee-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.employee-photo {
    flex: 0 0 150px;
    margin-right: 20px;
}

.employee-photo img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.employee-info {
    flex: 1;
}
.employee-property {
    margin-bottom: 8px;
    font-size: 1em;
    color: #555;
}

.property-name {
    font-weight: bold;
    margin-right: 5px;
}

.property-value {
    color: #333;
}

@media (max-width: 768px) {
    .employee-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .employee-photo {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/* End */
/* /bitrix/templates/modern_blue_s1/components/bitrix/news.list/my_people_teachers/style.css?1739624239843 */
