.slider_wrapper {

  background-image: url(https://cdn.britannica.com/86/77986-050-ADB6ED09/site-Prophets-Mosque-Medina-Saudi-Arabia-Mecca.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.info-block {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
}

.info-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}