.paragraph--type--icon-with-text .field--name-field-icon img.b-lazy {
  display: inline;
}
.paragraph--type--icon-with-text .inner-wrapper.same-height {
  position: relative;
  padding-bottom: 30px;
}
.paragraph--type--icon-with-text .inner-wrapper.same-height img {
  width: 48px;
  height: 48px;
}
.paragraph--type--icon-with-text .inner-wrapper.same-height .black-button {
  position: absolute;
  bottom: -25px;
  left: 25px;
  right: 25px;
  margin: 0;
}
.paragraph--type--icon-with-text .inner-wrapper.medium img {
  width: 64px;
  height: 64px;
}
.paragraph--type--icon-with-text .inner-wrapper.image-center .field--name-field-icon {
  text-align: center;
}
.paragraph--type--icon-with-text.image-top .field--name-field-icon {
  display: block;
  float: none;
  margin-bottom: 20px;
  margin-right: 0px;
}
.paragraph--type--icon-with-text.image-left {
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left {
    text-align: left;
    display: table;
    table-layout: fixed;
  }
}
.paragraph--type--icon-with-text.image-left .field--name-field-icon {
  min-width: auto;
  line-height: 0;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left .field--name-field-icon {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left .field--name-field-html {
    display: table-cell;
    vertical-align: top;
    padding-left: 5%;
    width: 60%;
  }
}
.paragraph--type--icon-with-text.image-left.style-1 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-with-text.image-left.style-1 .field--name-field-html {
    width: 70%;
    padding: 0;
  }
}
.paragraph--type--icon-with-text .background {
  padding-top: 15px;
  padding-bottom: 15px;
}
.paragraph--type--icon-with-text .inner-wrapper {
  height: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .paragraph--type--icon-with-text .inner-wrapper.mobile-left {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .paragraph--type--icon-with-text .inner-wrapper.mobile-left .field--name-field-icon {
    margin: 0;
    margin-right: 15px;
  }
  .paragraph--type--icon-with-text .inner-wrapper.mobile-left .field--name-field-icon img {
    width: 36px;
  }
  .paragraph--type--icon-with-text .inner-wrapper.mobile-left .field--name-field-html {
    text-align: left;
    flex: 1;
  }
}

.ecommerce .paragraph--type--icon-with-text.image-left {
  padding: 30px;
}
@media (min-width: 768px) {
  .ecommerce .paragraph--type--icon-with-text.image-left .field--name-field-icon img {
    width: 54px;
  }
}
@media (min-width: 768px) {
  .ecommerce .paragraph--type--icon-with-text.image-left .field--name-field-html {
    width: 90%;
    padding-top: 0;
  }
}

.data-storage-icons .paragraph--type--icon-with-text h4 {
  font-size: 18px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .data-storage-icons .paragraph--type--icon-with-text h4 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .data-storage-icons .paragraph--type--icon-with-text h4 {
    font-size: 18px;
  }
}

button.nav-link-section {
  border: 0;
  padding: 0;
  background-color: transparent;
  text-align: center;
  width: 80%;
  outline: 0;
  margin: 0 auto;
}
button.nav-link-section .paragraph--type--icon-with-text {
  margin: 0 auto;
  padding: 15px 0;
  width: 100px;
}
button.nav-link-section .paragraph--type--icon-with-text .field--type-image {
  margin-bottom: 10px;
}
button.nav-link-section:hover .paragraph--type--icon-with-text, button.nav-link-section:focus .paragraph--type--icon-with-text {
  color: #8f8f8f;
}

.nav-link-section-20 {
  border: none;
  padding: 15px 0;
  background-color: transparent;
  text-align: center;
  outline: 0;
  width: 100%;
  margin: 0 auto 32px !important;
}
.nav-link-section-20 .icon-col-wrapper {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.nav-link-section-20 .field--type-image {
  border: none;
  min-height: 100px;
  margin-bottom: 10px;
  text-align: center;
}
.nav-link-section-20:hover .paragraph--type--icon-with-text, .nav-link-section-20:focus .paragraph--type--icon-with-text {
  color: #8f8f8f;
}

@media (min-width: 768px) {
  button.nav-link-section {
    /* 15px space for container and get 5 elements in a row. Each items has same space in each side */
    width: calc((100% - 30px) / 6);
    margin: 0 calc((100% - 30px) / 6 / 10);
  }
  button.nav-link-section .paragraph--type--icon-with-text {
    width: 100px;
  }
  .nav-link-section-20 {
    padding: 0 calc((100% - 60px) / 6 / 10);
    width: 30%;
  }
  .nav-link-section-20 .icon-col-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .nav-link-section-20 {
    padding: 0 calc((100% - 30px) / 6 / 10);
    width: 20%;
  }
  .nav-link-section-20 .icon-col-wrapper {
    width: 100%;
  }
}
.center-aligned-icon-with-text .paragraph--type--icon-with-text {
  text-align: center;
}
@media (max-width: 1199px) {
  .center-aligned-icon-with-text .paragraph--type--icon-with-text .field--name-field-html {
    max-width: 288px;
    margin: 0 auto;
  }
}
.center-aligned-icon-with-text .paragraph--type--icon-with-text .field--name-field-html strong {
  margin-bottom: 16px;
  display: inline-block;
}
.center-aligned-icon-with-text .paragraph--type--icon-with-text .field--name-field-html h5 {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}
.center-aligned-icon-with-text .paragraph--type--icon-with-text .field--name-field-html p {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
}