/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 paź 2022, 13:56:15
    Author     : 48514
*/
@media (min-width: 767px){
    .vieweventsfront ul > li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    }
    .viewsciencefront ul > li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    }
    .viewinformationfront ul > li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    }
    .customfooter .secondcolumnfooter,
    .customfooter .firstcolumnfooter{
    color: white;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
   }
   .contentboxwidth{
    padding: 0rem 0.6rem 0rem 1.1rem;  
   }
   .customfooter .customfootericons{
   justify-content: flex-start;  
   }
   .custom-large-title{
   font-size: 6.25rem; 
   font-weight: 600;   
   }
   .btn-bright-background{
    font-size: 15px;
    color: #0f1a4c;
    background: white;
    padding: 21px 46px 21px 46px;
    font-weight: 600;
  }
}

