.news-title{
    margin-top: 60px;
    padding: 15px;
    background-color: white;
    border: rgb(194, 194, 194) 1px solid;
    border-radius: 20px;
    color: rgb(255, 123, 0);
    
}
.news-img{
    padding: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-img img{
    width: 80%;
    border-radius: 20px;
}
.other-images{
    padding: 50px;
    padding-top: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.other-images img{
    width: 500px;
    border-radius: 20px;
    margin: 10px;
}
.news-seconder-title{
    margin-top: 20px;
    padding: 15px;
    background-color: white;
    border: rgb(214, 214, 214) 1px solid;
    border-radius: 20px;
    color: rgb(255, 123, 0);
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 8px rgba(255, 178, 168, 0.1);

}

.content{
    margin-top: 20px;
    padding: 15px;
    background-color: white;
    border: rgb(214, 214, 214) 1px solid;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(241, 241, 241, 0.1);

}

.ana{
    display: flex;
    justify-content: space-between;
    padding: 50px;
}
.ana .item{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 50px 100px;
    background-color: white;
    border: rgb(214, 214, 214) 1px solid;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(241, 241, 241, 0.1);

}
.ana .item h3{
    font-size: 40px;
    color: rgb(102, 102, 102);
}
.ana .item .num h3{
    color: rgb(0, 183, 255);
    background-color: rgb(196, 238, 255);
    padding: 10px;
    border-radius: 20px;
    font-size: 60px;
}

.news-catigory{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    

}
.catigory{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius:10px;
    margin-top: 15px;
    background-color: rgb(255, 255, 255);
    margin-left: 10px;
    border: 1px rgb(228, 228, 228) solid;
}
.catigory h6{
    background-color: rgb(243, 243, 243);
    padding: 8px;
    border-radius: 15px;
    margin-top: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 580px) {
    .other-images{
        padding: 50px;
        padding-top: 0px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .other-images img{
        width: 100%;
        border-radius: 20px;
        margin: 10px;
    }
    .news-img{
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news-title h2{

        font-size: 18px;
        
    }
  }

  @media screen and (max-width: 1024px) {
    .ana{
        display: flex;
        justify-content: space-between;
        padding: 50px;
    }
    .ana .item{
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        padding: 40px 50px;
        background-color: white;
        border: rgb(214, 214, 214) 1px solid;
        border-radius: 20px;
        box-shadow: 0 4px 8px rgba(241, 241, 241, 0.1);
    
    }
    .ana .item h3{
        font-size: 40px;
        color: rgb(102, 102, 102);
    }
    .ana .item .num h3{
        color: rgb(0, 183, 255);
        background-color: rgb(196, 238, 255);
        padding: 10px;
        border-radius: 20px;
        font-size: 60px;
    }
  }
  
  @media screen and (max-width: 800px) {
    .ana{
        display: flex;
        justify-content: space-between;
        padding: 50px;
    }
    .ana .item{
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: center;
        padding: 40px 40px;
        background-color: white;
        border: rgb(214, 214, 214) 1px solid;
        border-radius: 20px;
        box-shadow: 0 4px 8px rgba(241, 241, 241, 0.1);
    
    }
    .ana .item h3{
        font-size: 30px;
        color: rgb(102, 102, 102);
    }
    .ana .item .num h3{
        color: rgb(0, 183, 255);
        background-color: rgb(196, 238, 255);
        padding: 10px;
        border-radius: 20px;
        font-size: 50px;
    }
  }
  
  @media screen and (max-width: 780px) {
    .ana{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 50px;
    }
    .ana .item{

        padding: 30px 40px;
        margin: 10px;

    
    }
    .ana .item h3{
        font-size: 30px;
      
    }
    .ana .item .num h3{
 
        border-radius: 20px;
        font-size: 40px;
    }
    .catigory{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 10px;
        border-radius:10px;
        margin-top: 10px;
        background-color: rgb(255, 255, 255);
        margin-left: 10px;
        border: 1px rgb(228, 228, 228) solid;
    }
    .catigory h6{
        background-color: rgb(243, 243, 243);
        padding: 8px;
        border-radius: 15px;
        margin-top: 10px;
        margin-right: 10px;
    }
  }