.main-content {
  width: 100%;
  height: calc(100% - 504px);
  min-height: 365px;
}
.links-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-content: space-between;
  list-style: none;
  width: 100%;
  height: 100%;
  max-height: 472px;
  min-height: 365px;
  padding: 0;
  margin: 0;
}
.link-entrance-outer {
  list-style: none;
  width: 282px;
  height: calc(50% - 16px);
  max-height: 220px;
  padding: 32px 25px 22px 22px;
  box-sizing: border-box;
  margin-right: 23px;
  border-radius: 10px;
  background-color: #e0f6ff;
  overflow: hidden;
}
.link-entrance-outer:hover {
  box-shadow: 0 11px 25px  rgba(43, 157, 249, .2);
}
.link-entrance-outer:nth-of-type(4n) {
  margin-right: 0;
}
.link-entrance {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.link-title {
  width: 100%;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #1f8fea;
  text-align: left;
}
.link-icon {
  width: 100%;
  height: calc(100% - 32px);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.link-entrance-outer:nth-of-type(1) .link-icon {
  background-image: url('../images/icon_fund.png');
}
.link-entrance-outer:nth-of-type(2) .link-icon {
  background-image: url('../images/icon_insurance.png');
}
.link-entrance-outer:nth-of-type(3) .link-icon {
  background-image: url('../images/iocn_hotel_offers.png');
}
.link-entrance-outer:nth-of-type(4) .link-icon {
  background-image: url('../images/icon_book.png');
}
.link-entrance-outer:nth-of-type(5) .link-icon {
  background-image: url('../images/icon_house.png');
}