@charset "UTF-8";
@import url("main-content.css");
@import url("../genel/products-tm.css");
.magaza-resim{
  background-image: url("../../images/magaza-resimler/emlak2.jpg");
  background-color: #cccccc;
  /*height: 500px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.magaza-resim .jumbo{
  background-color: #2789c3;
}
.magaza-resim .jumbo h1, .magaza-resim .jumbo p{
  color: #ffffff !important;
}
.jumbo {
    padding: 1rem 1rem;
    margin-top: 1rem;
    margin-bottom:1rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    text-align: center;
}

@media (min-width: 576px){
  .jumbo {
      padding: 4rem 2rem;
  }
}
