

/* Start:/company/tekhnologii/style.css?17535297913349*/
.banner {
    height: 650px;
    display: flex;
    align-items: center;
  }

  .icon-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-right: 30px;
  }

  .icon-text i {
    font-size: 24px;
    margin-right: 10px;
  }

  .consult-btn {
    display: flex;
    max-width: 360px;
    font-size: 20px;
    background: linear-gradient(to right, #3498db, #519ccf);
    color: #ffffff !important;
    font-weight: 600;
    padding: 26px 20px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-decoration: solid !important;
    justify-content: center;
  }

  /* dev_stack-block */
  .banner-container {
    background-color: #1a1a1a;
    color: white;
    padding: 60px 20px;
  }

  .image-placeholder {
    max-width: 530px;
    height: 225px;
  }

  .text-block {
    max-width: 540px;
  }

  @media (min-width: 992px) {
    .stack-row {
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }
  }

  /* card */
  .tech-section {
    background-color: #fff;
    padding: 60px 20px;
    border-radius: 12px;
  }

  .tech-title {
    max-width: 360px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 40px;
  }

  .tech-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .tech-card:hover {
    background: #131313;
    transform: translateY(-2px);
    color: #fff;
  }

  .tech-card:hover .tech-heading,
  .tech-card:hover p {
    color: #fff;
  }

  .tech-icon {
    font-size: 40px;
    margin-bottom: 1rem;
    color: #000;
  }

  .tech-heading {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.5rem;
    color: #000;
  }

  .tech-card p {
    flex-grow: 1;
    margin: 0;
    color: #333;
  }

  .section-title {
    line-height: 1.2em;
    color: #ffffff;
    max-width: 380px;
    font-size: 48px;
    font-weight: 700;
  }

  .scrum_agile {
    background-color: #131313;
    padding: 150px 0 140px 0;
  }

  .scrum_agile-left_text {
    color: #ffffff;
  }

  .tech-banner-sup_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 250%;
    letter-spacing: 0.05em;
    color: #2a2a2a;
  }

  .tech-banner-title {
    font-size: 42px;
    color: #2a2a2a;
  }

  .tech-banner-sup_description {
    font-weight: 300;
    font-size: 15px;
    line-height: 133%;
    letter-spacing: 0.05em;
    color: #2a2a2a;
  }

  .scrum_agile-img {
    max-width: 100%;
    object-fit: cover;
  }

  .scrum_agile-description {
    max-width: 75%;
    font-size: 18px;
  }

  .banner-grid-ic {
    display: flex;
    margin-bottom: 2em;
    gap: 1em;
  }

  .dev-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
    color: #e2e2e2;
  }

  .tech-card-block {
    padding: 60px 0;
  }

  .tech-icon {
    font-size: 40px;
    margin-bottom: 1rem;
  }

  .card-ic {
    width: 40px;
    height: auto;
  }

  .technology-card-box {
    display: flex;
    flex-wrap: wrap;
  }

  .technology-card-item{
   padding: 20px; 
  }

  @media (max-width: 767px) {
    .tech-title {
      font-size: 36px;
      margin-bottom: 20px;
    }
  }
/* End */
/* /company/tekhnologii/style.css?17535297913349 */
