div.RowContainer.RowContainerNumber_1 {
    
    padding-top: 20px;
    padding-bottom: 20px;
}
div.RowContainer.RowContainerNumber_2 {
    background-color:#ECF4F9;
   
   
}
div.RowContainer.RowContainerNumber_3 {
    background-color:#ECF4F9;
    
}
div.RowContainer.RowContainerNumber_4 {
    background-color:#ECF4F9;
   
}


.texth2
{
font: normal normal normal 40px/24px Open Sans Hebrew;
color: #00256A;
}
.largetext {
    font-size: 20px;
    line-height: 32px;
}

.media.generic-box-horizontal .media-body {
    background-color: transparent !important;
border-bottom: none !important;
color:#333333 !important;
}

.media.generic-box-horizontal .media-body a {
  font-weight: bold;
}

.media.generic-box-horizontal .media-body {
    background-color: transparent !important;
border-bottom: none !important;
color:#333333 !important;
}


.media.generic-box-horizontal {
    padding: 10px;
    border-bottom: none !important;
background-color: transparent !important;
    margin-bottom: 20px;
color:#333333 !important;
}
.h2title
{
font-size:130%;
font-weight:bold;

   }




.arrow-link {
  color: #4285f4; /* הגדרת הצבע הכחול מהתמונה */
  text-decoration: none;
  
  font-size: 16px;
  
  /* שימוש ב-flex כדי לוודא יישור אנכי מושלם בין החץ לטקסט */
  display: inline-flex;
  align-items: center;
}

/* הוספת החץ אחרי הטקסט */
.arrow-link::after {
  content: "\2190"; /* קוד ה-Unicode לחץ שמאלה (←) */
  margin-right: 6px; /* רווח קטן בין הטקסט לחץ */
  font-size: 1.1em; /* הגדלה קלה של החץ לפרופורציה נכונה */
  transition: transform 0.2s ease; /* אופציונלי: הכנה לאפקט מעבר */
}

/* אופציונלי: אפקט נחמד שהחץ זז מעט שמאלה כשמרחפים עם העכבר */
.arrow-link:hover::after {
  transform: translateX(-3px);
}
