

html{
    font-family:monospace;
    scroll-behavior: smooth;
}

header,body,footer{
    max-width: 99.6%;
    background-color: rgb(44, 44, 44);
}
::placeholder{
    text-align: start;
    padding-left: 10px;
}

.arrow{
    
    display: flex;
    justify-content: end;
    align-items: end;
    padding-right: 3%;

}

.arrow-image{
    position: fixed;
    height: 40px;

}

.hr-link{
    margin-left: 22%;
    margin-top: -3%;

}

.header{
    max-width: 99.8%;
    min-width:99.8% ;
}

@media(max-width: 450px){
    .topheader{

        width: 94%;
        position: absolute;
       margin-left: -10%;
        text-shadow: -1px 2px 4px rgba(46, 46, 46, 0.959);
        font-family:monospace;
    }
}

.topheader{

    max-width: 94%;
    min-width: 94%;
    position: absolute;
    padding: 40px 20px 20px 70px;
    text-shadow: -1px 2px 4px rgba(43, 45, 46, 0.911);
    font-family:monospace;
}

.topheader-logo{
    font-size: 28px;
    color: white;
    font-weight: bold;
    font-family:monospace;
    
}

.topheader-logo-link{
    text-decoration: none;
    color: white;
}

.topheader-news{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topheader-partners{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topheader-products{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topheader-about{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topheader-techonologies{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 450px){
    .topheader-links{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    
        padding-top: 30px;
        width: 90%;
        height: 130px;
        float:right;
    
        position: absolute;
        font-family: monospace;
        font-size: 18px;
       
    }
}

.topheader-links{
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 30px;
    max-width: 30%;
    min-width: 30%;
    float:right;

    position: absolute;
    font-family: monospace;
    font-size: 18px;
   
}

@media screen and (max-width:450px) {
    .topheader-image-img{
        width: 100%;
        height: 250px;
    
    }
    
}

.topheader-image-img{
    max-width: 101%;
    min-width: 101%;
    max-height: 900px;

}

@media screen and(max-width:450px) {
    .ptopheader-image-img{
        height: 90%;
        width: 100%;
    }
}

@media screen and(min-width:1400px) {
    .ptopheader-image-img{
        height: 700px;
        width: 100%;
    }
}

.ptopheader-image-img{
    max-width:101%;
    min-width: 101%;
    max-height: 750px;
}

.topheader-about-link{
    text-decoration: none;
    color: white;
    
}

.thispage{
    font-size: 18px;
    color: rgb(0, 64, 160);
    font-weight: bold;
}


.topheader-about-link:hover{
    color: rgb(0, 64, 160);
    font-weight: bold;
    
}

.topheader-products-link{
    text-decoration: none;
    color: white;
    padding-left: 20px;
    text-shadow: -1px 2px 4px rgba(46, 46, 46, 0.959);
}

.topheader-products-link:hover{
    color: rgb(0, 64, 160);
    font-weight: bold;
}

.topheader-techonologies-link{
    text-decoration: none;
    color: white;
    padding-left: 20px;
    text-shadow: -1px 2px 4px rgba(46, 46, 46, 0.959);
}

.topheader-techonologies-link:hover{
    color: rgb(0, 64, 160);
    font-weight: bold;
}

.topheader-partners-link{
    text-decoration: none;
    color: white;
    padding-left: 20px;
    text-shadow: -1px 2px 4px rgba(46, 46, 46, 0.959);
}

.topheader-partners-link:hover{
    color: rgb(0, 64, 160);
    font-weight: bold;
}

.topheader-news-link{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    text-shadow: -1px 2px 4px rgba(46, 46, 46, 0.959);
}

.topheader-news-link:hover{
    color: rgb(0, 64, 160);
    font-weight: bold;
}

@media screen and(max-width:450px) {
    .topheader-text{
        font-size: 10%;
        
    }
}

.topheader-text{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;

    font-family: monospace;
    font-size: 20px;
    color: white;

    
    
    width: 100%;

}

@media screen and (max-width:450px) {
    .topheader-texts{
        display: flex;
        justify-content: end;
        align-items: end;
        flex-direction: column;
        padding-right: 12%;
        padding-top: 11.5%;
    
        font-size: 10px;
        z-index: -100;
        color: rgba(0, 0, 0, 0);
        text-shadow: -3px 2px 4px rgba(0, 0, 0, 0);
        
    }
}

.topheader-texts{
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
    padding-right: 12%;
    padding-top: 11.5%;

    font-size: 1rem;
}

@media screen and (max-width:450px){
    .topheader-text-title{
        
        font-size: 10px;
        text-align: end;
        color: rgba(0, 0, 0, 0);
    
    }
    
    .topheader-text-txt{
        margin-top: -1.5%;
        
        max-width: 155px;
        font-size: 20px;
        color: rgba(0, 0, 0, 0);
    }
    
}

.topheader-text-title{
    text-shadow: -3px 2px 4px rgba(41, 41, 41, 0.705);
    font-size: 50px;
    text-align: end;

}

.topheader-text-txt{
    margin-top: -1.5%;
    text-shadow: -3px 2px 4px rgba(46, 46, 46, 0.705);
    max-width: 655px;
    font-size: 20px;
}

@media screen and (max-width:450px) {
    .News{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    
        width: 90%;
    }
}

.News{
    display: flex;
    justify-content: space-around;
    align-items: center;

    width: 99.6%;
}

@media screen and (max-width:450px){
    .News-card-info{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 80%;
        
    }
}


.News-category{
    padding: 10px;
}

@media screen and(min-width:1400px) {
    .News-card-info{
        background-color: rgb(70, 70, 70);
        color: white;
        padding: 0px 20px 20px 20px;
        margin: auto;
        width: 580px;
        height: 800px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}

.News-card{
    background-color: rgb(70, 70, 70);
    color: white;
    padding: 0px 20px 20px 20px;
    max-width: 580px;
    height: 800px;
    overflow: hidden;
}

.title{
    padding-left: 40px;
}

.title-txt{
    padding-top: 20px;
    color: white;
    font-size: 28px;
}

.News-card-text{
    color: white;
    width: 99%;
    height: 250px;
    font-size: 18px;
    padding-bottom: 30px;
    margin-top: -0.5%;
}

.News-card-title{
    font-size: 22px;
}

.News-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1%;
    width: 100%;
}

.News-card-date{
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.news-more-arrow{
    width: 40px;
    height: 30px;
    
}

.News-card:hover{
    color: rgb(0, 100, 214);
    
}

.News-card-image{
    max-width: 112.5%;
    min-width: 112%;
    max-height: 400px;
    margin-left: -20px;

    transition: 0.5s; 
    display: inline-block; 
    
}

.News-card-image:hover{
    transform: scale(1.02);
    overflow: hidden;
}

.OurBusinesses{
    padding-top: 2%;
}

.OurBusinesses-image{
    max-width: 99.9%;
    min-width: 99.9%;
    max-height: 700px;
}

@media screen and (max-width:450px) {
    .OurBusinesses-info{
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        z-index: -100;
        color: rgba(0, 0, 0, 0);
    
        padding: 80px 20px 20px 70px;
        height: 10px;
        opacity: 0%;
        font-size: 1px;
        text-shadow: -3px 2px 4px rgba(0, 0, 0, 0);
    }

}

.OurBusinesses-info{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    position: absolute;
    color: white;

    padding: 80px 20px 20px 70px;
}

.OurBusinesses-title{
    font-size: 28px;
    text-shadow: -3px 2px 4px rgba(34, 60, 80, 0.705);
}

.OurBusinesses-text{
    font-size: 20px;
    max-width: 700px;
    text-shadow: -3px 2px 4px rgba(34, 60, 80, 0.705);
}

.OurBusinesses-button-link{
    text-decoration: none;
}

.OurBusinesses-button{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: monospace;
    font-size: 18px;

    background-color:rgb(0, 71, 153);
    color: white;
    border: none;
    cursor: pointer;

    height: 50px;
    width: 200px;
    padding: 20px;
}

.OurBusinesses-button:hover{
    background-color:rgb(0, 84, 180);
}

.forms{
    display: flex;
    justify-content: center;
    align-items: center;
}

.formtitle{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.formtitle-txt{
    
    padding-top: 20px;
    color: rgb(177, 177, 177);
    font-size: 28px;
}

.form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form-email{
    padding-top: 10px;
}

@media screen and (max-width:450px) {
    .form-email-field{
        width: 300px;
    }
}

@media screen and (min-width:1400px) {
    .form-email-field{
        width: 795px;
    }
}

.form-email-field{
    background-color: rgb(70, 70, 70);
    color: white;
    border: none;

    height: 50px;
    max-width: 795px;
    padding: 5px 5px 5px 10px;
}

.form-text{
    padding-top: 10px;
}

@media screen and (max-width:450px) {
    .form-text-field{
        width: 300px;
    }
}

@media screen and (min-width:1400px) {
    .form-text-field{
        width: 795px;
    }
}

.form-text-field{
    
    background-color: rgb(70, 70, 70);
    border: none;
    color: white;
   
   max-width: 795px;

    height: 20px;
    padding: 15px 5px 200px 10px;
}

.form-submit{
    padding-top: 10px;
}

.form-submit-button{
    background-color:rgb(0, 71, 153);
    height: 50px;
    max-width: 200px;
    min-width: 200px;
    color: white;
    border: none;
    cursor: pointer;
    font-family: monospace;
    font-size: 18px;
}


.form-submit-button:hover{
    background-color:rgb(0, 84, 180);
}

footer{
    padding-top: 20px;
}

@media screen and(min-width:1400px) {
    .footer{
        background-color: rgb(39, 39, 39);
        width: 99.6%;
        padding: 10px;
    }
}

.footer{
    background-color: rgb(39, 39, 39);
    max-width: 99.6%;
    padding: 10px;
}

.footer-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.footer-title{
    color: rgb(255, 255, 255);
    padding-left: 70px;

}

.footer-title-text{
    font-size: 26px;
}

@media(max-width:450px) {
    .footer-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    
        padding: 20px;
        font-size: 18px;
        color: rgb(255, 255, 255);
    }
    .footer{
        background-color: rgb(39, 39, 39);
        width: 99.6%;
        padding: 10px;
    }
}

.footer-list{
    display: flex;
    justify-content: space-between;
    align-items: center;


    padding: 20px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.footer-corpinfo{
    width: 220px;
    cursor: pointer;
}

.footer-corpinfo:hover{
    color: rgb(0, 100, 214);
    font-weight: bold;
}

@media(max-width:450px) {
    .footer-privacy{
        width: 150px;
        cursor: pointer;
    }
}

.footer-privacy{
    width: 150px;
    padding-left: 10px;
    cursor: pointer;
}

.footer-privacy:hover{
    color: rgb(0, 100, 214);
    font-weight: bold;
}

@media(max-width:450px){
    .footer-cookie{
        width: 160px;
        cursor: pointer;
    }
}

.footer-cookie{
    width: 160px;
    padding-left: 10px;
    cursor: pointer;
}

.footer-cookie:hover{
    color: rgb(0, 100, 214);
    font-weight: bold;
}

.footer-terms{
    width: 150px;
    cursor: pointer;
}

.footer-terms:hover{
    color: rgb(0, 100, 214);
    font-weight: bold;
}

.footer-digitalID{
    width: 150px;
    cursor: pointer;
}

.footer-digitalID:hover{
    color: rgb(0, 100, 214);
    font-weight: bold;
}

.footer-whistleblowing{
    width: 150px;
    cursor: pointer;
}

.footer-whistleblowing:hover{
    color: rgb(0, 100, 214);
    font-weight: bold;
}

.information-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    padding-left: 3.5%;
    color: white;
    font-size: 18px;
}

.information-textphoto{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 20px;
    width: 100%;
    color: white;
    font-size: 18px;
}

.information-image{
    max-width: 99%;
    max-height: 800px;
    padding-left: 20px;
}

.information-strong{
    margin-left: -20px;
    font-size: 20px;
    
}

.text-padding{
    padding-left: 20px;
}

.information-text-p{
    padding-left: 20px;
}

.information-title{
    padding-left: 20px;
}

@media screen and (max-width:450px){
    .information-table{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 20px;
        width: 100%;
    }
}

.information-table{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

@media screen and (max-width:450px) {
    .information-table-text{
        max-width: 100%;
        padding-left: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}

.information-table-text{
    max-width: 1880px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information-cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:450px) {
    .information-card{
        width: 100%;
    }
}


@media screen and (max-width:450px){
    .information-card{
        width: 100%;
         height: 600px;
        
        
            display: flex;
            justify-content: start;
            align-items: stretch;
            flex-direction: column;
        
           
            padding: 0px 20px 20px 20px;

        }
}

@media screen and (min-width:1400px) {
    .information-card{
        width: 800px;
         height: 800px;
        
        
            display: flex;
            justify-content: start;
            align-items: stretch;
            flex-direction: column;
        
           
            padding: 0px 20px 20px 20px;
            overflow: hidden;
        }
}

.information-card{
max-width: 800px;
 max-height: 800px;


    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;

   
    padding: 0px 20px 20px 20px;
    overflow: hidden;
}

.information-card-text{
    color: white;
}

.information-card:hover{
    color: rgb(0, 100, 214);
}

@media screen and (max-width:450px) {
    .information-card-image{
        margin-left: -20px;
        width: 100%;
        height: 150px;
    
    }
}

@media screen and (min-width:1400px){
    .information-card-image{
        margin-left: -20px;
        width: 100%;
        height: 450px;
    
    }
}

.information-card-image{
    margin-left: -20px;
    max-width: 100%;
    max-height: 450px;

}

.information-card-image:hover{
    transform: scale(1.02);
    transition: 0.5s;
    overflow: hidden;
}

@media(max-width: 450px){
    .partners-cards{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 99.6%;
        padding-bottom: 2%;
        overflow: hidden;
    }
    
}

@media(min-width: 1400px){
    .partners-cards{
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 99.6%;
        padding-bottom: 2%;
        padding-left: 0.7%;
        overflow: hidden;
    }
}

.partners-cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 99.6%;
    padding-bottom: 2%;
    padding-left: 0.7%;
    overflow: hidden;
}

@media(max-width: 450px){
    .partners-card{
        width: 80%;
        height: 40%;
        
        padding: 10px;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    
        color: white;
        overflow: hidden;
        font-size: 9px;
        
    }
}

@media screen and(min-width:1400px) {
    .partners-card{
        width: 450px;
        height: 300px;
        padding: 40px;
    
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
        color: white;
        overflow: hidden;
        word-break: break-all;
    }
}

.partners-card{
    max-width: 450px;
    max-height: 300px;
    

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    color: white;
    overflow: hidden;
    word-break: break-all;
}

.partners-card-text{
    color: white;
    word-break: break-all;
}

.partners-card:hover{
    color: rgb(0, 100, 214);
}

@media(max-width: 450px){
    .partners-card-image{
        display: flex;
        justify-content: center;
        align-items: center;
    
        margin-left: -5%;
        width: 300px;
        height: 300px;
        
    }
}

@media screen and (max-width:450px) {
    .partners-card-image{
        height: 80px;
        
    }
}

.partners-card-image{
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: -5%;
    max-width: 110%;
    max-height: 300px;

}

.partners-card-image:hover{
    transform: scale(1.02);
    transition: 0.5s;
    overflow: hidden;
}

.partner{
    width: 99.6%;
}

.partners-card-title{
    text-align: center;
    position: absolute;
    width: 14%;
}


.partner-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:450px) {
    .partner-image-img{
        height: 30%;
    }
}

@media screen and(min-width:1400px) {
    .partner-image-img{
        width: 90%;
        height: 850px;
    }
}

.partner-image-img{
    width: 90%;
    max-height: 850px;
}

.partner-text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-text-txt{
    width: 90%;
    color: white;
    font-size: 18px;
}

@media screen and (max-width:450px) {
    .partner-title{
        padding-left: 95px;

    }
    
    .partner-title-txt{
        padding-top: 20px;
        color: white;
        font-size: 28px;

    }
}

.partner-title{
    padding-left: 95px;
}

.partner-title-txt{
    padding-top: 20px;
    color: white;
    font-size: 28px;
}

.pd{
    margin-top: -23%;
    font-size: 16px;
}

.chr{
    font-size: 18px;
    font-weight: bold;
}


@media screen and (min-width:1400px){
    .technologies{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 99.6%;
    }
    
}

@media screen and (max-width:450px){
    .technologies{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    
}

.technologies{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 99.6%;
}

@media screen and (min-width:1400px){
    .technology{
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
    
        color: white;
        
    }
    
}

@media screen and (max-width:450px){
    .technology{
        display: flex;
        justify-content: space-around;
        align-items: start;
        flex-direction: column;
        
       
        color: white;
       
    }
    
}

.technology{
    display: flex;
    justify-content: center;
    align-items: start;


    color: white;
    max-width: 100%;
}

.technology-title{
    
}

@media screen and (min-width:1400px) {
    .technology-table-image{
        width: 800px;
        height: 500px;
    }
}

@media screen and (max-width:450px) {
    .technology-table-image{
        width: 390px;
        height: 300px;
    }
}

.technology-table-image{
    max-width: 800px;
    max-height: 500px;
}

@media screen and (min-width:1400px){
    .technology-characteristic{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        
        
        margin-bottom: 0.3%;
        height: 460px;
        background-color: rgb(70, 70, 70);
        padding: 20px;
        width: 800px;
    }
}

@media screen and (max-width:450px){
    .technology-characteristic{
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        
        
        margin-bottom: 0.3%;
        height: 300px;
        background-color: rgb(70, 70, 70);
        padding: 20px;
        width: 350px;
    }
}

.technology-characteristic{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    
    
    margin-bottom: 0.3%;
    max-height: 460px;
    background-color: rgb(70, 70, 70);
    padding: 20px;
    max-width: 800px;
}

@media screen and (min-width:1400px){
    .technology-characteristic-row{
        display: flex;
        align-items: start;
        justify-content: space-around;
        flex-direction: column;
        width: 150px;
        height: 300px;
        margin-left: -5%;
        
    }
}

@media screen and (max-width:450px){
    .technology-characteristic-row{
        display: flex;
        align-items: start;
        justify-content: space-around;
        flex-direction: column;
        width: 250px;
        height: 300px;
        padding-left: 40%;
        margin-top: -15%;
        
    }
}

.technology-characteristic-row{
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    max-width: 650px;
    max-height: 300px;
    padding-right: 65%;
    overflow: hidden;
    word-break:break-all;
}

@media screen and (min-width:1400px){
    .technology-characteristic-text{
        width: 650px;
    }
}

@media screen and (max-width:450px){
    .technology-characteristic-text{
        width: 350px;
        height: 10px;
        padding-top: 5px;
    }
}

.technology-characteristic-text{
    max-width: 650px;
}

@media screen and (min-width:1400px){
    .technology-table-info{

        width: 1600px;
        font-size: 18px;
        padding: 0px 20px 20px 20px;
    }
}

@media screen and (max-width:450px){
    .technology-table-info{

        width: 360px;
        font-size: 18px;
        padding: 0px 20px 20px 20px;
    }
}

.technology-table-info{

    max-width: 1600px;
    font-size: 18px;
    padding: 0px 20px 20px 20px;
}

@media screen and (min-width:1400px){
    .technology-card{
        width: 450px;
        height: 300px;
    
    
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
        color: white;
        overflow: hidden;
    }
    
}

@media screen and (max-width:450px){
    .technology-card{
        width: 250px;
        height: 100px;
    
    
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
        color: white;
        overflow: hidden;
    }
    
}

.technology-card{
    max-width: 450px;
    max-height: 300px;


    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    color: white;
    overflow: hidden;
}

@media screen and (max-width:450px) {
    .technology-image-characteristic{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.technology-image-characteristic{
    display: flex;
    justify-content: center;
    align-items: center;

}

@media screen and (max-width:450px){
    .products{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
}

@media screen and (min-width:1400px){
    .products{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
}


@media screen and (max-width:450px){
    .companynews-card{
        width: 400px;
        color: white;
        padding: 20px;
        height: 500px;
        overflow: hidden;
    }
    .companynews-card-text{
        font-size: 10px;
    }
}

@media screen and (min-width:1400px){
    .companynews-card{
        width: 850px;
        color: white;
        padding: 20px;
        height: 400px;
        overflow: hidden;
    }
}

@media screen and (max-width:450px){
    .companynews-card-characteristic{
        display: flex;
        flex-direction: column;
        background-color: rgb(70, 70, 70);
        height: 540px;
        width: 400px;
    }
}

@media screen and (max-width:450px){
    .companynews-card-row{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width:1400px){
    .companynews-card-characteristic{
        display: flex;
        background-color: rgb(70, 70, 70);
        height: 400px;
        width: 850px;
    }
}

@media screen and (max-width:450px){
    .companynews-card-image{
        width: 400px;
        height: 200px;
        overflow: hidden;
    }
    .companynews-more{
        max-width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        height: 10px;
    }
    .companynews-card-info{
        margin-top: -3.5%;
        padding: 0px 20px 20px 20px;
    }
}

@media screen and (min-width:1400px){
    .companynews-card-image{
        width: 480px;
        height: 400px;
        overflow: hidden;
    }
    .companynews-more{
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        
    }
}

.companynews{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
}

.companynews-card{
    max-width: 850px;
    color: white;
    padding: 20px;
    max-height: 600px;
    overflow: hidden;
}

.companynews-card:hover{
    color: rgb(0, 100, 214);
}

.companynews-card-info{
    margin-top: 1.5%;
    padding: 0px 20px 20px 20px;
}

.companynews-card-row{
    display: flex;
}

.companynews-card-text{
    color: white;
    font-size: 16px;
}

.companynews-card-date{
    color: white;
}

.companynews-card-row{
    display: flex;
}

.companynews-card-characteristic{
    display: flex;
    background-color: rgb(70, 70, 70);
    max-height: 600px;
    max-width: 850px;
}

.companynews-card-image{
    max-width: 480px;
    max-height: 400px;
    overflow: hidden;
}

.companynews-card-image:hover{
    transform: scale(1.01);
    transition: 0.5s;
    
}

.companynews-more{
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    
}


.companyproducts{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.companyproducts-card-column{

}

@media screen and (max-width:450px){
    .companyproducts-card-row{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }
}

.companyproducts-card-row{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.companyproducts-card:hover{
    color: rgb(0, 100, 214);
}

@media screen and (max-width:450px){
    .companyproducts-card{
        flex-direction: column;
    }
}

@media screen and(min-width:1400px) {
    .companyproducts-card{
        padding: 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: white;
        overflow: hidden;
        flex-direction: row-reverse;
    }
}

.companyproducts-card{
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    overflow: hidden;
    
}

@media screen and (max-width:450px){
    .companyproducts-card-image{
        width: 300px;
        height: 200px;
    }
}

@media screen and (min-width:1400px) {
    .companyproducts-card-image{
        width: 400px;
        height: 300px;
    }
}

.companyproducts-card-image{
    max-width: 400px;
    max-height: 300px;
}

@media screen and (max-width:450px){
    .companyproducts-characteristic{
        width: 270px;
        height: 300px;
    }
}

@media screen and (min-width:1400px){
    .companyproducts-characteristic{
        width: 400px;
        height: 300px;
    }
}

.companyproducts-characteristic{
    max-width: 400px;
    max-height: 300px;
    padding-right: 10px;
    padding-left: 20px;
    background-color: rgb(77, 77, 77);
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow: hidden;
    word-break:break-all;
    margin-top: -4px;
}

.companyproducts-characteristic-row{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media screen and (max-width:450px){
    .companyproducts-characteristic-text {
        width: 260px;
        height: 150px;
        color: white;
    }
}

@media screen and (min-width:1400px){
    .companyproducts-characteristic-text {
        width: 380px;
        height: 150px;
        color: white;
    }
}

@media screen and (min-width:1400px){
    .companyproducts-characteristic-title {
        width: 380px;
        height: 40px;

    }
}

.companyproducts-characteristic-text {
    max-width: 380px;
    max-height: 150px;
    color: white;
}

.companyproducts-characteristic-title {
    max-width: 380px;
    max-height: 40px;
}

@media screen and (max-width:450px){
    .companyproducts-more{
        width: 100%;
    }
}

@media screen and (min-width:1400px){
    .companyproducts-more{
        width: 100%;
    }
    
}

.companyproducts-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.companyproducts-card-date{

}

.companyproducts-card-image:hover{
    transform: scale(1.01);
    transition: 0.5s;
}