.img-background {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    width: 100%;
    
}

/* p {
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    max-width: 1005px;

}  */

.arabic-content{
    background-color: #E1E1E1;
    display: flex;
    align-items: right;
    justify-content: center;
    flex-direction: column;
    padding: 24px 20px 32px 20px;
    gap: 10px;
    width: 100%;
}

.arabic-content  h3 {
     text-align: right;
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color:  #303030;
}

.arabic-content p {
    text-align: end;
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color:  #303030;
}

a { 
    color: #303030;
  }


.first-posts {
  width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
}

.left_side {
    display: flex;
    flex-direction: column;
    gap: 40px;   
    max-width: 487px;

}

.posts {    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.posts img {
    width: 100%;
}

.content-posts {
    background-color: #E1E1E1;
    padding: 24px 20px 32px 20px;
    gap: 10px;
    width: 100%;
    text-align: start;
}

.content-posts h2 {
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color:  #303030;
}

.right_side {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 620px;
}

.posts-right {    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.posts-right img {
    width: 100%;
}

.content-posts-right {
    background-color: #E1E1E1;
    padding: 24px 20px 32px 20px;
    gap: 10px;
    width: 100%;
}

.content-posts-right h2 {
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: start;
    color:  #303030;
}


/* ---- */

.intufocus-posts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.focus-post {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 558px;
}


.focus-post img {
    width: 100%;
}

.focus-post-content  {
    background-color: #E1E1E1;
    padding: 24px 20px 32px 20px;
    gap: 10px;
}

.focus-post-content h2 {
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color:  #303030;
}

/* ------------------------------------------------------- */

.workshop-post {    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.workshop-post img {
    width: 100%;
}

.workshop-post-content {
    background-color: #E1E1E1;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 24px 20px 32px 20px;
    gap: 10px;
    width: 100%;
}

.workshop-post-content h2 {
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: start;
    color:  #303030;
    width: 100%;
}



/* ------------------------------------------------ */
.posts-container {
    display: flex;    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}

.side-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}

.side-1-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    margin-top: -5px;
}

.side-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}

.postt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 558px;
}


.postt img {
    width: 100%;
}

.postt-content {
    background-color: #E1E1E1;
    padding: 24px 20px 32px 20px;
    gap: 10px;
    width: 100%;
}

.postt-content h2 {
    text-decoration: none;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color:  #303030;
}

.postt-content a {
    text-decoration: none;
}



/* @media (min-width: 1400px) {
    .workshop-post {
      max-width: 82.5%;
    }
} 

@media (min-width: 1600px) {
    .workshop-post {
      max-width: 74%;
    }
} 

@media (min-width: 1700px) {
    .workshop-post {
      max-width: 69.6%;
    }
} 

@media (min-width: 1800px) {
    .workshop-post {
      max-width: 62%;
    }
} 

@media (min-width: 2200px) {
    .workshop-post {
      max-width: 46.4%;
    }
} 

@media (min-width: 3700px) {
    .workshop-post {
      max-width: 30.8%;
    }
} 

@media (min-width: 5000px) {
    .workshop-post {
      max-width: 23%;
    }
}  */

/* @media (max-width: 1200px) {
    .workshop-post {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    .workshop-post {
        width: 90%;
    }
} */



@media (max-width: 1200px) {
    .menu-section-list.active-menu-section-list {
        align-items: center;
    }
    .posts-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .postt, .focus-post{
        max-width: 85%;
        justify-content: center;
    }
    .workshop-post{
        max-width: 85%;
        justify-content: center;
    } 
    .side-1-1 {
        margin-top: 0;
        align-items: center;

    }
    .side-2, .side-1 {
        align-items: center;
    }

    .first-posts {
        align-items: center;
        flex-direction: column;
    }
    .posts-right {
        width: 100%;
    }
    .left_side {
        max-width: 85%;
        align-items: center;
    }

    .right_side {
        max-width: 85%;
        align-items: center;
    }

    .posts {
        width: 100%;
    }

    .intufocus-posts {
        justify-content: center;
    } 
    /*.content-posts, .content-posts-right, .postt-content, .arabic-content, .focus-post-content, .workshop-post-content {*/
    /*    padding: 0px;*/
    /*}*/
}