* {
  font-family: "Roboto", sans-serif;
  color: #2c2c2c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f4f4f4;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
}

#logo-container {
    position:absolute;
    top:50px;
    left:60px;
    z-index:15;
}

#logo-container img {
    width:80px;
    height:auto;
}

h1,h2,h3,h4,h5,h6,
.btn{
font-family: 'Roboto', sans-serif;
}

.btn{
  text-transform:uppercase;
}

textarea {
    width: 100%;
    min-height: 100px;
    resize: vertical;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    padding: 5px;
}

.container {
    background: linear-gradient(45deg, #fffffd 0%, #ffffff 100%);
    width: 600px;
    margin: auto;
    padding: 40px;
    box-shadow: 0 0 140px rgba(0, 0, 0, 0.42);
    margin-top:100px;
    margin-bottom:50px;
    border-radius: 10px;
}
h2 {
    text-align: center;
    color: #002e63;
    font-size:2.5rem;
    margin-top:10px;
    font-weight:bold;
    margin-bottom:20px;
}

.results-box h2{
  font-size:2rem;
}

.form-group h4,
h4{
  font-size:1.2rem;
  text-transform:uppercase;
  letter-spacing:1px;
}

.container-terms {
    background: linear-gradient(90deg, #f2f3ee 0%, #eef2df 100%);
    width: 1000px;
    margin: auto;
    padding: 40px;
    box-shadow: 0 0 140px rgba(0, 0, 0, 0.42);
    margin-top:50px;
    margin-bottom:50px;
    border-radius: 10px;
}

.container-terms p {
    width: 100%;
    text-align: left;
}

.p-style {
    padding-left:15px;
}

.p-style-2 {
    padding-left:25px;
    padding-right:20px;
}

.home-button {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background: url('home.png') no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.qht{
  font-size:0.8rem;
  text-transform:uppercase;
  letter-spacing:2px;
  text-align:center;
  width:100%;
  display:block;
}


.form-group > label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #353535;
}

.form-group {
    margin-top: 0px;
    margin-bottom: 30px;
    display: block;
}

.form-group-boss > label {
    display: block;
    margin-bottom: 5px;
    font-size:1rem;
}

.form-group-boss {
  margin-bottom:30px;
  display:flex;
}

.form-group-1 {
    margin-bottom: 0;
    display: inline-block;
    flex:1;
    margin-right:10px;
}
.form-group-1 > label {
    display: block;
    margin-bottom: 5px;
    font-size:1rem;
}

.form-group-2 {
    margin-bottom: 0;
    display: inline-block;
    flex:1;
}
.form-group > label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #353535;
}

#ordernumber, #email, #streetAddress, #city, #lastname {
    margin-top: 10px;
}


.terms-checkbox a {
    font-weight: bold;
    text-decoration: none; /
}

