/* NUMBERS */

.numbers {
  border-radius: 25px;
}

.numbers p {
  font-weight: 500;
  padding: 0px 20px;
  line-height: 24px;
}

.products-division {
  padding: 50px 15px;
  border-radius: 25px;
}

.big-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.meters {
  font-size: 20px;
  line-height: 20px;
}

/* careers */

.monthly {
  font-size: 13px;
  font-weight: 400;
}

.careers-cards {
  padding: 30px;
}

.benefit { 
margin-top: 25px;
}

.benefit-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #0abedb;
  border-radius: 50%;
}

.benefit-icon .ti {
  font-size: 32px;
  color: #fff;
}

/* faq */

.faq .accordion-button:not(.collapsed) {
  color: #0abedb;
  background-color: #f0f1f3;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.faq .accordion-button {
  font-weight: 700;
  color: #5d5d5d;
}

.faq .accordion-item {
  color: #5d5d5d;
}

.accordion-button:not(.collapsed)::after {
  color: #0abedb;
}

.faq p {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* job details */

.job-descrpition p {
  padding-bottom: 25px;
}

.job-descrpition ul li {
  list-style: none;
  position: relative;
  padding-bottom: 25px;
  padding-left: 35px;
  line-height: 1.9;
}

.job-descrpition ul li::before {
  content: url("../images/main/circle-check.svg");
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 3px;
}

@media (min-width: 992px) {
  .careers-cards .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* faq */

.faq .accordion-body {
  padding: 30px;
}
.faq .accordion-button {
  padding: 20px 30px;
}

@media (min-width: 1200px) {
  .big-number {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
  }

  .meters {
    font-size: 35px;
    line-height: 35px;
  }
}
