.custom-background-div {
    height: 531px;
    background: transparent url("https://cdn.m34.it/hh/Assets/close-up-hands-field.png") 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 1;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font: normal normal normal 60px/64px Didot;
    letter-spacing: 0px;
    color: #ffffff;
}

.felsefemiz-context {
    background: transparent url("https://cdn.m34.it/hh/Assets/Himalayapaper.png") 0% 0% no-repeat padding-box;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    background-size: cover;
}

.felsefemiz-context-text {
  width: 1399px;
  padding-bottom: 250px;
  text-align: center;
  font: normal normal normal 30px/38px Didot;
  letter-spacing: 0px;
  color: #242424;
  margin-top: 49px;
}

@media (max-width: 768px) {
  .felsefemiz-context{
    max-height: auto;
  }
  .custom-background-div{
    height: 500px;
  }

  .felsefemiz-context-text {
    width: 90%;
    height: auto;
    font: normal normal normal 20px/30px Didot;
    margin-top: 20px;
    padding-bottom: 50px;
  }
  
}
