@charset "UTF-8";

.process{
  border: 1px solid #ccc;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  background: #fff;
  height: auto;
}

.process h3{
  background: #ffca8a;
  border-radius: 5px;
  font-size: 2.5rem;
  color: #303030;
  margin: 5px 5px;
  padding-left: 5px;
}

.sentence-wrap{
  width: 100%;
  margin: 0 30px;
}

.sentence{
  float: left;
  font-size: 1.8rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 60%;
}

.sentence-img{
  float: right;
  width: 40%;
  text-align: center;
}

.sentence-img img{
  width: 200px;
  height: 200px;
}

.arrow{
  content: "";
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-top: 25px solid #ffca8a;
  margin: 50px auto 35px;
}