.kontakt-main-page {
    width: 100%;
    max-height: 15vh;
    margin-top: 50px;
    background-image: url(../img/vitamin\ c.png);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-kontakt-page h2 {
    font-size: 2.7rem;
  }
  .text-kontakt-page {
    margin-top: 140px;
    box-shadow: 0px 5px 10px rgb(255, 221, 201);
    text-align: center;
    background: rgb(255, 251, 247);
    padding: 0px 30px 0px 30px;
    backdrop-filter: blur(10px);
    color: var(--main-color);
    border-radius:50px;
  }

  /***team***/

  .kontakt-team p {
    text-align: center;
    margin-bottom: 80px;
  }


  /***kontakt box***/

  .kontakt-icon-text i {
    margin-right: 10px;
    font-size: 15px;
    color: var(--main-color);
  }

  .kontakt-text h4 {
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 500;
    color: rgb(36, 36, 36);
  }
  .kontakt-icon-text span {
    color: black;
    font-size: 16px;
  }
  .kontakt-icon-text {
    padding: 10px 10px 10px 10px;
    width: 100%;
    border-radius: 15px;
    justify-content: center;
    background: white;
    text-align: left;
    margin-bottom: 10px;
  }

  .box-kontakt {
    padding: 10px 10px 20px 10px;
    background: radial-gradient(circle at right, rgb(255, 182, 92) 0%, rgb(255, 166, 58) 70%, rgb(255, 167, 78) 100%);
    position: relative;
    max-width: 350px;
    min-width: 200px;
    height: 100%;
    border-radius: 30px;
    text-align: left;
  }
  .kontakt-box {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
  .kontakt-team p {
    max-width: 700px;
    margin: 20px auto 100px auto;
  }
  
  /***responzivita***/
  @media (max-width: 490px) {
    .box-kontakt {
      width: 250px;
      margin: auto;
    }
    .kontakt-text h4 {
      font-size: 13px;
    }
    .kontakt-box input {
      width: 180px;
    }

  .kontakt-container {
    grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  }
  
  }

  @media (max-width: 700px) {
    .text-kontakt-page h2 {
        font-size: 19px;
      }
  }