/**
*
* NOTICE OF LICENSE
*
* This source file is subject to the Apache License, Version 2.0
* that is bundled with this package in the file LICENSE.
* It is also available through the world-wide-web at this URL:
* http://www.apache.org/licenses/LICENSE-2.0
*
*  @author    presta.studio
*  @copyright Copyright (c) 2023 presta.studio
*  @license   http://www.apache.org/licenses/LICENSE-2.0  Apache License, Version 2.0
*/
.omnibus .omnibus-txt{
    color: #212028 ;
    font-family: "Lato",Lato ;
    font-weight: 600 ;
    font-size: 10px;
}
.omnibus-price{
    color: #e64661;
}

@media only screen and (max-width: 1745px) {
    .omnibus .omnibus-txt{
        color: #212028 ;
        font-family: "Lato",Lato ;
        font-weight: 600 ;
        font-size: 8px;
    }
  }

  @media only screen and (max-width: 1627px) {
    .omnibus .omnibus-txt{
        color: #212028 ;
        font-family: "Lato",Lato ;
        font-weight: 600 ;
        font-size: 9px;
    }
  }

  @media only screen and (max-width: 767px) {
    .omnibus .omnibus-txt{
        color: #212028 ;
        font-family: "Lato",Lato ;
        font-weight: 600 ;
        font-size: 12px;
    }
  }

  @media only screen and (max-width: 337px) {
    .omnibus .omnibus-txt{
        color: #212028 ;
        font-family: "Lato",Lato ;
        font-weight: 600 ;
        font-size: 8px;
    }
  }