

@media screen and (min-width: 1055px) {
  h1 {
    font-size: 4.5rem;
    color: #ff6d18;
  }
  a {
    font-size: 2rem;
    color: #ff6d18;
  }
  h2 {
    color: #ff6d18;
    font-size: 2.5rem;
  }
  h4 {
    display: inline;
    font-weight: bold;
  }
  p, h4, li {
    font-size: 2rem;
  }
  ul {
    padding-left: 2rem;
  }
  li {
    line-height: 1.5;
  }
  img {
    width: 100%;
    height: auto;
  }
  .front-cover {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    color: black;
    overflow: hidden;
  }
  .front-cover img {
    width: 100%;
    height: auto;
  }
  .front-cover .intro {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 0 5rem 10vw;
  }
  .front-cover .intro img {
    height: 30rem;
    width: auto;
  }
  .front-cover .intro #text {
    padding: 10rem 0rem 0rem 0rem;
    width: 100%;
  }
  .measures {
    padding: 0rem 10vw 2rem 10vw;
    width: 120rem;
  }
  .measures h4 {
    color: #ff6d18;
  }
  .measures #m {
    padding-bottom: 5rem;
  }
  #drawing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 2rem 10vw;
  }
  #drawing img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 750px) and (max-width: 1054px) {
  h1 {
    font-size: 4.5rem;
    color: #ff6d18;
  }
  a {
    font-size: 2rem;
    color: #ff6d18;
  }
  h2 {
    color: #ff6d18;
    font-size: 2.5rem;
  }
  h4 {
    display: inline;
    font-weight: bold;
  }
  p, a, li, h4 {
    font-size: 2rem;
  }
  ul {
    padding-left: 2rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  .front-cover {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    color: black;
    overflow: hidden;
  }
  .front-cover img {
    width: 100%;
    height: auto;
  }
  .front-cover .intro {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 0 7rem 10vw;
  }
  .front-cover .intro img {
    height: 35vw;
    width: auto;
    position: absolute;
    top: 6rem;
    right: 0;
  }
  .front-cover .intro #text {
    padding: 10rem 0rem 0rem 0rem;
    width: 55rem;
  }
  .measures {
    padding: 0rem 0 2rem 10rem;
    width: 80rem;
  }
  .measures h4 {
    color: #ff6d18;
  }
  .measures #m {
    padding-bottom: 5rem;
  }
  #drawing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding: 1rem 0;
  }
  #drawing img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
  }
}

@media screen and (max-width: 749px) {
  h1 {
    font-size: 6rem;
    color: #ff6d18;
  }
  h2 {
    color: #ff6d18;
    font-size: 2.5rem;
  }
  a {
    font-size: 2rem;
    color: #ff6d18;
    font-weight: bold;
  }
  h4 {
    display: inline;
    font-weight: bold;
    color: #ff6d18;
    font-size: 2rem;
  }
  p, a, li {
    line-height: 1.5;
    font-size: 2rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  .front-cover {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    color: black;
    overflow: hidden;
  }
  .front-cover img {
    width: 100%;
    height: auto;
  }
  .front-cover .intro {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 3rem 2rem 3rem;
  }
  .front-cover .intro img {
    height: 20rem;
    width: auto;
    position: absolute;
    top: 6rem;
    right: 0;
  }
  .front-cover .intro #text {
    padding: 10rem 0rem 3rem 0rem;
    width: 100%;
  }
  .measures {
    padding: 5rem 3rem;
    font-size: 1.5rem;
    width: 100%;
  }
  .measures #m {
    padding-bottom: 10rem;
  }
  .measures #m li {
    list-style: none;
  }
  #drawing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  #drawing img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
  }
}

@media screen and (max-device-width: 749px) {
  h1 {
    font-size: 4rem;
    color: #ff6d18;
  }
  h2 {
    color: #ff6d18;
    font-size: 2.5rem;
  }
  a {
    font-size: 2rem;
    color: #ff6d18;
    font-weight: bold;
  }
  h4 {
    display: inline;
    font-weight: bold;
    color: #ff6d18;
    font-size: 2rem;
  }
  p, a, li {
    line-height: 1.5;
    font-size: 2rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  .front-cover {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    color: black;
    overflow: hidden;
  }
  .front-cover img {
    width: 100%;
    height: auto;
  }
  .front-cover .intro {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 3rem 2rem 3rem;
  }
  .front-cover .intro img {
    height: 20rem;
    width: auto;
    position: absolute;
    top: 6rem;
    right: 0;
  }
  .front-cover .intro #text {
    padding: 10rem 0rem 3rem 0rem;
    width: 100%;
  }
  .measures {
    padding: 5rem 3rem;
    font-size: 1.5rem;
    width: 100%;
  }
  .measures #m {
    padding-bottom: 10rem;
  }
  .measures #m li {
    list-style: none;
  }
  #drawing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  #drawing img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
  }
}
/*# sourceMappingURL=b2b-covid.css.map */