#products-cards-section {
  padding: 40px 0;
  margin-bottom: 0;
  display: flex;
  justify-self: center;
  padding: 25px;
  width: 100%;
}
@media (min-width: 992px) {
  #products-cards-section {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  #products-cards-section .site-container-1340 {
    padding: 0px;
  }
}
#products-cards-section .products-section-wrapper {
  background-color: #DBEAF3;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  width: 100%;
  padding: 25px;
}
#products-cards-section .products-section-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}
#products-cards-section .products-section-wrapper .text-wrapper {
  padding-left: 0px;
}
@media (min-width: 992px) {
  #products-cards-section .products-section-wrapper .text-wrapper {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #products-cards-section .products-section-wrapper {
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  #products-cards-section .products-section-wrapper {
    padding: 50px;
    border-radius: 15px;
  }
}
#products-cards-section .products-section-wrapper .products-card-wrapper {
  max-width: 500px;
  margin-bottom: 1rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  #products-cards-section .products-section-wrapper .products-card-wrapper {
    margin-top: 0;
    padding: 0 15px;
  }
  #products-cards-section .products-section-wrapper .products-card-wrapper:nth-child(n+4) {
    margin-top: 2rem;
  }
}
#products-cards-section .products-section-wrapper .products-card-wrapper .products-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  height: 400px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  #products-cards-section .products-section-wrapper .products-card-wrapper .products-card {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #products-cards-section .products-section-wrapper .products-card-wrapper .products-card {
    height: 350px;
  }
}
#products-cards-section .products-section-wrapper .products-card-wrapper .products-card .icon svg {
  width: 40px;
}
#products-cards-section .products-section-wrapper .products-card-wrapper .products-card .description {
  margin-bottom: 0;
  min-height: 170px;
}
#products-cards-section .products-section-wrapper .products-card-wrapper .products-card .products-card-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
#products-cards-section .products-section-wrapper .products-card-wrapper .products-card .products-card-link a svg {
  fill: #1D1D1D;
  width: 26px;
}
#products-cards-section .products-section-wrapper .products-card-wrapper .products-card .products-card-link a:hover svg, #products-cards-section .products-section-wrapper .products-card-wrapper .products-card .products-card-link a:active svg {
  fill: #0067AB;
}

.industry-focus-card-wrapper .industry-focus-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: 1px solid #313131;
  border-radius: 10px;
  height: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px;
  margin-top: 1rem;
}
.industry-focus-card-wrapper .industry-focus-card .top-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.industry-focus-card-wrapper .industry-focus-card .top-row .icon svg {
  width: 40px;
  height: 30px;
}
.industry-focus-card-wrapper .industry-focus-card .top-row .description {
  margin-left: 0.5rem;
  flex-grow: 1;
  display: flex;
  margin-top: 0.5rem;
}
.industry-focus-card-wrapper .industry-focus-card .top-row .arrow svg {
  width: 15px;
}
.industry-focus-card-wrapper .industry-focus-card p {
  margin-left: 3rem;
  font-size: 14px;
}
.industry-focus-card-wrapper .industry-focus-card:hover, .industry-focus-card-wrapper .industry-focus-card:active {
  color: #FFFFFF;
  background-color: #0067AB;
  border: 1px solid #0067AB;
  border-radius: 10px;
}
.industry-focus-card-wrapper .industry-focus-card:hover svg, .industry-focus-card-wrapper .industry-focus-card:active svg {
  fill: #FFFFFF;
}
@media (min-width: 992px) {
  .industry-focus-card-wrapper .industry-focus-card {
    margin-top: 30px;
  }
  .industry-focus-card-wrapper .industry-focus-card:nth-child(n+4) {
    margin-top: 1rem;
  }
}

.two-column-count li {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .two-column-count {
    -moz-column-count: 2;
         column-count: 2;
    gap: 4rem;
  }
}