/*------------------------------------
recent-moshi
------------------------------------*/
.recent-moshi-img{
  width: 850px;
  margin-bottom: 25px;
}
.apply-btn {
  background: #f93940;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 5px #6e0206;
  border-top: solid 6px #ff989c;
  border-left: solid 6px #ffe2e3;
  border-right: solid 6px #83050a;
  border-bottom: solid 6px #b5030a;
}

.apply-btn-2 {
  background: #009688;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  width: 400px;
  box-shadow: 0px 5px #023d37;
  border-top: solid 6px #a2f3eb;
  border-left: solid 6px #a2f3eb;
  border-right: solid 6px #033f39;
  border-bottom: solid 6px #0d756a;
}

.flex{
  display: flex;
  justify-content: space-evenly;
}