/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/three-links-section.scss ***!
  \*****************************************************************************************************************************************************************/

/*** LTR websites ***/

.three-links-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.three-links-section .swiper-slide {
  height: auto;
  overflow: hidden;
}

.three-links-section__swiper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.three-links-section__image {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 12px;
}

.three-links-section__cta-button {
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
  margin: 20px auto;
}

.three-links-section__cta-button.above {
  margin-bottom: 30px;
}

.three-links-section__cta-button:hover {
  padding: 4px 36px;
}

.three-links-section__cta-button:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}

.three-links-section__cta-button-margin {
  margin-bottom: 10px;
}

.three-links-section__title {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}

.three-links-section__subtitle {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}

.three-links-section__links--item {
  border-radius: 24px;
}

.three-links-section__links--item .link-thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 216px;
}

.three-links-section__links--item .link-content {
  z-index: 3;
  padding: 20px 12px;
  background: #2c5234;
  height: 100%;
}

.three-links-section__links--item .link-content__headline {
  text-align: center;
  color: #98e864;
  margin-bottom: 8px;
}

.three-links-section__links--item .link-content__sub-headline {
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 110%;
  /* 36px */
}

.three-links-section__links--item .link-content__content {
  color: #FFF;
  text-align: center;
  /* Text paragraph Regular */
  margin-top: 10px;
}

.three-links-section__links--item:hover .link-thumbnail {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  transform: scale(1.01);
}