/*!
Theme Name: 0mejrv
Theme URI: #
Version: 8.6.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 0mejrv
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #F39C12;
  --primary-btn-bg: #C0392B;
  --secondary-btn-bg: #8E44AD;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #E67E22;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #C0392B;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #8E44AD;
  --table-border-color: #F39C12;
  --table-text-color: #ffffff;

  --body-bg-color: #1F1F1F;
  --card-bg-color: #525252;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 71%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #D35400;
  --banner-text-color: #ffffff;

  --container-max-width: 1408px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 15px;
  --py-2: 71px;
  --py-3: 71px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 117px;
  --menu-margin: 0;

  --animation-duration: 857ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ebebeb;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.rqncvz--wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .tuozkc--header {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(230,126,34,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .bwrgmt--head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .cxqngw--head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .czmkjn--head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .czmkjn--head:hover {
        color: var(--primary-btn-bg);
      }


      .dmqsxl--top {
        display: flex;
        gap: 10px;
      }

      .ftiglk--header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .cxqngw--head {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--header-bg-color);
    z-index: 100;
    padding: var(--py) 15px;
    display: block;
  }

  .czmkjn--head {
    padding: 10px 0;
    display: block;
  }

  .cxqngw--head.active {
    opacity: 1;
    visibility: visible;
  }

  .ftiglk--header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ftiglk--header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ftiglk--header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ftiglk--header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.iagybh--log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.iagybh--log img {
  max-height: 80px;
}

.zmeafl--p,
.tksmop--second {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: var(--border-radius);
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.zmeafl--p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zmeafl--p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tksmop--second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tksmop--second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.rlpmnb--f{
  position: relative;
}
.rlpmnb--f * {
  z-index: 1;
  position: relative;
}


      .fskpdt--txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #df7d72;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .fskpdt--txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .fskpdt--txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .wplqed--ps {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

    .wplqed--ps a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

    .wplqed--ps a:hover {
      opacity: .7;
    }

    .njrbps--pr {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .rlpmnb--f {
      background: linear-gradient(135deg, #d55648 0%, #962e22 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .rlpmnb--f::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .zcgtxe--bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .isruph--bot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .rzvtfx--bot {
      width: 100%;
    }

    .duezbv--bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .njbcev--foot {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .njbcev--foot:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .inythr--bot {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .fuehtv--bot {
      text-align: center;
      padding-top: 20px;
    }

    .fuehtv--bot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .rlpmnb--f {
        padding: 30px 0 15px;
      }

      .duezbv--bottom {
        gap: 15px;
        flex-direction: column;
      }

      .njbcev--foot {
        font-size: 14px;
        padding: 6px 12px;
      }

      .isruph--bot {
        margin-bottom: 20px;
      }

      .inythr--bot {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .duezbv--bottom {
        gap: 10px;
      }

      .njbcev--foot {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.duezbv--bottom li:empty {
  display: none;
}

.fgtnbr--hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.fgtnbr--hr {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.fgtnbr--hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.wjacpk--main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.vsyhor--hero {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.yackvp--tb{
  overflow-x: auto;
  width: 100%;
}

.fskpdt--txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.fskpdt--txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.fskpdt--txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.fskpdt--txt ul {
  list-style: none;
}

.fskpdt--txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.fskpdt--txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .fskpdt--txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .fskpdt--txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #e49086;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .fskpdt--txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .fskpdt--txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #C0392B;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .fskpdt--txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(192,57,43,0.3);
        overflow: hidden;
      }

      .fskpdt--txt table thead tr {
        border-bottom: 1px solid rgba(192,57,43,0.3);
      }

      .fskpdt--txt table th {
        padding: 25px 35px;
        font-weight: normal;
        font-size: 14px;
        color: #c0392b;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .fskpdt--txt table tbody tr {
        border-bottom: 1px solid rgba(192,57,43,0.1);
        transition: all 0.2s ease;
      }

      .fskpdt--txt table tbody tr:last-child {
        border-bottom: none;
      }

      .fskpdt--txt table tbody tr:hover {
        background-color: rgba(255, 255, 255, 0.05);
      }

      .fskpdt--txt table tbody tr:hover td:first-child {
        color: #c0392b;
      }

      .fskpdt--txt table td {
        padding: 16px 35px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .fskpdt--txt table td:first-child {
        font-weight: normal;
      }
    

.fskpdt--txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.wdkcnj--articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.klizmq--articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .numzob--column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .numzob--column .yqrwsp--cols:first-child {
        order: 2;
      }

      .numzob--column .yqrwsp--cols:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .numzob--column h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .numzob--column h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #c0392b 0%, #df7d72 100%);
        border-radius: 2px;
      }

      .numzob--column figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .numzob--column figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .numzob--column figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .numzob--column {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .numzob--column .yqrwsp--cols:first-child {
          order: 1;
        }

        .numzob--column .yqrwsp--cols:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.rvabjz--tbl {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.rvabjz--tbl p,
.rvabjz--tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rvabjz--tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rvabjz--tbl table td,
.rvabjz--tbl table th {
  border: 0;
}

.rvabjz--tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rvabjz--tbl tr:last-child {
  border-bottom: 0;
}

.rvabjz--tbl h2 {
  margin-top: 0;
}

/*
.ojqpbr--card {
  border: var(--card-border);
  background-color: var(--card-bg-color);
  color: var(--card-text-color);
  box-shadow: var(--card-shadow);
  padding: var(--py);
  border-radius: var(--border-radius);
}
  */

