.grid-three-column-3.q-a {
  padding-top: 0;
  padding-bottom: 20px;
}

.grid-three-column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: stretch;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  padding-bottom: 30px;
}

.feature-outline-r {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  background-color: #f8f6f3;
  border: 1px solid #f5f5f5;
  border-top-color: rgb(245, 245, 245);
  border-right-color: rgb(245, 245, 245);
  border-bottom-color: rgb(245, 245, 245);
  border-left-color: rgb(245, 245, 245);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px 32px 32px;
  transition: all 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
  min-height: 280px;
}

.feature-outline-r:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.wrap-v-large-8 {
  margin-top: auto;
}

.wrap-v-large-8 a {
  color: #fff !important;
  text-decoration: unset !important;
}

.wrap-v-large-8 .button-outline {
  max-width: 292px !important;
}

.button-outline {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00c6c7;
  border: 1px solid #d8dbdf;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition:
    border-color 0.3s,
    color 0.3s,
    background-color 0.3s;
  display: flex;
}

.button-outline:hover {
  color: #000 !important;
  background-color: #e0e0e0;
  border-style: none;
}
a.button-outline {
  color: #fff !important;
  text-align: center;
  white-space: nowrap;
  background-color: #00c6c7;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  padding: 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition:
    border-color 0.3s,
    color 0.3s,
    background-color 0.3s;
  display: flex;
  text-decoration: unset !important;
}
.feature-card-2 {
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #faf8f5;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  padding-left: 24px;
  text-decoration: none;
  grid-column: span 1;
  grid-row: span 1;
  color: #000 !important;
  text-decoration: unset !important;
}
.process-grid-three {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.wrap-v-tiny {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}
.process-step {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 100%;
}
.process-header {
  z-index: 1;
  background-color: #f7f8f800;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}
.process-number-wrapper {
  color: #00c6c7;
  background-color: #d5ebe9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 32px;
  display: flex;
}
.column-regular-2.column-center {
  justify-content: flex-start;
  align-items: center;
}
.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}
.button-wrapper-small {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  display: flex;
}
.process-image-block {
  margin-top: auto;
}
.container-large-17 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.cta-block {
  text-align: center;
  background-color: #faf8f5;
  border-radius: 24px;
  padding: 40px 5% 50px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.container-small-2 {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.column-gigantic {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  align-items: center;
}

/* ucitavanje pojedinih sekcija */
.load-reveal {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 0.9s ease,
        transform 0.9s cubic-bezier(.16,1,.3,1);
    will-change: opacity, transform;
}

.load-reveal.is-loaded {
    opacity: 1;
    transform: translateY(0);
}

.load-reveal.delay-1 {
    transition-delay: 0.15s;
}

.load-reveal.delay-2 {
    transition-delay: 0.3s;
}

.load-reveal.delay-3 {
    transition-delay: 0.45s;
}
@media screen and (max-width: 479px) {
  .button-outline {
    border-style: none;
  }
}

@media screen and (max-width: 767px) {
  .grid-three-column-3 {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .w-layout-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 1280px) {
  .grid-three-column-3.q-a {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .process-header {
    background-color: #f7f8f800;
  }
  .process-number-wrapper {
    background-color: #d5ebe9;
  }
  .text-block-8,
  .text-block-9,
  .text-block-10 {
    color: #00c6c7;
  }
  a.button-outline {
    color: #fff;
    background-color: #00c6c7;
    max-width: 200px;
    padding: 12px 34px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .container-large-17 {
    border-radius: 20px;
  }
  .cta-block {
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .grid-three-column-3.q-a {
    padding-top: 30px;
  }
  .feature-card-2 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    justify-content: flex-start;
    align-items: center;
  }
}
