.ig-sec {
  box-sizing: border-box;
  width: 260px;
  height: 300px;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  /*border-radius: 10px;*/
}
.ig-sec__wrapper {
  margin-top: -10px;
}
.ig-sec__wrapper-head {
  font-weight: 700;
  font-size: 20px;
  color: #ff9601;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ig-sec-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ig-sec-heading__head {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
}
.ig-sec-heading__head svg {
  width: 20px;
  margin-right: 0.5em;
}
.ig-sec-heading__sub-link {
  display: block;
  padding: 3px 5px;
  line-height: 1.1;
  border-radius: 3px;
  font-size: 12px;
  background-color: #0095f6;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.ig-sec-heading__sub-link:hover {
  opacity: 0.8;
  color: #fff;
}
.ig-sec-list__item {
  line-height: 1.5;
  font-size: 13px;
}
.ig-sec-list__item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.ig-sec-list__item-link {
  display: block;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
}
.ig-sec-list__item-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.ig-sec-list__item-img {
  width: 228px;
  height: 228px;
  object-fit: cover;
  object-position: center;
}
.ig-sec-list__item-caption {
  margin-bottom: 5px;
}
.ig-sec-list__item-date {
  text-align: right;
}