.fastRegtion{
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  height: 760px;
  flex-direction: column;
  align-items: center;
  background-color: rgb(242, 245, 247);
}
.fastRegtion .fastRegtion_top{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.fastRegtion .fastRegtion_bottom{
  display: flex;
  justify-content:center;
  margin-top: 80px;
}
.fastRegtion .fastRegtion_top .hrBoder{
  width: 375px;
  height: 8px;
  margin-top: 12px;
  background-color: rgb(221, 221, 221);
}
.fastRegtion .fastRegtion_top .txtTitle{
  font-size: 62px;
  color: red;
}
.fastRegtion .fastRegtion_top .txtCont{
  font-size: 21px;
  margin-top: 21px;
  color: rgb(153, 153, 153);
}
.fastRegtion_bottom_1,.fastRegtion_bottom_2,.fastRegtion_bottom_3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 456px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
.boc_content{
  margin-left:80px;
  margin-right: 80px;
}
.fastRegtion_bottom_1 .bottom_img{
  margin-top: 60px;
  width:112px;
  height: 91px;
}
.fastRegtion_bottom_1 .bottom_titleTxt{
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  color: red;
}
.fastRegtion_bottom_1 .bottom_cont{
  font-size: 24px;
  flex-wrap: wrap;
  color:rgb(153,153,153);
  text-align:center;
  width: 263px;
}

@media only screen and (min-width: 360px) and (max-width:912px){
  .fastRegtion{
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    height: 760px;
    flex-direction: column;
    align-items: center;
    background-color: rgb(242, 245, 247);
  }
  .fastRegtion .fastRegtion_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .fastRegtion .fastRegtion_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    flex-direction: column;
  }
  .fastRegtion .fastRegtion_top .hrBoder{
    width: 375px;
    height: 8px;
    margin-top: 12px;
    background-color: rgb(221, 221, 221);
  }
  .fastRegtion .fastRegtion_top .txtTitle{
    font-size: 62px;
    color: red;
  }
  .fastRegtion .fastRegtion_top .txtCont{
    font-size: 21px;
    margin-top: 21px;
    color: rgb(153, 153, 153);
  }
  .fastRegtion_bottom_1, .fastRegtion_bottom_2, .fastRegtion_bottom_3 {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    width: 356px;
    height: 140px;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    margin-bottom:13px;
    border-radius: 20px;
  }
  .boc_content{
    margin-left:80px;
    margin-right: 80px;
  }
  .fastRegtion_bottom_1 .bottom_img{
    margin-top: 60px;
    width:112px;
    height: 91px;
  }
  .fastRegtion_bottom_1 .bottom_titleTxt{
    font-size: 23px;
    margin-top: 60px;
    margin-bottom: 60px;
    color: red;
  }
  .fastRegtion_bottom_1 .bottom_cont{
    font-size: 17px;
    flex-wrap: wrap;
    color:rgb(153,153,153);
    text-align:center;
    width: 263px;
  }
}