.qywh {
  display: flex;
  margin: 50px 0;
}

.q_left {
  width: 50%;
  padding: 0 30px;
   display: flex;
  flex-direction: column;
}
.q_right {
  width: 50%;
}

.q_right img {
    border: 6px #fff solid;
    box-shadow: 5px 5px 10px 5px #ccc;
}

.q_left_item {
	margin-bottom:50px;
}

.q_left_item>h4 {
	font-size: 30px;
  font-weight: bold;
  display: flex;
    align-items: center;
  margin-bottom:10px;
}

.q_left_item>p {
  font-size: 22px;
	color: #636363;
}

.circle {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
}
