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

*{
    box-sizing: border-box;
}

.company_service{
    width: 100%;
}

.company_service p{
    font-size: 22px;
    font-weight: normal;
    font-family: Arial;
}

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

.services{
    width: 100%;
    display: grid;
    grid-template-columns: 49% 49%;
    gap: 2%;
    margin-bottom: 20px;
}

.services h3{
    font-size: 32px;
    line-height: 36px;
    font-family: "Arial",serif,sans-serif;
    font-weight: bold;
    text-align: center;
}

.sv_list{
    border-radius: 20px;
    border: 3px solid #303870;
    padding: 10px;
}

.services ul{
    list-style-type: "— ";
}

.services li{
    font-size: 24px;
    line-height: 28px;
    color: #303870;
    font-weight: bold;
    margin-top: 10px;
}

.technical_characteristics{
    margin-top: 50px;
    margin-bottom: 50px;
}

.technical_characteristics li{
    font-size: 24px;
    line-height: 28px;
    color: #303870;
    font-weight: bold;
    margin-top: 5px;
}

.technical_characteristics h2{
    margin-top: 40px;
    margin-bottom: 0;
}


@media screen and (max-width: 1024px) {
    h1{
        line-height:  36px;
    }
    
    .services h3{
        font-size: 28px;
        line-height: 32px;
    }
    
    h2{
        font-size: 28px;
        line-height: 32px;
    }
    
    .services li{
        font-size: 20px;
        line-height: 24px;
    }
    
    .technical_characteristics li{
        font-size: 20px;
        line-height: 24px;
    }
    
}

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

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


@media screen and (max-width: 768px) {
    h1{
        text-align: center;
    }
}

@media screen and (max-width: 630px) {
    .services{
        grid-template-columns: 100%;
        gap: 0;
    }
    
    .services h3{
        margin-bottom: 10px;
    }
    
}


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

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