/*Nexus 10*/
.info-box-wrp {
  padding: 25px 25px 25px 80px;
  margin: 50px 0px 50px 0px;
  background: #e7e7e7 url(/plugins/Progfb_Project/static/images/icons/info-icn.svg) no-repeat;
  background-position: 25px 30px;
  background-size: 35px auto; }
  @media only screen and (min-width: 41.25em) {
    .info-box-wrp {
      background-position: 25px 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-size: 40px auto;
      font-size: 1em; }
      .info-box-wrp a.btn {
        margin-left: 20px; } }
  .info-box-wrp .info-box-content {
    margin: 0 20px 20px 0px; }
    @media only screen and (min-width: 41.25em) {
      .info-box-wrp .info-box-content {
        margin: 0; } }
