.brxe-lokacijos {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
  .lokacijos-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: start;
  }

  .lokacija-card {
    width: 280px;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    background-color: #ffffff;
    gap: 10px;
    padding-top: 32px;
  }

  .lokacija-card-top-portion {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 0 32px;
  }

  .lokacija-card-content {
    font-size: 17px;
    line-height: 24px;
    padding: 0 32px;
    margin-bottom: 12px;
  }

  .lokacija-card-contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 24px 32px;
    background-color: #00535c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 0 22px 22px;
    a:hover,
    a:focus {
      color: #d7df23;
    }
  }
}

@media (width <= 478px) {
  .lokacijos-wrapper,
  .brxe-lokacijos {
    gap: 30px !important;
  }
}

@media (max-width: 478px) {
  .lokacija-card-contact {
    font-size: 18px;
    line-height: 18px;
  }
}
