/* ÄÉ²Ã */

.row2{
  width:100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.row2 .box{
  flex-basis:49%;
  margin-bottom:20px;
  font-size:1.1em;
  text-align:center;
}
.row2 .box p{margin-top:5px;}