﻿.portal-content.container {
  background-color: #ccc;
}
.portal-content.container .change-language a {
  color: blue;
  display: inline-block;
  font-size: 20px;
}

.site-wrapper {
  background-color: #ccc;
}

.service-category-container .option {
  display: flex;
  align-items: stretch;
}
.service-category-container .option .service-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 360px;
}
.service-category-container .option .service-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-decoration: none;
  padding: 20px 10px;
}
.service-category-container .option img {
  width: 20%;
  display: inline-block;
  flex-shrink: 0;
}
.service-category-container .option .item-name {
  color: blue;
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 432px) {
  .portal-content.container .change-language a {
    font-size: 16px;
  }
  .item-name {
    font-size: 16px;
  }
  .service-category-container .option .service-item {
    min-height: 180px;
  }
}
