/*  BACKGROUND GRADIENTS */
/*  USAGE Example: @include background-gradient(red, black, vertical) */
/* BACKGROUND SIZE */
/* USAGE Example: @include background-size(100%, 100%); */
/* BOX SIZING */
/* usage example: @include box-sizing(border-box); */
/* POSITION */
/* USAGE EXAMPLE : @include position(absolute, 10px, null, 10px, 10px); */
/* OPACITY */
/* USAGE EXAMPLE : @include opacity(0.2); */
/* Arrows / Triangles */
/* Circle */
/* Not Text */
/* Auto */
/* generic transform */
/* rotate */
/* rotate */
/* scale */
/* translate */
/* skew */
/* transform origin */
/* IMAGES */
/*$img-path: '../images/' !default;



$font-body-base-small:ceil(($font-body-base * 0.75)) !default;*/
/* Font Size */
/*$line-height-base: 1.625em !default;*/
/* COLORS */
/*Common Link Color*/
/*$brand-color-hover : #027BAA;*/
#philanthropicSection {
  display: block;
}
#philanthropicSection .philanthropicContant {
  padding: 20px 20px 20px 10px;
  list-style: none;
}
#philanthropicSection .philanthropicContant p {
  display: block;
}
#philanthropicSection .philanthropicContant a {
  display: block;
  padding-left: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
#philanthropicSection .whiteBg.phildescp-contant {
  padding: 10px 20px;
}
@media screen and (min-width: 320px) and (max-width: 619px) {
  #philanthropicSection {
    margin: 0px 10px;
  }
}
