body {
  font-family: Arial, sans-serif;
  background-color: #F5F5F5;
  color: #333333;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  color: #555555;
  font-size: 36px;
  text-align: center;
  text-shadow: 2px 2px #CCCCCC;
  margin-top: 30px;
}

a {
  color: #999999;
  text-decoration: none;
}

.box {
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 300px;
  height: 150px;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 2px 2px 5px #CCCCCC;
  transition: transform 0.3s;
}

.box:hover {
  transform: scale(1.1);
}

.box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.box-text-top {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px #CCCCCC;
  margin-bottom: 10px;
}

.box-text-bottom {
  color: #999999;
  font-size: 14px;
  line-height: 1.5;
}

.logo-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo {
  max-width: 100%;
  height: auto;
}

span.rev { unicode-bidi:bidi-override; direction:rtl }
span.rev.phone:before { content:"7679-" }
span.rev.phone:after { content:"-809" }

@media (min-width: 768px) {
  .box {
    width: 30%;
    margin: 10px;
  }
}
