.projects_items {
    width:100%;
    float:right;
    position:relative;
    display:inline-block;
}

.sides_sections_items {
    width: 100%;
    float: right;
    margin-top:50px;
}

.sides_section_content_title {
    color: #231f20;
    transition: 0.4s all;
}

.sides_section_item_container:hover .sides_section_content_title {
    color: #6b5b58;
}

/* חשוב */
.sides_section_item_img_right,
.sides_section_item_img_left {
    position: relative;
    overflow: hidden;
}

/* הרקע האפור */
.sides_sectio_img_back {
    width:100%;
    height:150px;
    position:absolute;
    z-index:0;
    background-color:#495354;
    left:0;
    right:0;
    bottom:0;
}

/* 🔥 תמונות - תיקון אמיתי */
.sides_section_item_img_right img,
.sides_section_item_img_left img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    height: auto;
    z-index: 1;
    display: block;
}

/* מבנה כללי */
.sides_sections_container {
    padding-top: 90px;
    padding-bottom: 90px;
}

.sides_section_item_container {
    float: left;
    width: 100%;
    min-height: 230px;
    position:relative;
}

.sides_sections {
    width: 100%;
    float: right;
    position: relative;
}

.sides_section_item_left,
.sides_section_item_right {
    width: 100%;
    height: 230px;
    position:relative;
}

.sides_section_item_img_right {
    float: right;
    width: 280px;
    height: 230px;
}

.sides_section_item_img_left {
    float: left;
    width: 280px;
    height: 230px;
}

/* תוכן */
.sides_section_content_right {
    float: left;
    width: calc(100% - 320px);
    min-height: 230px;
    display:flex;
    align-items: center;
}

.sides_section_content_left {
    float: right;
    width: calc(100% - 320px);
    min-height: 230px;
    display:flex;
    align-items: center;
}

.sides_section_text_container {
    width: 100%;
    direction: rtl;
}

.sides_section_content_title {
    float: right;
    width: 100%;
    margin-bottom: 5px;
    line-height:1.1em;
}

.sides_section_content_text {
    float: right;
    width: 100%;
}






/* ================= MOBILE ================= */

@media (max-width: 768px) {

.sides_sections_items {
    margin-top:20px;
}

.sides_sections {
    margin-bottom:50px;
}

.sides_section_item_img_right,
.sides_section_item_img_left {
    width: 100%;
    height: 230px;
}

/* תמונה במובייל */
.sides_section_item_img_right img,
.sides_section_item_img_left img {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
}

/* פס אפור תחתון כמו בצילום */
.sides_section_item_img_right,
.sides_section_item_img_left {
    border-bottom:10px solid #495354;
}

.sides_section_content_right,
.sides_section_content_left {
    width: 100%;
    min-height: auto;
}

}