.astro_pro_action_1{
  background:url(../images/astro_pro/bg_1.jpg) center no-repeat;
  background-size:100% 100%;
  padding:100px 0;
  position: relative;
  z-index:1;
}

.astro_pro_action_1 .act_3{
  align-items: flex-start;
}
.astro_pro_action_1 .act_3 .txt_con{
  width: 55%;
  padding:0 10% 0 0%;
}
.astro_pro_action_1 .act_3 .img_con{
  width: 45%;
}
.astro_pro_action_1 .act_3 .txt_con .astro_h3{
  color:#9A3488;
  font-size: 48px;
  font-size:4.8rem;
}
.astro_pro_action_1  .pos_img{
  height: 400px;
  position: absolute;
  bottom:-80px;
  left:5%;
}

.astro_pro_action_2{
  background:url(../images/astro_pro/bg_2.jpg) center no-repeat;
  background-size: 100% auto;
  padding:200px 0 250px;
}
.astro_pro_action_2 .flex{
  justify-content: flex-start;
}

.astro_pro_action_2 .astro_h3{
  font-size: 48px;
  font-size:4.8rem;
}

.astro_pro_action_3{
  padding:150px 0;
  background:url(../images/astro_pro/bg_3.png) center no-repeat;
  background-size: 100% auto;
}
.astro_pro_action_3 .astro_h3{
  color:#9A3488;
  font-size: 48px;
  font-size:4.8rem;
}

.astro_pro_action_4.astro_action_4{
  background:url(../images/astro_pro/bg_4.png) center no-repeat;
  background-size:100% 100%;
  padding:100px 0;
}

.astro_pro_action_4.astro_action_4 .astro_h3{
  font-size:48px;
  font-size:4.8rem;
  padding-bottom:40px;
}
.astro_pro_action_4.astro_action_4 img{
  width: 70%;
}

@media only screen and (max-width: 1200px){
  .astro_pro_action_1 .pos_img{
    height: 150px;
    bottom:-20px;
  }
  .astro_pro_action_2.astro_action_2{
    padding:60px 0;
  }

  .astro_pro_action_2.astro_action_2 .txt_con{
    width: 60%;
  }

  .astro_pro_action_3{
    padding:50px 0;
    margin-bottom: 0;
  }

}

@media only screen and (max-width: 820px){

  .astro_pro_action_2.astro_action_2 .txt_con{
    width: 100%;
  }
  .astro_pro_action_2.astro_action_2 .txt_con .astro_h3{
    color:#9A3488;
  }

  .astro_pro_action_2.astro_action_2{
    padding:30px 0;
  }

  .astro_action_3 .img_con{
    margin-bottom: 30px;
  }

  .astro_h3{
    font-size: 4rem !important;
  }

  .astro_pro_action_4.astro_action_4{
    padding:40px 0;

  }

  .astro_pro_action_4.astro_action_4 .astro_h3{
    padding-bottom: 0px;
    font-size: 26px !important;
  }

  .astro_pro_action_4.astro_action_4 img{
    width: 100%;
  }

  .astro_pro_action_3.astro_action_3{
    margin-bottom: 0;
  }

}






