
@media only screen and (min-width: 1201px) and (max-width: 1900px) { 

.zubr{
    font-size: 35px;
    text-align: justify;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 50px 0;
}
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

    .zubr{
    font-size: 40px;
    text-align: justify;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 50px 0;
}
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

   .zubr{
    font-size: 30px;
   
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 50px 0;
}
    
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

   .zubr{
    font-size: 25px;
  
    font-weight: normal;
    line-height: 30px;
    margin: 15px 0 50px 0;
}

    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

     .zubr{
    font-size: 25px;
    text-align: justify;
    font-weight: normal;
    line-height: 50px;
    margin: 15px 0 50px 0;
}
}