h1{
    margin-top: 0;
    line-height: 50px;
}

*{
    box-sizing: border-box;
}
.company_service{
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative;
    bottom: 20px;
}

.company_stats_container{
    width: 100%;
    text-align: right;
} 

.company_stats{
    display: inline-grid;
    grid-template-columns: 100%;
    gap: 40px;
    width: auto;
    border-radius: 30px;
    padding: 25px;
    background-color: #303870;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    right: 220px;
    text-align: center;
    z-index: 100;
    opacity: 0.9;
}

.cs_ceil span{
    font-size: 36px;
    color: white;
    font-weight: bold;
    font-family: Arial;
} 

.cs_ceil p{
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin: 0;
    z-index: 100;
}

.company_banner{
    position: relative;
    bottom: 190px;
    z-index: 10;
    margin-bottom: -190px;
}

.company_banner_img{
    width: 100%;
    border-radius: 20px;
}

.video-banner {
  width: 100%;
  height: auto; /* or whatever height you prefer */
  position: relative; /* if you need to position other elements over it */
  
}

.video-banner video {
  width: 100%;
  height: auto;
  object-fit: cover; /* ensures video covers the area without distortion */
  border-radius: 20px;
}

.about_us{
    margin-top: 40px;
}

.about_us p{
    font-size: 22px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    font-family: "Arial Narrow";
}

.service_options{
    display: grid;
    grid-template-columns: 100%;
    margin-top: 20px;
}

.service_options>div{
    width: 100%;
    border-radius: 15px;
    background-color: #31396b;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 6% 94%;
}

.service_options span{
    font-size: 22px;
    color: #f7f7f7;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.service_options p{
    font-size: 22px;
    color: #f7f7f7;
    font-weight: bold;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.ca_container{
    width: 100%;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
}

.company_advances{
    margin-top: 40px;
}

.ca_container figure{
    border: 2px solid #31396b;
    border-radius: 20px;
    text-align: center;
    margin: 0;
    padding: 15px;
}

.ca_container figure img{
    height: 100px;
    max-width: 40%;
    display: inline-block;
    margin-bottom: 10px;
}

.ca_container figure figcaption{
    width: 100%;
    text-align: center;
    color: #31396b;
    font-size: 22px;
    font-weight: bold;
}

.projects h2{
    color: #31396b;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    .company_service{
        width: 100%;
        display: grid;
        grid-template-columns: 60% 40%;
        margin-top: 50px;
    }
    
    .company_stats{
        right: 50px;
    }
    
    
    .cs_ceil span{
        font-size: 30px;
    } 
    
    .cs_ceil p{
        font-size: 16px;
    }

    .service_options>div{
        display: grid;
        grid-template-columns: 7% 93%;
    }
    
    h1{
        line-height:  36px;
    }
    
    .projects h2{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
}

@media screen and (max-width: 968px) {
    .ca_container figure img{
        max-width: 60%;
    }
}

@media screen and (max-width: 860px) {
    .ca_container{
        grid-template-columns: 100%;
    }
    
    .ca_container figure{
        display: grid;
        grid-template-columns: 20% 80%;
    }
    
    .ca_container figure>div{
        width: 100%;
        text-align: center;
    }
    
    .ca_container figure img{
        max-width: 100%;
        width: 60%;
        height: auto;
    }
    
    .ca_container figcaption{
        display: flex;
        align-items: center;
    }
    
    
    .ca_container figure figcaption{
        font-size: 24px;
    }
}


@media screen and (max-width: 768px) {
    .company_service{
        grid-template-columns: 100%;
    }
    
    h1{
        text-align: center;
    }
    
    .company_stats{
        position: normal;
        width: 80%;
        right: 10%;
        grid-template-columns: 30% 38% 30%;
        gap: 1%;
        padding: 20px;
    }
    
    .service_options>div{
        grid-template-columns: 8% 92%;
    }
    
    .company_banner{
        position: relative;
        bottom: 30px;
        z-index: 10;
        margin-bottom: -30px;
    }
    
    .about_us p{
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    
    
}

@media screen and (max-width: 630px) {
    .cs_ceil span{
        font-size: 26px;
    } 
    
    .cs_ceil p{
        font-size: 14px;
    }
    
    .company_stats{
        width: 90%;
        right: 5%;
    }
    
    .service_options>div{
        grid-template-columns: 10% 90%;
    }
}


@media screen and (max-width: 500px) {
    .top_2_articles a{
        grid-template-columns: 40% auto;
    }
    
    .top_2_articles h3{
        font-size: 14px;
        line-height: 20px;
    }
    
    .service_options>div{
        grid-template-columns: 12% 88%;
    }
    
    .cs_ceil span{
        font-size: 24px;
    } 
    
    .cs_ceil p{
        font-size: 10px;
    }
    
    .ca_container figure figcaption{
        font-size: 20px;
    }
    
    
    .about_us p{
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    
    
    .ca_container figure{
        display: grid;
        grid-template-columns: 100%;
    }
    
    .ca_container figure img{
        width: 30%;
    }
}

@media screen and (max-width: 400px){
    .service_options>div{
        grid-template-columns: 14% 86%;
    }
}