.header-section {
  background-color: var(--green-color);
  color: #fff;
  padding: var(--section-spacing-default) 7%;
}

.header-section .section-subtitle {
  padding-top: 20px;
  padding-bottom: 170px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.header-section .search-wrapper {
  margin-bottom: var(--section-spacing-default);
}

.tab-menu {
  color: #fff;
  background-color: #00a44a;
  align-items: center;
  padding: 30px 7%;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  display: flex;
}

.tab-menu span {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-menu span:hover {
  color: var(--light-green-color-variant1);
}

.tab-menu span:first-child {
  padding-left: 0;
}

.faq-content {
  padding: var(--section-spacing-default) 7%;
  color: var(--dark-gray-color);
  background-color: #eee;
}

.faq-content .section-title {
  padding-bottom: 50px;
}

.faq-content .section-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.faq-content .two-columns {
  padding-bottom: var(--section-spacing-default);
  border-bottom: 1px solid var(--dark-gray-color);
  margin-bottom: var(--section-spacing-default);
  align-items: flex-start;
  gap: 7%;
}

.faq-content .mail-to {
  color: var(--green-color);
}

.faq-content .phone-number {
  color: var(--dark-gray-color);
  background-color: #23e97d;
  border-radius: 26px;
  padding: 10px;
}

.faq-content .phone-number.margin-left {
  margin-left: 20px;
}

.faq-content .spacing {
  padding-bottom: 50px;
}

@media (width <= 1200px) {
  .grid-flex .info-box-medium {
    flex: calc(50% - 7px);
  }

  .faq-content .section-title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (width >= 769px) and (width <= 990px) {
  .tab-menu {
    padding: 30px 5%;
    font-size: 28px;
  }
}

@media (width <= 768px) {
  .grid-flex {
    display: block;
  }

  .tab-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    overflow-x: auto;
  }

  .tab-menu-wrapper {
    position: relative;
  }

  .tab-menu-wrapper:after {
    content: "";
    background-image: linear-gradient(90deg, #00a44a80 0%, #00a44a 100%);
    width: 30px;
    height: 68px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header-section {
    padding: 60px 7%;
  }

  .header-section .search-wrapper {
    margin-bottom: 0;
  }

  .header-section .section-subtitle {
    padding-bottom: 60px;
    font-size: 26px;
  }

  .faq-content {
    padding: 60px 7%;
  }

  .faq-content .section-subtitle {
    padding-bottom: 20px;
  }

  .faq-content .two-columns {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .faq-content .phone-number {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    display: block;
  }

  .faq-content ul.spacing {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=intrebari-frecvente.a575263b.css.map */
