#volunteer #volunteer_applyfor .roundsq_box_wrap {
  display: flex;
  align-items: center;
  align-content: flex-start;
  gap: 30px;
  align-self: stretch;
}
#volunteer #volunteer_applyfor .roundsq_box_wrap .roundsq_box {
  flex: 1 0 0;
  min-width: 165px;
  padding: 20px 20px 40px 20px;
  border-radius: 50px;
  border: 1px solid #DDD;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 30px;
}
#volunteer #volunteer_applyfor .roundsq_box_wrap .roundsq_box .roundsq_box_img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: #F7F7F7;
}
#volunteer #volunteer_applyfor .roundsq_box_wrap .roundsq_box .roundsq_box_tit {
  text-align: center;
  font-family: Paperlogy;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 130.769%;
}

@media (max-width: 1440px) {
  #volunteer #volunteer_applyfor .roundsq_box_wrap .roundsq_box {
    min-width: 200px;
  }
}