.building-info-list .history-item__overlay, .building-info-list .history-item__bg-image, .building-info-list .history-item__image .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.building-info-list .history-item__content, .building-info-list .history-item__image, .building-info-list .history-item {
  display: block;
  box-sizing: border-box;
}

.building-info-list .history-item__text-wrapper {
  display: flex;
  flex-direction: column;
}

.building-info-list .history-item__tag {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.is-hidden {
  display: none !important;
}

.is-visible {
  display: block !important;
}

.is-invisible {
  visibility: hidden !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 990px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

.building-lead {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.building-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.building-info-list .history-item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: 237px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .building-info-list .history-item {
    height: 200px;
  }
}
@media (max-width: 990px) {
  .building-info-list .history-item {
    grid-template-columns: 1fr;
    height: auto;
    grid-auto-flow: row;
  }
}
.building-info-list .history-item__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  .building-info-list .history-item__image {
    height: 180px;
  }
}
.building-info-list .history-item__image .image-cover {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.building-info-list .history-item__content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 990px) {
  .building-info-list .history-item__content {
    height: 180px;
  }
}
.building-info-list .history-item__bg-image {
  background-image: url("/images/asso_building.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.02);
  z-index: 1;
}
.building-info-list .history-item__overlay {
  background-color: var(--v10-color-primary);
  opacity: 0.95;
  z-index: 2;
}
.building-info-list .history-item__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: var(--header_active_bg_color);
  border-radius: 0 0 40px 0;
  padding: 14px 21px 18px 21px;
}
.building-info-list .history-item__tag .tag-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 1240px) {
  .building-info-list .history-item__tag {
    padding: 10px 16px 14px 16px;
  }
  .building-info-list .history-item__tag .tag-text {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .building-info-list .history-item__tag {
    padding: 8px 12px 10px 12px;
  }
  .building-info-list .history-item__tag .tag-text {
    font-size: 18px;
  }
}
.building-info-list .history-item__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 40px;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1240px) {
  .building-info-list .history-item__text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 990px) {
  .building-info-list .history-item__text-wrapper {
    padding: 20px;
  }
}
.building-info-list .history-item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1240px) {
  .building-info-list .history-item__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
@media (max-width: 990px) {
  .building-info-list .history-item__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
.building-info-list .history-item__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 1240px) {
  .building-info-list .history-item__description {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 990px) {
  .building-info-list .history-item__description {
    font-size: 13px;
    line-height: 18px;
  }
}