/*
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:46
    Author     : User
*/
@media screen and (max-width: 975px) {
  .services-blk .blks .blk {
    width: calc((100% / 3) - 20px); }
    .services-blk .blks .blk:nth-child(1), .services-blk .blks .blk:nth-child(2), .services-blk .blks .blk:nth-child(3) {
      margin-bottom: 50px; }
    .services-blk .blks .blk:nth-child(3):after {
      display: none; } }
@media screen and (max-width: 800px) {
  .double-blks .blk {
    width: calc(100% - 20px); }
    .double-blks .blk:nth-child(2) {
      padding-left: 0px; }
    .double-blks .blk.counseling-img {
      display: none; }

  .enterprenuer-honor .double-blks .blk:nth-child(2) {
    margin-top: 20px; } }
@media screen and (max-width: 745px) {
  .services-blk .blks .blk {
    width: calc((100% / 2) - 20px); }
    .services-blk .blks .blk:nth-child(1), .services-blk .blks .blk:nth-child(2), .services-blk .blks .blk:nth-child(3), .services-blk .blks .blk:nth-child(4) {
      margin-bottom: 50px; }
    .services-blk .blks .blk:nth-child(2):after, .services-blk .blks .blk:nth-child(4):after {
      display: none; } }
@media screen and (max-width: 675px) {
  .contact .text {
    padding: 50px 40px;
    width: calc(100% - 80px);
    background: rgba(255, 255, 255, 0.87); } }
@media screen and (max-width: 530px) {
  .contact .text {
    padding: 35px 40px; } }

/*# sourceMappingURL=student-success-responsive.css.map */
