  .oroi-xrisis-header {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    padding-top: 200px;
    padding-bottom: 100px;
  }
  
  section.oroi-xrisis-header .o-x-h-content {
    display: grid;
    width: 100%;
    max-width: 1100px;
    padding-right: 40px;
    padding-left: 40px;
    align-self: center;
  }
  
  section.oroi-xrisis-header .o-x-h-content h1 {
    color: #ffffff;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 13rem;
    font-weight: normal;
    font-size: 8rem;
  }
  
  section.oroi-xrisis-section {
    display: grid;
    grid-template-columns: auto;
    min-width: 300px;
    width: 63%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  section.oroi-xrisis-section.last-oroi {
    margin-bottom: 100px;
  }
  
  section.oroi-xrisis-section > div h3 {
    padding-bottom: 20px;
    color: #b12efd;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 4rem;
  }
  
  section.oroi-xrisis-section .o-x-content {
    display: grid;
    gap: 40px;
    padding-bottom: 100px;
  }
  
  section.oroi-xrisis-section .o-x-content p {
    color: #ffffff;
    letter-spacing: 5px;
    font-style: normal;
    font-weight: normal;
    line-height: 3rem;
    font-size: 2rem;
  }
  
  @media screen and (max-width: 768px) {
    section.oroi-xrisis-header .o-x-h-content h1 {
      font-size: 6rem;
      line-height: 8rem;
    }
  
    section.oroi-xrisis-section > div h3 {
      font-size: 3rem;
    }
  }
  
  @media screen and (max-width: 425px) {
    section.oroi-xrisis-header .o-x-h-content h1 {
      font-size: 4rem;
      line-height: 5rem;
    }

    section.oroi-xrisis-header .o-x-h-content {
        padding-left: 10px;
    }
  }
  