  /*
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 : 28-Oct-2019, 10:01:45
    Author     : User
*/
@media screen and (max-width: 1141px) {
  .banner .banner-img {
    width: auto;
    min-width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 650px) {
  .banner .caption h1 {
    font-size: 50px;
    line-height: 35px;
  }
  .banner .caption p {
    line-height: 18px;
  }
}

@media screen and (max-width: 880px) {
  .common-images-block.by-3 .img {
    width: calc((100% / 2) - 20px);
  }
}

@media screen and (max-width: 850px) {
  .banner {
    margin-top: 105px;
  }
}

@media screen and (max-width: 782px) {
  .banner {
    margin-top: 90px;
  }
}

@media screen and (max-width: 400px) {
  .banner .caption {
    width: 100%;
    padding: 0 20px;
  }
  .banner .caption p {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .common-images-block.by-1 .img,
  .common-images-block.by-2 .img,
  .common-images-block.by-3 .img {
    width: calc((100% / 1) - 20px);
  }
}
/*# sourceMappingURL=research-center-inside-responsive.css.map */