.reviewListMain{
  width: 90%;
  margin: 0 auto;
}
.first_wrap{
  display: flex;
}
.first_wrap > .flex_left{
  width: calc(60% - 40px);
  margin-right: 40px;
  background-color: #FEE8E8;
  height: 200px;
  border-radius: 30px;
}
.first_wrap > .flex_left > h2{
  font-size: 24px;
  text-align: center;
  padding:10px 0px;
  margin-bottom: 50px;
}
.first_wrap > .flex_right{
  width: 40%;
  background-color: #FEE8E8;
  height: 200px;
  border-radius: 30px;
}
.first_wrap > .flex_right > h2{
  font-size: 24px;
  text-align: center;
  padding:10px 0px;
  margin-bottom: 50px;
}
.flex_wrap1 {
  display: flex;
  padding: 0px 10px;
}

.flex_wrap1 > .flex_right > .search-box {
  position: relative;
  display: flex;
  width: 200px;
  margin-left: 40px;
}

.flex_wrap1 > .flex_right > .search-box input[type="text"] {
  flex-grow: 1;
  padding: 0.7rem 0 0.7rem 0.8rem;
  border: 1px solid #333;
  border-radius: 1.5rem;
  background-color: white;
  outline: none;
}

.flex_wrap1 > .flex_right > .search-box button {
  position: absolute;
  top: -0.05rem;
  right: 0;
  cursor: pointer;
  padding: .8rem .9rem .8rem .8rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  background: none;
  color: #333;
  font-size: 1rem;
  transition: 0.5s;
}

.flex_wrap1 > .flex_right > .search-box button:hover {
  color: #4eadb8;
  transform: scale(1.2);
}
.button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fca8a8;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #fca8a8;
  border-radius: 10px;
}

.button04 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fca8a8;
  border-right: 3px solid #fca8a8;
  transform: rotate(45deg);
}

.button04 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: white;
}

.button04 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
hr{
  margin: 40px 0px;
}