.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: center;
    flex-wrap: wrap;
    gap: 60px;
}

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

}

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

.posts img {
    max-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: 601px;
}

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

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

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

.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: center;
    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 {
    max-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;
    max-width: 91%;
}

.workshop-post img {
    max-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;
    max-width: 100%;
}

.workshop-post-content p {
    max-width: 1005px;
}

/* ------------------------------------------------ */
.posts-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 40px;
    width: 93%;
}

.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: -50px;
}

.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 {
    max-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 screen and (max-width: 1200px) {
    .posts-container {
        flex-wrap: wrap;
    }

    .focus-post {
        max-width: 95%;
    }

    .posts {
        max-width: 95%;
        margin: auto;
    }

    .posts-right {
        max-width: 95%;
        margin: auto;
    }
}

@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) {
    .side-1-1 {
        margin-top: 0;
    }
}