#pavadinimas{
    width: 800px;
    background-color: rgb(73, 8, 252);
    position: relative;
    top: -90px;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-style: normal;
}

.white{
  background-color: rgba(8, 12, 252, 0.11);
  border-radius: 3%
}

#bgColor{
  background-color: rgb(44, 82, 139);
}
#gydKon2{
      font-size: 1.5rem;
} 

#smallHeader{
  display: none;
}

@media (max-width: 1200px) {
    #pavadinimas{
        width: 500px;
        position: relative;
        top: -50px;
        font-size: 2rem;

    }

    #smallHeader{
      display: none;
    }
   
  }

  @media (max-width: 768px) {
    #pavadinimas{
        width: 400px;
        position: relative;
        top: -30px;   
        font-size: 1.5rem;     
    }

    #svgHeader{
      display: none;
    }

    #bigHeader{
      display: none;
    }

    #smallHeader{
      display: initial;
    }
    
  }

 
  

