.section_people {
  width: 1440px;
  height: 948px;
  padding: 125px 72px 13px 72px;
  margin: 0 auto;
  position: relative;
}
.people_img {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.people_basic {
  position: absolute;
  height: 508px;
  top: 15%;
  left: 25%;
  z-index: 1;
  object-fit: cover;
  object-position: 50%;
}
.people_bottom {
  z-index: 2;
  position: absolute;
  top: 55%;
  left: 40%;
}
.people_left {
  z-index: 2;
  position: absolute;
  top: 33%;
  left: 9%;
}
.people_right {
  z-index: 0;
  position: absolute;
  top: 3%;
  right: 17%;
}
.people_img_small {
  height: 229px;
  object-fit: cover;
  object-position: 50%;
}
.people_text {
  color: var(--black, #000);
  width: 305px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.people_btn {
  
  position: absolute;
  top: 69%;
  right: 7%;
  text-decoration: none;
  height: 42px;
  border-radius: 100px;
  background: var(--red-base, #d8251d);
  color: var(--white, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 12px 25px 12px 25px;
  cursor: pointer;
  
}
.people_btn:hover{
  background: var(--red-base, #971a14);
}
.people_btn:hover .hover_button_about_the_film{
  top: 2px;
  left: 2px;
}
.people_text_position {
  z-index: 1;
  position: absolute;
  top: 33%;
  right: 0%;
}
.people_animation {
  position: relative;
  height: 823px;
  z-index: 1;
  margin-top: 125px;
  
}

.box_people_animation {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  width: 1255px;
  height: 810px;
  left: 36px;
  top: 0px;
  color: #ffff;
  opacity: 0;
}
.img_animation_people {
  background-repeat: no-repeat;
  background-size: cover;
}
.container_text {
  
  width: 100%;
  height: 100%;
  position: relative;
	overflow: hidden;

}
@media (max-width: 1399px) {
  .people_btn {
    top: 74%;
  }
}
@media (max-width: 1199px) {
  .people_img_small {
    height: 160px;
  }
  
  .people_basic {
    height: 400px;
    top: 20%;
    
  }
  
  .people_bottom {
    top: 60%;
    left: 40%;
  }
  .people_left {
    top: 40%;
    left: 9%;
  }
  .people_right {
    top: 13%;
    right: 17%;
  }
  .people_btn {
    top: 85%;
  }
}
@media (max-width: 991px) {
  
  .people_img_small {
    height: 140px;
  }
  .people_basic {
    height: 300px;
    top: 24%;
    left: 20%;
  }
  .people_bottom {
    top: 55%;
    left: 45%;
  }
  .people_left {
    top: 37%;
    left: 0%;
  }
  .people_right {
    top: 16%;
    right: 0%;
  }
  .people_btn {
    top: 85%;
  }
  .people_text_position{
    top: 75%;
  }
  .people_btn{
    top: 95%;
    right: 73%;
  }
  .container_text {
   
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .people_animation{
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  
  .people_text_position{
    top: 73%;
  }
  .people_btn{
    top: 93%;
    right: 65%;
  }
  .container_text {
    height: 950px;
  }
  .people_animation{
    height: 100%;
  }
}
@media (max-width: 575px) {
  .people_text{
    font-size: 14px;
  }
  .container_text {
    height: 619px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .people_img_small {
    
    height: 89px;
  }
  .people_basic {
    height: 195px;
    top: 20%;
    left: 20%;
  }
  .people_bottom {
    top: 43%;
    left: 39%;
  }
  .people_left {
    top: 30%;
    left: 0%;
  }
  .people_right {
    top: 14%;
    right: 0%;
  }
  .people_btn {
    top: 88%;
    right: 55%;
  }
  .people_text_position{
    top: 60%;
  }
}