.bg-teal{
  background-color:#039da5;
  background: linear-gradient(131deg, rgba(1, 176, 179, 1) 0%, rgba(1, 176, 179, 1) 100%);
}

.tekstmetfoto .content .tekstmetfoto-btns{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.75rem;
}
.tekstmetfoto .content .tekstmetfoto-btns .btn{
  white-space: nowrap;
  flex: 0 1 auto;
}
