.short_sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding: 3rem;
    min-height: 30rem;
    width:100%;
    background-color: white;
    /* margin-bottom: 10rem; */
    background-color: #ebeaea;
    /* clip-path: polygon(0% 4%,100% 0%,100% 96%,0% 100%); */
  }
       
  .office_img{
  }
  .office_img_stl{
     max-width: 70rem;
     width:100%;
     /* box-shadow: -36px 0px 37px -8px rgb(0 0 0 / 14%); */
  }
  .office_text{
      max-width: 90rem;
      width: 100% ;
  }
  .short_business_name{
      font-size: 5rem;
      padding: 2rem;
      font-family: 'Titillium Web';
      font-weight: 100;
      margin-right: 3rem;
      color: #ffffff;
      text-align: center;
      letter-spacing: .3rem;
      text-transform: uppercase;
      font-family: 'Orbitron', sans-serif;
      color: #cbcbcb;
      /* text-shadow: 2px 0px 2px rgb(14 14 14 / 34%); */
      text-align: center;
      margin: 0 auto;
      margin-top: 3rem;
  }  
  .short_border_bottom_stl{
      height:.1rem;
      background-color:gray; 
  }
  .short_sub_header{
    color: #9b9b9b;
    color: #864f01;
    padding: 2rem;
    padding-top: 0;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Roboto';
    letter-spacing: 0rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-family: 'Arimo', sans-serif;
  }
  .bold_stl{
      font-weight: 600;
      color: #693f00;
      color: #5a3600;
      color:#ffffff;
  }
  .drop_shadow{
      /* color: #945800;
      color:white;
      color: #b46b00;
      color:#955800; */
      /* color: #ffffff;
      text-shadow: 2px 0px 2px rgb(14 14 14 / 34%); */
  }
  .short_text{
    max-width: 140rem;
    width: 100%;
    color: #3d2400;
    font-family: 'Titillium Web', sans-serif;
    color: #2e2e2e;
    font-size: 2.1rem;
    color: #a7a7a7;
    line-height: 2.9rem;
    padding: 4rem;
    padding-top: 0;
    letter-spacing: -1px;
    margin-top: 3rem;
    font-weight: 300;
    text-align: justify;
    text-transform: uppercase;
  }
  @media only screen and (max-width :600px) {
    .short_business_name{
      font-size: 3rem;
    }
    .drop_shadow {
      font-size: 2rem;
    }
    .short_text{
      padding:0.2rem;
      letter-spacing: 0rem;
    }
  }