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

*{
    box-sizing: border-box;
}

.company_service{
    width: 100%;
}

.company_service p{
    font-size: 22px;
    line-height: 26px;
    font-family: "Arial";
}

.company_tech{
    margin-bottom: 50px;
}

.project-solutions{
    margin-top: 50px;
    margin-bottom: 50px;
}

.p-solution{
    width: 100%;
    display: grid;
    grid-template-columns: 33% 62%;
    column-gap: 5%;
    margin-bottom: 20px;
}

.p-solution img{
    width: 100%;
    border-radius: 20px;
    border: 2px solid  #303870;
}

.p-solution h3{
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Arial;
}


.p-solution p{
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #303870;
    font-family: Arial;
}

.service_options p{
    font-family: "Arial Narrow";
    font-weight: normal;
}




@media screen and (max-width: 1024px) {
    h1{
        line-height:  36px;
    }
    
    h2{
        font-size: 28px;
        line-height: 32px;
    }
    
}

@media screen and (max-width: 968px) {
    
}

@media screen and (max-width: 860px) {
    
}


@media screen and (max-width: 768px) {
    h1{
        text-align: center;
    }
    
    .p-solution{
        grid-template-columns: 38% 58%;
        column-gap: 4%;
    }
    
    .p-solution h3{
        font-size: 24px;
        line-height: 28px;
    }
    
    .p-solution p{
        font-size: 18px;
        line-height: 22px;
    }
    
    .company_service p{
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 550px) {

}


@media screen and (max-width: 500px) {
    .p-solution{
        grid-template-columns: 100%;
        margin-bottom: 50px;
    }
    
    .p-solution img{
        width: 70%;
    }
    
    .p-solution div{
        text-align: center;
    }

    .p-solution p{
        text-align: left;
    } 
    
    .p-solution h3{
        text-align: center;
    }
}

@media screen and (max-width: 400px){
    
}