/**
 * @file
 * Why choose us block.
 */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, .block-content-why-choose-us-full__field-description ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .block-content-why-choose-us-full__field-description ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after, .block-content-why-choose-us-full__field-description ul li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .block-content-why-choose-us-full__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .block-content-why-choose-us-full__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.block-content-why-choose-us-wrapper-full {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 30px;
  display: block;
}
.block-content-why-choose-us-wrapper-full__field-title {
  font-weight: 700;
  font-size: 18px;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block-content-why-choose-us-wrapper-full__field-why-choose-us-item-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid: auto-flow/1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 0;
  text-align: left;
}
.block-content-why-choose-us-wrapper-full__field-why-choose-us-item-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.block-content-why-choose-us-wrapper-full__field-paragraphs {
  width: 100%;
}

.block-content-why-choose-us-full__field-title {
  font-weight: 700;
  font-size: 16px;
  color: #202020;
  margin-bottom: 10px;
  grid-column: 2/span 5;
  grid-row: 1/span 1;
}
.block-content-why-choose-us-full__field-description {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  grid-column: 2/span 5;
  grid-row: 2/span 1;
}
.block-content-why-choose-us-full__field-description ul,
.block-content-why-choose-us-full__field-description p {
  font-size: inherit;
  color: inherit;
}
.block-content-why-choose-us-full__field-description ul:last-child,
.block-content-why-choose-us-full__field-description p:last-child {
  margin-bottom: 0;
}
.block-content-why-choose-us-full__field-description a {
  font-size: inherit;
}
.block-content-why-choose-us-full__field-description ul li {
  color: inherit;
}
.block-content-why-choose-us-full__field-icon {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
.block-content-why-choose-us-full__field-icon img {
  display: block;
  width: 42px;
  height: auto;
}

/*# sourceMappingURL=why-choose-us-block.css.map */
