/*
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 : 08-Mar-2020, 14:11:49
    Author     : User
*/
body.inside .banner {
  height: 600px;
  background: url(../img/banner.jpg) no-repeat center top;
  background-size: cover;
  position: relative; }
  body.inside .banner .details {
    position: absolute;
    top: 50%;
    width: 100%; }
    body.inside .banner .details h5 {
      font-size: 55px;
      line-height: 55px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 30px; }
body.inside .page-content {
  margin-top: 100px; }
  body.inside .page-content .member-blk {
    display: grid;
    grid-template-columns: 263px calc(100% - 263px - 70px);
    gap: 70px;
    padding: 100px 0;
    border-bottom: 1px dashed #fff; }
    body.inside .page-content .member-blk:first-child {
      padding-top: 0; }
    body.inside .page-content .member-blk:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    body.inside .page-content .member-blk .content p:first-child {
      margin-top: 0; }

/*# sourceMappingURL=inside.css.map */
