/**
* Cards Block : Front css
*/
@media (max-width: 768px) {
  .ori-transparent-bg .ori-cards .ori-container {
    padding: 0 15px !important; } }

.ori-cards > div {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .ori-cards > div {
      padding-top: 35px;
      padding-bottom: 35px; } }

.ori-cards.ori-white-bg {
  background: var(--white); }
  @media (max-width: 768px) {
    .ori-cards.ori-white-bg {
      padding: 35px 0; } }

.ori-cards.ori-gray-bg {
  background: var(--n400); }
  @media (max-width: 768px) {
    .ori-cards.ori-gray-bg {
      padding: 35px 15px; } }

.ori-cards .cards-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px; }
  .ori-cards .cards-header.flex-cards_header h2 {
    flex-basis: 100%; }
    @media (max-width: 1024px) {
      .ori-cards .cards-header.flex-cards_header h2 {
        margin-bottom: 0; } }
  .ori-cards .cards-header h2 {
    color: var(--secondary);
    margin: 0;
    padding: 0;
    flex-basis: 40%; }
    .ori-cards .cards-header h2 span, .ori-cards .cards-header h2 strong {
      display: block;
      color: var(--primary); }
    @media (max-width: 1024px) {
      .ori-cards .cards-header h2 {
        flex-basis: unset;
        margin-bottom: 40px; } }
    @media (max-width: 768px) {
      .ori-cards .cards-header h2 {
        margin-bottom: 30px; } }
  .ori-cards .cards-header h5 {
    padding-left: 22px;
    border-left: 2px solid var(--primary);
    flex-basis: 60%;
    text-align: justify; }
    @media (max-width: 1024px) {
      .ori-cards .cards-header h5 {
        flex-basis: unset; } }
    @media (max-width: 768px) {
      .ori-cards .cards-header h5 {
        border-left: 0;
        padding-left: 0; } }
  @media (max-width: 1024px) {
    .ori-cards .cards-header {
      flex-wrap: wrap; }
      .ori-cards .cards-header h2 {
        flex: 0 0 33.33%;
        max-width: 33.33%; }
      .ori-cards .cards-header h5 {
        flex: 0 0 66.66%;
        max-width: 66.66%; } }
  @media (max-width: 768px) {
    .ori-cards .cards-header {
      flex-wrap: wrap; }
      .ori-cards .cards-header h2, .ori-cards .cards-header h5 {
        flex: 0 0 100%;
        max-width: 100%; } }

.ori-cards h5 {
  color: var(--secondary);
  margin: 0; }
  @media (max-width: 992px) {
    .ori-cards h5 {
      flex-basis: unset;
      padding-right: 0; } }

@media (max-width: 768px) {
  .ori-cards .card-content {
    margin-top: 2.5rem; } }

.ori-cards .card-content p {
  margin-top: 15px;
  margin-bottom: 0; }

.ori-cards .card-content .card-col {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .ori-cards .card-content .card-col {
      margin-bottom: 15px; }
      .ori-cards .card-content .card-col:last-child {
        margin-bottom: 0; } }
  .ori-cards .card-content .card-col .card-element {
    padding: 35px 30px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    height: 100%; }
  .ori-cards .card-content .card-col span.icon {
    padding: 19px;
    color: var(--white);
    background: var(--secondary);
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    font-size: 44px;
    text-align: center; }
    @media (max-width: 768px) {
      .ori-cards .card-content .card-col span.icon {
        padding: 12px;
        width: 62px;
        height: 60px;
        margin-bottom: 25px;
        font-size: 34px; } }

.ori-cards .card-content .ori-lg-3 .card-element {
  border: 1px solid var(--n600); }

.ori-cards .card-content .ori-lg-3 span.icon {
  background: #09CE4C; }

.ori-cards .card-content .ori-lg-3:nth-child(1) span.icon, .ori-cards .card-content .ori-lg-3:nth-child(5) span.icon {
  background: #6052FF; }

.ori-cards .card-content .ori-lg-3:nth-child(2) span.icon, .ori-cards .card-content .ori-lg-3:nth-child(6) span.icon {
  background: #FFAB2E; }

.ori-cards .card-content .ori-lg-3:nth-child(3) span.icon, .ori-cards .card-content .ori-lg-3:nth-child(7) span.icon {
  background: #077FED; }

.ori-cards .card-content .ori-lg-3:nth-child(4) span.icon {
  background: #09CE4C; }

.ori-cards .card-content .ori-lg-4 .card-element {
  border: 1px solid var(--n900); }
