.Break {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 10% 0%;
  margin: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  justify-content: center;
  width: 90%;
  height: 100%;

  /* إضافة الخاصية التالية لترتيب العناصر بترتيب رفوف */
  display: flex;
}

  
 
  .Breakcard {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
      width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    margin-top: 111px;
    margin-bottom: 50px;
      margin: 0 auto; 
      
  }
  
  
  .Breakcard:hover {
    height: 710px;
  }
  
  .BreakimgBox {
    position: absolute;
    top: 20px;
    width: 95%;
    height: 220px;
    background: #6B8B8A;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
  }
  
  .Breakcard:hover .BreakimgBox {
    top: -85px;
    scale: 0.75s;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    width: 90%;
  }
  
  .BreakimgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .Breakcontent {
    position: absolute;
    top: 245px;
    width: 100%;
    height: 55px;
    overflow: hidden;
    text-align: center;
    transition: 0.5s; 
  }
  
  .Breaktext {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;  
    color: #6B8B8A;
    border-radius: 12px;
    margin-top: 9px;
    font-size: 20px;
    flex-direction: column;
  }
  .Breakview {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #6B8B8A;
    color: #fff;
    border-radius: 12px;
    margin-top: 9px;
    font-size: 20px;
    flex-direction: column;
  }
  
  
  a {
    text-decoration: none;
  }
  
  .Breakdegree {
    height: 40px;
    font-size: 35px;
    margin-bottom: 15px;
  }
  
   
  
  .Breakcard:hover .Breakcontent {
    width: 95%;
    top: 144px;
    height: 550px;
    color: #6B8B8A;
  }
  
  .Breakinformation {
    width: 100%;
    height: 74px;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    grid-gap: 10px;
    margin-top: 35px;
    overflow: hidden;
  }
  
  .BreakiName {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    top: 85px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    font-size: 58px;
    color: #fff;
    text-align: center; 
    margin-bottom: 186px;
  } 
  .Announcement {
    width: 90%;
    height: 190px;
    margin: 0 auto; /* هذا سيجعل العنصر في المنتصف */
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #6B8B8A;
    color: #fff;
    border-radius: 12px;
  }
  .Announcementtext {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff; 
    margin-top: 9px;
    font-size: 25px;
    flex-direction: column;
  }
  
  .Announcementtext p {
    text-align: center;
  }
  
  
  
  