  /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Feb-2020, 18:54:25
    Author     : User
*/
@media screen and (max-width: 1000px) {
  .four-blks .blk {
    width: calc((100% / 2) - 30px);
    margin-bottom: 20px; } }
@media screen and (max-width: 850px) {
  .double-blks .blk:nth-child(1) {
    width: calc(50% - 20px); }

  .double-blks .blk:nth-child(2) {
    margin-top: 20px;
    width: calc( 100% - 20px );
    padding-left: 0; } }
@media screen and (max-width: 620px) {
  .double-blks .blk:nth-child(1) {
    width: calc(70% - 20px);
    padding-right: 0px; }

  .four-blks .blk {
    height: auto !important;
    width: calc((100%) - 30px); } }

/*# sourceMappingURL=patent-card-responsive.css.map */
