 body {

  margin: 0;

  padding: 0;

  height: 4000px;

  background: url("https://raw.githubusercontent.com/polchik020805-ctrl/04.03/refs/heads/main/kletichki.jpg");

}
#container {

  position: fixed;

  top: 0;

  left: 0;

  width: 400%;

  height: 100vh;

  display: flex;

    }
	#container .section {

  position: relative;

  width: 100%;

  height: 100%;

  padding: 100px;

  box-sizing: border-box;

  display: flex;

  justify-content: center;

  align-items: center;

}
#container .section .content {

  display: flex;

  justify-content: center;

  align-items: center;

}
#container .section .content .text {

  margin-right: 50px;

  max-width: 400px;

  color: red;

}
#container .section .content .text {

  margin-right: 50px;

  max-width: 400px;

  color: red;

}
#container .section .content .text p{

  font-size: 1.1em;

}
#container .section .content img {

  min-width: 400px;

}