.terms-checkbox {
    display: flex;
    justify-content: center;
    height: 20px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.company-name {
    height:0.75rem;
}

.company-name-footer {
    height:0.5rem;
}

.terms-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-tac {
    display:block;
    margin:20 auto 0;
}

.form-tac p {
    margin:0 auto;
    width:100%;
    text-align:left;
    font-size:10px;
    color:#676767;
    display: flex;
    justify-content: flex-start;
    padding-right:10px;
}

.form-tac img {
    width: 15px;
    height: 15px;
}

.form-tac p2 {
    margin:-10px auto 15px;
    text-align:center;
    display:block;
}



.radio-group {
    display: flex;
}
.radio-button {
    display: flex;
    align-items: center;
    color: #003675;
    border: 1px solid #003675;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s;
    justify-content: center;
    flex:1;
    height: 55px;
}
.radio-button input {
    display: none;
}


.radio-button,
select{
  font-size: 17px;
  font-weight: bold;
}


.radio-button.active {
    background-image: linear-gradient(45deg, #00aae2 0%, #003675 100%);
    color: white;
    border-color: #000000;
    transition: background-color 0.3s, border-color 0.3s;
}

.stress-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.stress-labels span {
    font-size: 0.8em;
    color: gray;
}

.stress-labels span.active {
    color: #2c2c2c;
    font-weight: bold;
}

.btn {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 400;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: 100%;
    word-break: keep-all;
    z-index: 0;
  }

  @media (min-width: 768px) {
    .btn {
      padding: 19px 32px;
    }
  }

  .btn {
    margin-top:40px;
  }

  .btn:before,
  .btn:after {
    border-radius: 5px;
  }

  .btn:before {
    background-image: linear-gradient(92.83deg, #ffffff 0, #ffffff 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  }

  .btn:after {
    background-color: initial;
    background-image: linear-gradient(#003675 0, #003675 40%, #003675 60%, #003675 100%);
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 100ms ease-out;
    z-index: -1;
  }

  .btn:hover:not(:disabled):before {
    background: linear-gradient(#00aae2 0, #00aae2 30%, #00aae2 70%, #00aae2 100%);
  }

  .btn:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  .btn:active:not(:disabled) {
    color: #ccc;
  }

  .btn:active:not(:disabled):before {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  }

  .btn:active:not(:disabled):after {
    background-image: linear-gradient(#000000 0, #0c0d0d 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }

  .btn:disabled {
    cursor: default;
    opacity: .24;
  }



.results-box {
    padding: 0;
    margin-top: 20px;
}

.health-report {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

#healthForm {
    transition: opacity 0.5s ease-out;
    opacity: 1;
}


.health-report b {
    color: #007bff;
}

.messagex{
  position:fixed;
  width:100%;
  padding:7px 20px;
  text-align:center;
  color:#FFF;
  background:#C40C10;
  top:0;
}

.messagex span{
  width:100%;
  text-align:center;
  display:block;
  color:#FFFFFF;
  font-size:12px;
}

a.btn{
  text-decoration:none;
  text-align:center;
  margin-top:50px;
}


.form-group .rangeslider .rangeslider__fill{
    background: linear-gradient(45deg, #00aae2 0%, #003675 100%);
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background: #f4f4f4;
}

.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 30px auto;
  transform: scale(0.8);
}
.landing-page {
  max-width: 960px;
  height: 475px;
  margin: 0;
  box-shadow: 0px 0px 8px 1px #ccc;
  background: #fafafa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
svg {
  width: 50%;
  max-height: 225px;
  height: auto;
  margin: 0 0 15px;
}
h1 {
  font-size: 48px;
  margin: 0;
}
p {
  font-size: 16px;
  width: 35%;
  margin: 16px auto 24px;
  text-align: center;
}
button {
  border-radius: 5px;
  padding: 8px 24px;
  font-size: 16px;
  cursor: pointer;
  background: #62AD9B;
  color: #fff;
  border: none;
}


.background-fixed {
    background:url('background.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: -1;
    filter: blur(0px);
  }


select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); /* Custom arrow icon */
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    cursor: pointer;
    transition: border-color 0.3s;
}

select:hover, select:focus {
    border-color: #aaa;
}


input[type="text"], input[type="number"], input[type="email"], input[type="date"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: border-color 0.3s;
    background-color: #ffffff;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    background-color: #ffffff;
}

input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="date"]:hover,
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="date"]:focus {
    border-color: #ffffff;
}

input.invalid, select.invalid {
    border: 2px solid red !important;
    transition: border-color 0.3s;
}

.shake.invalid {
    animation: shake 0.5s;
}

.radio-group.invalid label {
    border: 1px solid red;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.iti {
    width: 100% !important;
    display: block !important;
    margin-top:10px !important;
}
.country-select {
    width: 100% !important;
    display: block !important;
    margin-top:10px !important;
}

.intl-tel-input .iti__input {
    width: calc(100% - 24px) !important;
    padding: 10px !important;
    margin-top: 5px !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}


.slider-container {
    position: relative;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #ddd;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 2px #000;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #4CAF50;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 2px #000;
}

.rangeslider{
  margin-top:25px;
  display:block;
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.slider-labels span {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
}


.slider-container .active-label {
    font-weight: bold;
    color: #4CAF50;
}


.rangeslider__fill {
  background-color: green;
}
.rangeslider__handle {
  background-color: white;
  border: 2px solid green;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.qht.text-center{
  margin-bottom: 23px;
  margin-top: -11px;
}

.health-report h4 span{
font-family: 'Smooch Sans', sans-serif;
}

.health-report h4{
  text-align:center;
}

.health-report p{
  width:100%;
  font-size:0.8rem;
  line-height:0.8rem;
  background:#EEEEEE;
  padding:40px;
}

h4.rem2{
  font-size:2rem;
}

.health-report h4.red{
  background:#C40C10;
  color:#FFF;
  text-align:center;
  font-size:2rem;
}

.health-report h4.red span{
  color:#FFFFFF;
}

.legend-line-1 {
    width:100%;
    height:300px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
}

.legend-line-content {
    margin:0 auto;
    height:190px;
    display:flex;
    width:760px;
    transform: translateY(20%);
}

.zajoba {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
}

.zajoba p {
    height:100%;
    text-align:left;
    width:100%;
    padding-right:30px;
    color:#2c2c2c;

}

.zajoba h4 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    color:#2c2c2c;
}

.legend-line-content-image {
    flex:1;
}

.legend-line-content-image img {
    max-width:100%;
    height:100%;
    display:block;
}

.legend-line-2 {
    width:100%;
    height:300px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
    background: linear-gradient(45deg, #f2f3ee 0%, #eef2df 100%);
}

.legend-line-content2 {
    margin:0 auto;
    height:190px;
    display:flex;
    width:760px;
    transform: translateY(20%);
}

.zajoba2 {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
    order:2;
}

.zajoba2 p {
    height: 100%;
    text-align: right;
    width: 100%;
    padding-right: 0px;
    padding-left: 30px;
}

.zajoba2 h4 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    text-align:right;
}

.legend-line-content-image2 {
    flex:1;
    order:1;
}

.legend-line-content-image2 img {
    max-width:100%;
    height:100%;
    display:block;
}

.legend-line-3 {
    width:100%;
    height:300px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
    background-color: #f4f4f4;
}

.legend-line-content3 {
    margin:0 auto;
    height:190px;
    display:flex;
    width:760px;
    transform: translateY(20%);
}

.zajoba3 {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
    order:1;
}

.zajoba3 p {
    height: 100%;
    text-align: left;
    width: 100%;
    padding-right: 30px;
    color:#2c2c2c;
}

.zajoba3 h4 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    text-align:left;
    color:#2c2c2c;
}

.legend-line-content-image3 {
    flex:1;
    order:1;
}

.legend-line-content-image3 img {
    max-width:100%;
    height:100%;
    display:block;
}

.highlight {
    width:100%;
    min-height:100px;
    background:#f4f4f4;
}

.highlight-container {
    width:1000px;
    height:auto;
    display:flex;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:80px;
}

.highlight-1 {
    flex:1;
    display:flex;
    background: linear-gradient(45deg, #f2f3ee 0%, #eef2df 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius:24px;
    aspect-ratio: 1 / 1;
    margin-right:10px;
    margin-left:10px;
    transition: background-color 0.6s ease;
    align-items: center;
    flex-direction:column;
    padding:20px;
}

.highlight-1:hover {
    background: linear-gradient(45deg, #e4f0b5 0%, #d9eb97 100%);
}

.highlight-1 img {
    margin:0 auto;
    display:block;
    width:70px;
    height:70px;
}

.highlight-1 h4 {
    display:block;
    text-align:center;
}

.highlight-1 p {
    margin:0;
    padding:0;
    text-align:center;
    width:100%;
}

.footer {
    width:100%;
    height:auto;
    background: linear-gradient(0deg, #475131 0%, #5d6a40 100%);
    margin-top:0;
    margin-right:0px;
    margin-left:0px;
    color:white;
}

.footer-selection {
    width:800px;
    display:flex;
    margin:0 auto;
    padding-top:20px;
    padding-bottom:20px;
}

.footer-copyright {
    width:800px;
    display:flex;
    margin:0 auto;
    padding-top:0px;
    padding-bottom:20px;
}

.footer-copyright p {
    width:100%;
    color:white;
    font-weight:normal;
    font-size:0.7rem;
    margin:0 auto;
}

.footer-menu {
    display:inline-block;
    color:white;
    flex:1;
    text-align: center;
}

.footer-menu a {
    color:white;
    text-decoration: none;
}

.footer-menu a:hover {
    color:#d9d9d9;
}

.price-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 35px;
    background-color: #e3eee3;
    width: 180px;
    border-radius: 10px;
}

.old-price {
    text-decoration: line-through;
    color: #9fc09f;
    font-size: 13px;
    margin-right: 5px;
}

.new-price {
    font-size: 14px;
    font-weight: bold;
    color: #9fc09f;
}

.how-it-works-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.how-it-works-title {
    font-size: 28px;
    color: #282828;
    margin-bottom: 40px;
}

.how-it-works-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.how-it-works-step {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(45deg, #f2f3ee 0%, #eef2df 100%);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.step-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.how-it-works-step h4 {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.how-it-works-step p {
    font-size: 15px;
    width: 100%;
    color: #666;
    line-height: 1.6;
}

.how-it-works-button-container {
    margin-top: 50px;
}

.scroll-to-top-button {
    background-image: linear-gradient(#000000 0, #000000 40%, #000000 60%, #000000 100%);
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.scroll-to-top-button:hover {
    background: linear-gradient(#444d2e 0, #444d2e 30%, #444d2e 70%, #444d2e 100%);
}

.legend-line-0 {
    width:100%;
    height:200px;
    margin-top:-20px;
    margin-right:0px;
    margin-left:0px;
    background: linear-gradient(45deg, #f2f3ee 0%, #eef2df 100%);
}

.legend-line-content-0 {
    margin:0 auto;
    height:190px;
    display:flex;
    width:760px;
    transform: translateY(20%);
}

.lego {
    height:100%;
    flex:3;
    align-items: center;
    justify-content: center;
    padding-top:15px;
}

.lego p {
    height:100%;
    text-align:center;
    width:100%;
    padding-right:30px;
    color:#2c2c2c;

}

.lego h2 {
    font-size:1.8rem;
    margin-top:0;
    margin-bottom:0;
    color:#2c2c2c;
    text-align: center;
}


@media (max-width: 768px) {

  .legend-line-0 {
          width: 100%;
          height: 150px; /* Reduced height for mobile */
          margin-top: -10px; /* Adjusted margin */
          margin-right: 0;
          margin-left: 0;
          background: linear-gradient(45deg, #f2f3ee 0%, #eef2df 100%);
      }

      .legend-line-content-0 {
          margin: 0 auto;
          height: 140px; /* Adjusted to fit smaller height */
          display: flex;
          flex-direction: column; /* Stack items vertically on mobile */
          width: 100%; /* Full width for mobile */
          max-width: 90%; /* Add some padding on sides */
          transform: translateY(10%); /* Reduced transform for better fit */
      }

      .lego {
          height: auto; /* Allow height to adjust based on content */
          flex: 1; /* Adjust flex to fit column layout */
          align-items: center;
          justify-content: center;
          padding-top: 10px; /* Reduced padding */
      }

      .lego p {
          height: auto; /* Allow text to wrap naturally */
          text-align: center;
          width: 100%;
          padding-right: 0; /* Remove right padding for mobile */
          padding: 0 10px; /* Add small padding on sides */
          color: #2c2c2c;
          font-size: 0.9rem; /* Smaller font for mobile */
      }

      .lego h2 {
          font-size: 1.4rem; /* Smaller heading size */
          margin-top: 0;
          margin-bottom: 0;
          color: #2c2c2c;
          text-align: center;
      }

  .container{
    width:95%;
    margin-top:15px;
  }
  .container-terms {
    width:95%;
    margin-top: 15px;
    background: linear-gradient(45deg, #f2f3ee 0%, #eef2df 100%);
}

.price-tag {
    margin-top: 50px;
}

#logo-container {
    position:absolute;
    top:5px;
    left:50%;
    transform:translate(-50%);
}

.form-tac p2 {
    margin:50px auto 15px;
    text-align:center;
    display:block;
}

.zajoba p {
    padding-right: 0px;
    text-align: center;
}

.form-group {
    margin-bottom:30px;
}

#logo-container img {
    width:60px;
    height:auto;
}
    .footer-selection {
        width:100%;
        flex-direction:column;
    }
    .footer-copyright {
        width:80%;
    }
    .highlight-container {
        flex-direction: column;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        padding-bottom: 30px;
    }
    .legend-line-content {
    width:90%;
    flex-direction:column;
}

.terms-checkbox {
    margin-top: -10px;
}

.zajoba3 p {
    height: 100%;
    text-align: center;
    width: 100%;
    padding-right: 0px;
    color: #2c2c2c;
    padding-left:0px;
}
    .highlight-1 {
        margin-right:0px;
        margin-left:0px;
        margin-top:10px;
        margin-bottom:10px;
        width: 90%;
    }
    .legend-line-content-image img {
        display: inline-block;
        height: 70px;
        margin-top: 10px;
    }
    .legend-line-1 {
        height:380px;
    }
    .legend-line-content-image {
        display: flex;
        flex: 1;
        justify-content: center;
        margin-top: 20px;
    }
    .zajoba h4 {
        text-align:center;
    }
    .legend-line-content2 {
        width:90%;
        flex-direction:column;
    }
        .highlight-2 {
            margin-right:0px;
            margin-left:0px;
            margin-top:10px;
            margin-bottom:10px;
        }

        .legend-line-content-image2 img {
            display: flex;
            height: 60px;
            width: 70px;
            align-self: center;
        }

        .background-fixed {
            display:none;
        }

        .legend-line-2 {
            height:450px;
        }
        .legend-line-content-image2 {
        display:flex;
        justify-content:center;
    }
        .zajoba2 h4 {
            text-align:center;
        }

        .zajoba2 p {
            height:100%;
            text-align:center;
            width:100%;
            padding-right:0px;
            padding-left:0px;

        }

        h2 {
            font-size:1.7rem;
        }

        .legend-line-content3 {
            width:90%;
            flex-direction:column;
        }
            .highlight-3 {
                margin-right:0px;
                margin-left:0px;
                margin-top:10px;
                margin-bottom:10px;
            }
            .legend-line-content-image3 img {
                display: inline-block;
                height: 70px;
                margin-top: 100px;
            }
            .legend-line-3 {
                height:400px;
            }
            .legend-line-content-image3 {
                display: flex;
                flex: 1;
                justify-content: center;
            }
            .zajoba3 h4 {
                text-align:center;
            }
}


input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="tel" i], input[type="date"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.3s;
}
