.interactive-zone {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
}

.interactive-zone .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin-bottom: 60px;
}

.interactive-zone .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.interactive-zone .content-wrapper .item {
  margin-right: 20px;
  position: relative;
  height: auto;
  max-height: 320px;
  width: calc(33.333% - 13.333px);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.interactive-zone .content-wrapper .item:hover {
  cursor: pointer;
}

.interactive-zone .content-wrapper .item:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .interactive-zone .content-wrapper .item {
    width: calc(50% - 10px);
  }
  .interactive-zone .content-wrapper .item:nth-child(1) {
    margin-bottom: 30px;
  }
  .interactive-zone .content-wrapper .item:nth-child(2), .interactive-zone .content-wrapper .item:nth-child(4) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .interactive-zone .content-wrapper .item {
    width: 100%;
    margin-right: 0;
  }
}

.interactive-zone .content-wrapper .item:last-child {
  margin-right: 0;
}

.interactive-zone .content-wrapper .item .image {
  height: 100%;
}

.interactive-zone .content-wrapper .item .image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.interactive-zone .content-wrapper .item .content {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

@media (max-width: 1280px) {
  .interactive-zone .content-wrapper .item .content {
    bottom: 8%;
    left: 8%;
  }
}

.interactive-zone .content-wrapper .item .content .item-icon {
  width: 52px;
  height: 52px;
  border-radius: 20px 0px 20px 0px;
  margin-bottom: 20px;
}

.interactive-zone .content-wrapper .item .content .item-icon img {
  width: 100%;
  height: 100%;
}

.interactive-zone .content-wrapper .item .content .item-title {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}

.interactive-zone .content-wrapper .item .content .divider {
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin-bottom: 10px;
}

.interactive-zone .content-wrapper .item .content .sub-title {
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  margin-bottom: 40px;
}

.interactive-zone .content-wrapper .item .content .see-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interactive-zone .content-wrapper .item .content .see-more a:hover {
  text-decoration: none;
}

.interactive-zone .content-wrapper .item .content .see-more a img {
  width: 30px;
  height: 30px;
}

.interactive-zone .content-wrapper .item .content .see-more p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-left: 14px;
}
/*# sourceMappingURL=interactive-zone.css.map */