.about_us_content{
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.about_us_content p{
    font-size: 18px;
}
.about_us_content p span{
    font-weight: bold;
    color: #fa7509;
}

.about_ceo{
    display: grid;
    align-items: center;
    justify-items: center;
}

.about_company p{
    text-align: center;

}

.services_icons i{
    width: 100%;
}

.services_icons i img{

    width:50%;

}

.Lastestnews .news-box {
    background:#fff;
    box-shadow: #ddd 0px 0px 8px 4px;
    margin-bottom: 30px;
    height: 600px;
}
.Lastestnews .news-box figure {
    margin: 0;
}
.Lastestnews .news-box figure img {
    width: 100%;
}
.Lastestnews .news-box h3 {
    font-size: 22px;
    line-height: 24px;
    color: #060606;
    font-weight: 500;
    padding: 20px 20px 4px 20px;
}
.Lastestnews .news-box span {
    color: #e61414;
    margin-left: 20px;
}
.Lastestnews .news-box p{
    color: #7b7a7a;
    font-size:16px;
    line-height: 23px;
    padding: 7px 20px 20px 20px;
}
/** Lastestnews **/
@media(max-width:1200px){
    .Lastestnews .news-box {
        background:#fff;
        box-shadow: #ddd 0px 0px 8px 4px;
        margin-bottom: 30px;
        height: 550px;
    } 
}
@media(max-width:767px){
   .Lastestnews .news-box{
       height: auto;
   }
}

.facility-container{
    display:flex;
    align-items: center;
   justify-content: center;
}

.key-container{
    display:flex;
    align-items: center;
    justify-content: center;
}

.icon-box-container,.key-icon-box-container{
   display: flex;
   flex-direction: column;
   gap: 10px;
   align-items: center;
   justify-content: center;
   text-align: center;
   height: 250px;
}

@media(max-width:767px){
    .icon-box-container,.key-icon-box-container{
        height: auto;
    }
}
