/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/home_blocks_explore_more.scss ***!
  \*******************************************************************************************************************************************************************************************************************************/
.mgs-home-block.explore-more-block{
  background-color:#00112d;
  padding:40px 0;
}
@media (min-width: 768px){
  .mgs-home-block.explore-more-block{
    padding:60px 0;
  }
}
@media (min-width: 992px){
  .mgs-home-block.explore-more-block{
    padding:80px 0;
  }
}
.mgs-home-block.explore-more-block .heading h2, .mgs-home-block.explore-more-block .heading p{
  color:#fcfcfd !important;
}
.mgs-home-block.explore-more-block .heading h2{
  margin-bottom:24px;
}
@media (min-width: 992px){
  .mgs-home-block.explore-more-block .heading h2{
    margin-bottom:32px;
  }
}
.mgs-home-block.explore-more-block .heading p{
  max-width:579px;
  margin-bottom:40px !important;
}
@media (min-width: 992px){
  .mgs-home-block.explore-more-block .heading p{
    margin-bottom:35px !important;
  }
}
.mgs-home-block.explore-more-block .tile-wrapper{
  padding-bottom:1.5rem;
}
.mgs-home-block.explore-more-block .tile{
  position:relative;
  overflow:hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          /* justify-content:flex-end; */
  height:100%;
  min-height:388px;
  background-color:#f2F4F7;
}
@media (min-width: 768px){
  .mgs-home-block.explore-more-block .tile{
    min-height:417px;
  }
}
@media (min-width: 992px){
  .mgs-home-block.explore-more-block .tile{
    min-height:446px;
  }
}
.mgs-home-block.explore-more-block .tile:hover .bg-image img{
  -webkit-transform:scale(1.2);
          transform:scale(1.2);
}
.mgs-home-block.explore-more-block .tile h3, .mgs-home-block.explore-more-block .tile p{
  color:#1d2939;
}
.mgs-home-block.explore-more-block .tile h3{
  margin-bottom:16px;
}
.mgs-home-block.explore-more-block .tile p{
  margin-bottom:15px !important;
  height:88px;
  overflow:hidden;
}
@media (min-width: 768px){
  .mgs-home-block.explore-more-block .tile a{
    float:right;
  }
}
.mgs-home-block.explore-more-block .image-wrapper{
  position:relative;
  overflow:hidden;
  height:100%;
  min-height:232px;
}
@media (min-width: 992px){
  .mgs-home-block.explore-more-block .image-wrapper{
    max-height:230px;
  }
}
.mgs-home-block.explore-more-block .bg-image{
  background-color:#00112d;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
}
.mgs-home-block.explore-more-block .bg-image img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -webkit-transition:-webkit-transform 0.5s ease;
  transition:-webkit-transform 0.5s ease;
  transition:transform 0.5s ease;
  transition:transform 0.5s ease, -webkit-transform 0.5s ease;
}
.mgs-home-block.explore-more-block .content{
  padding:24px;
}

/*# sourceMappingURL=home_blocks_explore_more.css.map*/