/************section1**************/
  .section1 {
    background-image: url(../img/bg_section1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
    .section1 .title_section {
      color: #efe459;
    }
.box_imgs {
    display: block;
    position: relative;
}
.img1_section1 {
  display: table;
  margin: 0 auto;
}
.img2_section1 {
    position: absolute;
    bottom: -15%;
    left: 0;
}
.img3_section1 {
    position: absolute;
    bottom: -10%;
    right: 43px;
}
.section1 .parag_section {
    margin: 5vh auto;
    color: #ece590;
    font-family: poppins;
    font-size: 1.5em;
}
