

.ttlh1in1_7 { clear:both; width:100%; margin:auto; text-align:center; padding:40px 0;   }  
.ttlh1in1_7 * { color:var(--DrkBlue);   }  
.ttlh1in1back_7 { float:left; width:30%; text-align:left; margin:0 0 0 3%; }
.ttlh1in1back_7 button { background:none; cursor: pointer; }



.conitem_in_7 { clear:both; width:94%; margin:auto; display:block; min-height:600px;  }
.righttxt_itmin_7 { float:right; width:65%;}
.righttxt_itmin_7 img { width:100%; cursor: pointer; }
.leftimg_itmin_7 { float:left; width:34%;  margin:0 1% 0 0; }

/* הקונטיינר החדש שלך */
.galdown_7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px; /* מרווח בין התמונות */
    width: 100%;
}

.galdown_7 > div {
    flex: 0 1 calc(25% - (36px / 4));    
    aspect-ratio: 16 / 9;     
    overflow: hidden;
	cursor: pointer;
}

.galdown_7 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: transform 0.3s ease;
}

.galdown_7 > div:hover img {
    transform: scale(1.08);
}

@media (max-width: 1024px) {
    .galdown_7 > div {
        flex: 0 1 calc(33.33% - (24px / 3)); 
    }
}

@media (max-width: 768px) {
    .galdown_7 > div {
        flex: 0 1 calc(50% - 6px); 
    }
}

@media (max-width: 480px) {
    .galdown_7 > div {
        flex: 0 1 100%; 
        aspect-ratio: auto; 
    }
}






