/* section 1 */
/* end of section 1  */

/* section 1 */

.section1 {
  padding: 10px 0px 30px 0px;
  /* min-height: 100vh; */
  height: auto;
}
.section1 .banner_wrp {
  max-width: 1100px;
  width: 90vw;
  background-color: #2024a0;
  margin: 0px auto;
  /* display: grid;
  justify-content: center; */
  border-radius: 30px;
}

.section1 .banner_wrp .content_left .content_text {
  position: relative;
  display: grid;
  align-content: center;
  height: 380px;
  padding: 10px 0px 10px 50px;
  color: #fcfcff;
  line-height: 1.5;
  font-weight: 200;
  font-size: 19px;
  z-index: 100;
  /* margin-top: -30px; */
}

.section1 .banner_wrp .content_left .content_text button {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 20px;
  border-radius: 25px;
  border-style: none;
  max-width: 250px;
  cursor: pointer;
  margin: 20px 0px;
}

.section1 .banner_wrp .content_left .img_wrp {
  display: grid;
  justify-content: center;
}
.section1 .banner_wrp .content_left .img_wrp img {
  width: 90vw;
}

.section1 .banner_wrp .content_right {
  /* background-color: aliceblue; */
  height: 380px;
  display: grid;
  justify-content: end;
}

.section1 .banner_wrp .content_right .img_wrp img {
  width: 1000px;
  height: 380px;
}

/* end of section 1  */

/* media queries */

@media only screen and (max-width: 576px) {
  /* section 1 */
  .section1 .banner_wrp .content_left .content_text {
    position: relative;
    display: grid;
    align-content: flex-start;
    height: auto;
    padding: 10px 20px;
    color: #fcfcff;
    line-height: 1.5;
    font-weight: 200;
    font-size: 14px;
    z-index: 100;
    /* margin-top: -30px; */
  }

  .section1 .banner_wrp .content_left .content_text button {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    border-radius: 25px;
    border-style: none;
    max-width: 250px;
    cursor: pointer;
    margin: 20px 0px;
  }

  /* end of section 1  */
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section1 .banner_wrp .content_left .content_text {
    position: relative;
    display: grid;
    align-content: center;
    height: 380px;
    padding: 10px 0px 10px 10px;
    color: #fcfcff;
    line-height: 1.5;
    font-weight: 200;
    font-size: 16px;
    z-index: 100;
    /* margin-top: -30px; */
  }
  .section1 .banner_wrp .content_right .img_wrp img {
    width: 800px;
    height: 340px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}
/* end of media queries */
