.technology h2, .technology h3, .technology h4 {
  font-weight: bold;
}
.technology h4 {
  font-size: 18px;
  color: #0f4c97;
  font-weight: 600;
  padding: 30px 0 10px;
  margin-bottom: 10px;
  border-bottom: 4px solid #0f4c97;
}
.technology img {
  width: 100%;
  max-width: 100%;
}
.technology .item {
  display: flex;
  flex-direction: column;
}
.technology .item-img {
  margin-top: auto;
  padding: 20px;
  display: flex;
}
.technology .item-img img {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 991px) {
  .applicationsItem_box .row .wrap {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.top-desc, .bottom-desc {
  width: 100%;
}

.top-desc h2, .bottom-desc h2 {
  font-weight: bold;
  font-size: 24px;
}
.desc-title h2, .top-desc h2, .bottom-desc h3 {
  font-size: 16px;
  color: #0f4c97;
  font-weight: 600;
  padding: 30px 0 10px;
  margin-bottom: 10px;
  border-bottom: 4px solid #0f4c97;
}

.aboutus_content h2 {
  font-size: 24px;
  font-weight: bold;
}

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
