﻿
   /*about Us page*/
    .spp__aboutUs{
        text-align:center;
        margin: 0 auto;  
    }
    @media(min-width:786px){
        .spp__aboutUs{
            text-align:center;
            margin: 0 auto;  
            padding-bottom: 3rem;
        }
    }

    .spp__aboutUsContentBlock{
        padding-right:1rem;
        padding-left:1rem;
    }
    @media(min-width:786px){
       .spp__aboutUsContentBlock{
            max-width: 54%;
            width:100%;
            display: inline-block;
            padding-right:10%;
        }
    }

    .spp__aboutUsContent{
        text-align:left;
        padding-top:1rem;
    }
    @media(min-width:786px){
       .spp__aboutUsContent{
          padding-top:2.5rem;
        }
    }

   .spp__aboutUsContent a{
       text-decoration:none;
       color:#cb0033;
   }

    .spp__aboutUsContent a:hover{
        background:gray;
    }

    .spp__aboutUsContent h2{
        color:#cb0033;
        font-size: 22px;
        line-height: 0;
        font-family: dosis, sans-serif;
    }
    .spp__aboutUsContent p{
        font-size:15px;
        line-height:23px;
        font-family: dosis, sans-serif;
    }

    .spp__aboutUsBuildingImg{
        display:none;
    }
    @media(min-width:786px){
         .spp__aboutUsBuildingImg{
            max-width: 20%;
            width: 100%;
            display: inline-block;
        }
    }

    .spp__aboutUsBuildingImg img{
        vertical-align:bottom;
        height:500px;
        width:300px;
    }
    .spp__aboutUsCatchwords{
        color:#cb0033;
        font-size:15px;
        line-height:18px;
        font-family: dosis, sans-serif;
    }
    /*/about Us page*/

  .spp__hamburgerIcon{
      display:inline;
  }
  @media(min-width:786px){
    .spp__hamburgerIcon{
      display:none;
    }
  }

