
h2, h3 {
  font-family: 'Mull-bold';
}
.tac {
  text-align: center;
}

.visual-content {
  position: relative;
}

.visual-content__text {
  /* position: absolute; */
  font-style: italic;
  margin-left: 60px;
  bottom: 50px;
}

image {
  max-width: 100%;
}

.phone-tracker-hero {
  padding-bottom: 0 !important;
}

.numbers {
  background-color: rgb(104, 182, 231, 0.1);
  padding: 30px;
  display: flex;
  justify-content: center;
}

.numbers-wrap.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.visual-content {
  background-image: url('/images/phone-tracker/bg-ellipse.png');
  background-size: 30px;
  background-repeat: no-repeat;
  background-size: 330px;
  background-position-y:  185px;
}

.half {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.half:first-child {

  border-right: 1px solid rgba(114,114,114,.55);
}

.numbers .number {
  font-size: 40px;
  color: rgb(114 133 224);
}

.numbers {
  padding: 20px;
}

.numbers-line {
  padding: 0;
}

.why-section {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 40px;
}

.why-section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.why-section-text h3 {
  font-family: 'Mull-bold';
  font-weight: bold !important;
}
.why-section-text p {
  font-size: 20px;
}

.why-section-image {
  max-width: 100%;
}

.why-image {
  max-width: 100%;
}

.helps h2 {
  text-align: center;
  
}

.helps-list {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.helps-item {
  width: 25%;
  flex-shrink: 0;
  text-align: center;
}

.helps-item b {
  font-family: 'Mull-bold';

}

.tarifs {
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
  padding-top: 0;
}

.tarif-half:nth-child(1) {
  padding: 30px 130px;
  background-color: #E0ECFF;
  display: flex;
  justify-content: flex-end;
}

.tarif-half:nth-child(2) {
  padding: 30px 130px;
  background-color: #DCF9CB;
  display: flex;
  justify-content: flex-start;
}

.tarifs-decor {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #929292;
  font-family: 'Mull-bold';
}

.tarif-half-wrap {
  max-width: 390px;
  font-family: 'Mull-bold';
  font-size: 20px;
}

.tarif-table-row {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid rgba(114,114,114,.55);
}

.tarif-table-first {
  display: flex;
  justify-content: flex-end;
}

.tarif-table-second {
  display: flex;
  justify-content: flex-start;
}

.tarif-table-name {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Mull-bold';
}

.tarif-table-icon {
  width: 28px;
  height: 28px;
}

.tarif-promo {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.p-banner {
  margin-top: 40px;
}

.section__button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.promo-buttons {
  display: flex;
  justify-content: center;
}

.hero-btn {
  min-width: 200px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .visual-content__text {
    display: none;
  }

  .numbers-wrap.container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .half:first-child {
    border-right: none;
  }

  .numbers-text {
    text-align: center;
  }

  .why-section {
    display: flex;
    flex-direction: column;
  }

  .why-section:nth-child(3) {
    flex-direction: column-reverse;
  }

  .helps-list {
    flex-wrap: wrap;
  }
  .helps-item {
    width: 100%;
  }

  .tarif-table-row {
    grid-template-columns: 1fr 250px 1fr;
  }

  .tarif-half, .tarif-half:nth-child(2) {
    padding: 30px 64px;
  }
  .product.pt-hero {
    height: auto !important;
    max-width: 100%;
  }
}