body{
  background-color: #f4f7ff;
}
.content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 126px;
  height: 554px;
  background-color: #f4f7ff;
}
.content_top{
  font-size: 31px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-top: 68px;
  margin-bottom: 49px;
}
.content_bottom{
  display: flex;
  justify-content:space-around;
}
.bottom_left{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom_left div:nth-child(1){
  width: 186px;
  height: 38px;
  background-color: #397be8;
  border-radius: 19px;
  color: #FFFFFF;
  text-align: center;
  line-height: 38px;
  margin-bottom: 65px;
  font-weight: 600;
}
.bottom_left div:nth-child(2) img{
  width: 133px;
  height: 131px;
  margin-bottom: 57px;
}
.bottom_left div:nth-child(2) img:nth-child(1) {
  margin-right: 107px;
}
.bottom_left div:nth-child(3) {
 font-size: 15px;
color: #000000;
  font-weight: 600;
}
.bottom_left:nth-child(2) div:nth-child(2) img{
  margin-right: 0;
 
}