.oim_labels_certifications {
  display: flex;
  justify-content: center;
  min-height: 280px;
  padding: 20px 0;
}

@media screen and (min-width: 1100px) {
  .oim_labels_certifications {
    gap: 150px;
  }
}

.oim_labels_certifications_single {
  position: relative;
  height: 185px;
  width: 185px;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px #0000002b;
  border-radius: 17px;
  cursor: help;
}

.tns-visually-hidden {
  display: none;
}

.tns-item {
  display: flex;
  justify-content: center;
}

.oim_labels_certifications_single:hover {
  background: #e8fbff;
}

.oim_labels_certifications_single img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oim_labels_certifications_single_desc {
  position: absolute;
  opacity: 0;
  z-index: 1000;
  width: 300px;
  border-radius: 15px;
  box-shadow: 0px 0px 12px 0px #00000014;
  background-color: #fff;
  padding: 25px 35px;
  transition: opacity 0.3s ease;
  top: calc(100% - 30px);
  left: 35px;
  font-family: "Helvetica Neue";
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 22px;
}

.oim_labels_certifications_single_desc::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid white;
}

.oim_labels_certifications_single:hover .oim_labels_certifications_single_desc {
  opacity: 1;
}

.oim_labels_certifications_single_tooltip {
  position: absolute;
  z-index: 100;
  bottom: 10px;
  right: 10px;
  background-color: #03ccf8;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  color: #fff;
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tns-controls button[data-controls="next"], .tns-controls button[data-controls="prev"] {
  position: absolute;
  top: 50%;
  transform: translateY(-90%);
  right: 0;
  font-size: 0;
  appearance: none;
  border: 0;
  background-color: none;
  -webkit-mask-size: contain;
  -webkit-mask: url("/wp-content/uploads/2023/10/angle_right.svg") no-repeat;
  mask: url("/wp-content/uploads/2023/10/angle_right.svg") no-repeat;
  background-color: #03fbcd;
  width: 30px;
  height: 45px;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  margin-right: -13px;
}

.tns-controls button[data-controls="prev"] {
  left: 0;
  right:auto;
  transform: scaleX(-1);
  top: calc(50% - 42px);
  margin-right: 0px;
  margin-left: -13px;
}

@media screen and (max-width: 480px) {
  .oim_labels_certifications_single_desc::after {
      left: 130px;
  }
  .oim_labels_certifications_single_desc {
      width: 275px;
      left: -40px;
  }
}