/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/text-with-icons-boxes.scss ***!
  \*******************************************************************************************************************************************************************/

/*** LTR websites ***/

body .textWithIconsBoxes {
  padding: 50px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  text-align: center;
  overflow: hidden;
}

body .textWithIconsBoxes br {
  display: none;
}

body .textWithIconsBoxes .wrapper {
  display: flex;
  flex-direction: column;
}

body .textWithIconsBoxes_title {
  margin-bottom: 16px;
}

body .textWithIconsBoxes_description {
  margin-bottom: 32px;
}

body .textWithIconsBoxes_link {
  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: 0 auto 20px;
}

body .textWithIconsBoxes_link:hover {
  padding: 4px 36px;
}

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

body .textWithIconsBoxes_boxes {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  gap: 16px;
}

@media (max-width: 992px) {
  body .textWithIconsBoxes_boxes {
    padding-left: 20px;
  }
}

body .textWithIconsBoxes_boxes-noMargin {
  margin-top: 0 !important;
}

body .textWithIconsBoxes_boxes-single {
  padding: 20px;
  border-radius: 12px;
  background: #2c5234;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}

@media (max-width: 992px) {
  body .textWithIconsBoxes_boxes-single {
    min-width: 80%;
  }
}

body .textWithIconsBoxes_boxes-icon,
body .textWithIconsBoxes_boxes svg {
  margin: 0 auto;
  height: 70px;
}

body .textWithIconsBoxes_boxes-number {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #000000;
  border-radius: 100px;
  border: 4px solid #98e864;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 20px 28px;
}

body .textWithIconsBoxes_boxes-title {
  color: #98e864;
  font-size: 24px;
}