.bkpich--d {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .bkpich--d{
      background: linear-gradient(135deg, #ebebeb 0%, #ffffff 100%);
      border-left: 8px solid var(--primary-btn-bg);
    }
    

.bkpich--d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .wjacpk--main{
    flex-direction: column;
  }

  .vsyhor--hero {
    width: 100%;
  }

  .rvabjz--tbl {
    padding: var(--py);
  }

  .bkpich--d {
    padding: var(--py);
  }
}

.owxqvs--sm{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.owxqvs--sm a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.owxqvs--sm a:hover {
  color: var(--primary-btn-bg);
}
.owxqvs--sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .nhtvsb--frm {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .piuocs--form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .qsdnor--fr {
      padding: 40px 0;
    }

    .qrxtau--form {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .iabmyp--form {
      color: var(--text-color);
      font-size: 16px;
    }

    .iabmyp--form strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .sgfzpm--form {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .gohfni--fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .mlweab--fr {
      display: flex;
      flex-direction: column;
    }

    .admztr--form, .rhfsul--fr {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .admztr--form:focus, .rhfsul--fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .rhfsul--fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .gohfni--fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .gohfni--fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .piuocs--form {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .sgfzpm--form {
        padding: 30px 20px;
      }

      .qsdnor--fr {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .fgtnbr--hr {
            position: relative;
            padding: 120px var(--py) 179px;
            background-color: #1F1F1F;
            overflow: hidden;
        }

        .bwtfed--b {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .kyovtq--hr {
            position: absolute;
            top: 32%;
            left: 35%;
            width: 585px;
            height: 601px;
            background: radial-gradient(circle, rgba(192, 57, 43, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(70px);
        }

        .kyovtq--hr:nth-child(2) {
            top: 40%;
            left: 24%;
            width: 566px;
            height: 572px;
            background: radial-gradient(circle, rgba(142, 68, 173, 0.05) 0%, transparent 70%);
        }

        .wjacpk--main {
            max-width: 826px;
            margin: 0 auto;
        }

        .zwgaks--hr {
            font-size: clamp(53px, 8vw, 89px);
            color: #ffffff;
            margin-bottom: 26px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .skoaqp--hr {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.4;
            max-width: 534px;
            margin: 0 auto 36px;
            line-height: 1.6;
            text-align: center;
        }

        .vsyhor--hero {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .fgtnbr--hr {
                padding: 94px var(--py) 115px;
            }

            .zwgaks--hr {
                font-size: 39px;
            }

            .skoaqp--hr {
                font-size: 16px;
            }
        }
        


        .ejxklp--blocks {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .ojqpbr--card {
            background: #525252;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 3px solid #C0392B;
        }

        .ojqpbr--card:nth-child(even) {
            border-left-color: #8E44AD;
            margin-left: 13px;
        }

        .ojqpbr--card:nth-child(odd) {
            margin-right: 13px;
        }

        .ojqpbr--card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #C0392B05, #8E44AD05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .ojqpbr--card:hover::before {
            opacity: 1;
        }

        .ojqpbr--card:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .ojqpbr--card h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .ojqpbr--card p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .ejxklp--blocks {
                max-width: 100%;
            }

            .ojqpbr--card:nth-child(even),
            .ojqpbr--card:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        