  /*
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 : 27-Feb-2020, 18:22:53
    Author     : User
*/
.title {
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block; }

.main img {
  width: 100%; }
.main .blk:nth-child(1) {
  width: calc(25% - 20px); }
.main .blk:nth-child(2) {
  padding-right: 0;
  width: calc(75% - 20px); }

.four-blks {
  margin-right: -30px; }
  .four-blks .blk {
    width: calc((100% / 4) - 30px);
    float: right;
    margin-right: 30px; }

/*# sourceMappingURL=patent-card.css.map */
