.paragraph--type--3-item-with-icon {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2) !important;
  background: url("../../../img/square-bg-4.webp") no-repeat right center;
}
.paragraph--type--3-item-with-icon .research-section {
  position: relative;
  padding: 100px 1rem;
  overflow: hidden;
  /* Mobile responsive */
}
@media (max-width: 768px) {
  .paragraph--type--3-item-with-icon .research-section {
    padding: 70px 10px;
  }
}
.paragraph--type--3-item-with-icon .research-section .subtitle {
  text-align: center;
  margin-bottom: 15px;
  color: var(--text-gray);
  text-transform: uppercase;
}
.paragraph--type--3-item-with-icon .research-section .title {
  text-align: center;
  margin-bottom: 50px;
  color: var(--text-gray);
  line-height: 1.2;
}
.paragraph--type--3-item-with-icon .research-section .field--name-field-subtitle-down {
  text-align: center;
  margin-bottom: 25px;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 1334px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item {
  max-width: 390px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item i {
  color: var(--primary-blue-alt);
  font-size: 36px;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item .card-title {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item .card-text {
  text-align: center;
  margin-bottom: 25px;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item .btn_secondary {
  width: 100px;
  margin: 0 auto;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items > .field--item .card .btn_primary {
  margin-top: auto;
  align-self: center;
}
.paragraph--type--3-item-with-icon .research-section .cards .field--name-field-document-items .paragraph--type--document-item {
  height: 100%;
}
@media (max-width: 991px) {
  .paragraph--type--3-item-with-icon .research-section .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .paragraph--type--3-item-with-icon .research-section .cards {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=paragraph-3-item-with-icon.css.map */
