html,body {
    background-color:rgb(1,0,0);
    align-content:center;
    color:white;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-Bold.ttf');
}

.logo {
  height: 50%;
  width: 50%;
  
}

.section-exte {
  padding: 0 60px;
}

.section-inte {
  margin: 100px 50px 0px 50px;
}

.grid{
  display:grid;
  grid-template-columns:50% 50%;
  grid-template-rows:100% 50%;
  grid-gap:12px;
  gap:12px;
  padding:0; 
  margin:12px;
}

.grid>li{
  padding:12px;
  margin:0;
  color:#fff;
  margin:0;
  display:block;
}


.fgexrU {
    font-size: 40px;
    line-height: 1.08;
    margin: 0px 0px 16px;
}

.cdEpmR {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  font-family: Montserrat, system-ui, sans-serif;
  line-height: 1.32;
  font-weight: 700;
  background-color: rgb(0, 0, 0);
  overflow-y: auto;
  color: rgb(255, 255, 255);
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media only screen and (max-width: 1047px) {
  .section-exte {
    padding: 0 20px;
  }
  
  .section-inte {
    margin: 50px 25px 0px 25px;
  }
  
  .grid{
    display:grid;
    grid-template-columns:50% 50%;
    grid-template-rows:100% 50%;
    grid-gap:12px;
    gap:12px;
    padding:0; 
    margin:12px;
  }
  
  .grid>li{
    padding:12px;
    margin:0;
    color:#fff;
    margin:0;
    display:block;
  }
  
  
  .fgexrU {
      font-size: 40px;
      line-height: 1;
      margin: 0px 0px 8px;
  }
  
  .cdEpmR {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-family: Montserrat, system-ui, sans-serif;
    line-height: 1.32;
    font-weight: 700;
    background-color: rgb(0, 0, 0);
    overflow-y: auto;
    color: rgb(255, 255, 255);
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}

@media only screen and (max-width: 900px) {
  .section-exte {
    padding: 0 10px;
  }
  
  .section-inte {
    margin: 0px 25px 0px 25px;
  }
  
  .grid{
    display:grid;
    grid-template-columns:50% 50%;
    grid-template-rows:100% 50%;
    grid-gap:12px;
    gap:12px;
    padding:0; 
    margin:6px;
  }
  
  .grid>li{
    padding:12px;
    margin:0;
    color:#fff;
    margin:0;
    display:block;
  }
  
  
  .fgexrU {
      font-size: 40px;
      line-height: 1;
      margin: 0px 0px 8px;
  }
  
  .cdEpmR {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-family: Montserrat, system-ui, sans-serif;
    line-height: 1.32;
    font-weight: 700;
    background-color: rgb(0, 0, 0);
    overflow-y: auto;
    color: rgb(255, 255, 255);
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}

@media only screen and (max-width: 835px) {
  .section-exte {
    padding: 0 10px;
  }
  
  .section-inte {
    margin: 10px 25px 0px 25px;
  }
  
  .grid{
    display:grid;
    grid-template-columns:50% 50%;
    grid-template-rows:100% 50%;
    grid-gap:12px;
    gap:12px;
    padding:0; 
    margin:12px;
  }
  
  .grid>li{
    padding:12px;
    margin:0;
    color:#fff;
    margin:0;
    display:block;
  }
  
  
  .fgexrU {
      font-size: 30px;
      line-height: 1;
      margin: 0px 0px 8px;
  }
  
  .cdEpmR {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-family: Montserrat, system-ui, sans-serif;
    line-height: 1.32;
    font-weight: 700;
    background-color: rgb(0, 0, 0);
    overflow-y: auto;
    color: rgb(255, 255, 255);
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}

@media only screen and (max-width: 650px) {
  .section-exte {
    padding: 0 10px;
  }
  
  .section-inte {
    margin: 25px 25px 0px 25px;
  }
  
  .grid{
    display:grid;
    grid-template-columns:auto;
    grid-template-rows:auto;
    grid-gap:12px;
    gap:12px;
    padding:0; 
    margin:12px;
  }
  
  .grid>li{
    padding:12px;
    margin:0;
    color:#fff;
    margin:0;
    display:block;
  }
  
  
  .fgexrU {
      font-size: 20px;
      line-height: 1;
      margin: 0px 0px 8px;
  }
  
  .cdEpmR {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    font-family: Montserrat, system-ui, sans-serif;
    line-height: 1.32;
    font-weight: 700;
    background-color: rgb(0, 0, 0);
    overflow-y: auto;
    color: rgb(255, 255, 255);
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
}