/*Colors*/
/*
orange - #F06000
blue - #2165FF
*/
/* orange */
/* blue*/
.aboutImg {
  display: block;
  margin: 1em auto;
  height: auto;
  width: 96%;
  padding: 2%;
  background-color: #ffd7a4;
  box-shadow: 1px 1px 5px #ffaa3e; }

.aboutImgHolder {
  display: block; }

.aboutBlock {
  text-align: center; }

.descSec .headingBg {
  text-align: center; }

@media screen and (min-width: 720px) {
  .frameImg {
    height: 500px;
    width: auto; }

  .bgDesc {
    overflow: hidden;
    margin-bottom: 1em; }

  .descSec {
    display: block;
    float: left;
    width: 32.14286%;
    margin-right: 1.02041%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    background-color: #ffd7a4; }
    .descSec p {
      padding: 1em;
      margin-bottom: 0; }
    .descSec h3 {
      font-size: 1em !important;
      border-radius: 0 !important; }

  .aboutBlock {
    width: 48.42105%;
    margin-right: 1.05263%;
    float: left;
    text-align: center; } }
