/*
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 : 21-Nov-2019, 17:32:44
    Author     : User
*/
@media screen and (max-width: 900px) {
  .bio-blk .details .blks .blk:nth-child(odd) {
    padding-right: 20px; }

  .bio-blk .details .blks .blk:nth-child(even) {
    padding-left: 20px; }

  .bio-blk .details .blks {
    margin-left: 0; }
    .bio-blk .details .blks .blk {
      margin-left: 0;
      width: calc(50% ); } }
@media screen and (max-width: 720px) {
  .bio-blk .details .blks .blk {
    width: calc(100%);
    height: auto !important; }
    .bio-blk .details .blks .blk:nth-child(odd) {
      border: none; }
    .bio-blk .details .blks .blk:nth-child(even) {
      padding-left: 0; } }
@media screen and (max-width: 600px) {
  .people-tab {
    display: none; }

  .people-tab-details .mobile-tab {
    display: block; } }
@media screen and (max-width: 520px) {
  .bio-blk .img-blk {
    float: none;
    margin: 0 auto; }
  .bio-blk .details {
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }

  .people-tab {
    margin-top: 0px; } }

/*# sourceMappingURL=people-single-responsive.css.map */
