.elementor-120 .elementor-element.elementor-element-746dc91{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9bc84bf */.trc-achievements,
.trc-achievements * {
  box-sizing: border-box;
  font-family: "Inter","Poppins",Arial,sans-serif;
}

.trc-achievements {
  background: #f3f8ff;
  padding: 70px 24px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.trc-achievements-head span {
  color: #00A2F2;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .8px;
}

.trc-achievements-head h2 {
  color: #002656 !important;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
  margin: 8px 0 0;
}

.trc-achievements-head h2::after {
  content: "";
  width: 60px;
  height: 3px;
  background: #00A2F2;
  border-radius: 20px;
  display: block;
  margin: 14px auto 0;
}

.trc-achievements-row {
  max-width: 1320px;
  width: 100%;
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
}

.trc-achievement-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
  border-right: 1px solid rgba(0,38,86,.12);
  min-width: 0;
  transition: .35s ease;
  animation: trcAchieveUp .8s ease both;
}

.trc-achievement-item:last-child {
  border-right: none;
}

.trc-achievement-item:nth-child(2) { animation-delay: .08s; }
.trc-achievement-item:nth-child(3) { animation-delay: .16s; }
.trc-achievement-item:nth-child(4) { animation-delay: .24s; }
.trc-achievement-item:nth-child(5) { animation-delay: .32s; }

.trc-achievement-item:hover {
  transform: translateY(-8px);
}

.trc-achievement-item svg {
  width: 58px;
  height: 58px;
  min-width: 58px;
  fill: none;
  stroke: #00A2F2;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: .35s ease;
}

.trc-achievement-item:hover svg {
  stroke: #002656;
  transform: scale(1.08) rotate(-3deg);
  filter: drop-shadow(0 10px 16px rgba(0,162,242,.25));
}

.trc-achievement-item h3 {
  color: #00A2F2 !important;
  font-size: 34px;
  font-weight: 900;
  margin: 0 0 6px;
  line-height: 1;
}

.trc-achievement-item p {
  color: #002656;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  white-space: normal;
}

@keyframes trcAchieveUp {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width:1100px){
  .trc-achievements-row {
    grid-template-columns: repeat(2,1fr);
    gap: 32px 0;
  }

  .trc-achievement-item {
    border-right: none;
  }
}

@media(max-width:650px){
  .trc-achievements {
    padding: 55px 18px;
  }

  .trc-achievements-head h2 {
    font-size: 27px;
  }

  .trc-achievements-row {
    grid-template-columns: 1fr;
    margin-top: 38px;
    gap: 28px;
  }

  .trc-achievement-item {
    justify-content: flex-start;
    padding: 0;
  }

  .trc-achievement-item h3 {
    font-size: 32px;
  }

  .trc-achievement-item svg {
    width: 58px;
    height: 58px;
  }
}/* End custom CSS */