.banner_photo_001 {
  background: linear-gradient(-4deg, rgb(80,166,181), white);
  margin-bottom: 120px;
}

@media (max-width: 420px) {
  .banner_photo_001 {
    margin-bottom: 50px;
  }
}

.banner_photo_001 .box_1620 {
  min-height: 600px;
  border-radius: 12px;
  position: relative;
  bottom: -80px;
  background: #fff;
  padding: 30px;
  box-shadow: 0px 20px 80px 0px rgb(153 153 153 / 30%);
}

@media (max-width: 576px) {
  .banner_photo_001 .box_1620 {
    min-height: 500px;
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .banner_photo_001 .box_1620 {
    min-height: 520px;
    border-radius: 0;
    bottom: -10px;
  }
}

.banner_photo_001 .personal_text {
  vertical-align: middle;
  align-self: center;
  /*text-transform: uppercase;*/
  color: #222222;
}

@media (max-width: 992px) {
  .banner_photo_001 .personal_text {
    margin-top: 30px;
  }
}

.banner_photo_001 .personal_text h1 {
  font-size: 47px;
  margin-bottom: 15px;
}

@media (max-width: 420px) {
  .banner_photo_001 .personal_text h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.banner_photo_001 .personal_text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 420px) {
  .banner_photo_001 .personal_text h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

