/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Feb-2020, 13:06:36
    Author     : User
*/
@media screen and (max-width: 940px) {
  .blks {
    padding-bottom: 30px; }
    .blks .blk .icon {
      width: 45px;
      height: 45px;
      bottom: -25px; }
    .blks .blk.blk-1 .icon {
      background: #1c49a0 url(../../../img/student-life/student-life-1-icon.png) no-repeat center center;
      background-size: 25px; }
    .blks .blk.blk-2 .icon {
      background: #001b48 url(../../../img/student-life/student-life-2-icon.png) no-repeat center center;
      background-size: 20px; }
    .blks .blk.blk-3 .icon {
      background: #1c49a0 url(../../../img/student-life/student-life-3-icon.png) no-repeat center center;
      background-size: 25px; }
    .blks .blk span {
      margin-top: 33px;
      font-size: 15px; } }
@media screen and (max-width: 700px) {
  .blks:before {
    display: none; }
  .blks .blk {
    width: calc((100% / 1) - 20px);
    margin-bottom: 40px; }
    .blks .blk:last-child {
      margin-bottom: 0;
      padding-bottom: 0; } }

/*# sourceMappingURL=student-life-responsive.css.map */
