/*!
Theme Name: s73mv4
Theme URI: #
Version: 1.2.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: s73mv4
*/

:root {
  --text-color: #343A40;
  --heading-color: #FFC107;
  --primary-btn-bg: #007BFF;
  --secondary-btn-bg: #6C757D;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F8F9FA;
  --header-text-color: #FFC107;
  --header-border: 1px solid #007BFF;

  --footer-bg-color: #495057;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #FFC107;
  --table-text-color: #333333;

  --body-bg-color: #F8F9FA;
  --card-bg-color: #ffffff;
  --card-text-color: #343A40;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 69%;
  --banner-padding: 194.4px;
  --banner-border: 1px solid #007BFF;
  --banner-bg-color: #F8F9FA;
  --banner-text-color: #000000;

  --container-max-width: 1587px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 19px;
  --py-2: 58px;
  --py-3: 59px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 165px;
  --menu-margin: 0;

  --animation-duration: 428ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.ukdzmogbrc {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .rncwudkhjheader {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .csvyaljuxtop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .mnwehkrdch {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .fdzowjinehead {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .fdzowjinehead:hover {
        color: var(--primary-btn-bg);
      }


      .nbimlrgpaheader {
        display: flex;
        gap: 10px;
      }

      .grdpzkijlh {
        display: none;
      }
    

@media (max-width: 1024px) {
  .mnwehkrdch {
    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;
  }

  .fdzowjinehead {
    padding: 10px 0;
    display: block;
  }

  .mnwehkrdch.active {
    opacity: 1;
    visibility: visible;
  }

  .grdpzkijlh {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .grdpzkijlh span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .grdpzkijlh.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .grdpzkijlh.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.qjactlbevlog {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.qjactlbevlog img {
  max-height: 80px;
}

.lgbpjmftyfirst,
.zfojlbhtwsec {
  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;
}

.lgbpjmftyfirst {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.lgbpjmftyfirst:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.zfojlbhtwsec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.zfojlbhtwsec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.lfmireujwbottom{
  position: relative;
}
.lfmireujwbottom * {
  z-index: 1;
  position: relative;
}


      .tscyivgrbtext > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #66b0ff;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .tscyivgrbtext > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .tscyivgrbtext > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .vqdmitxlblks {
      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);
    }

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

    .vqdmitxlblks a:hover {
      opacity: .7;
    }

    .rzygksqujpartners {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .lfmireujwbottom {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .houefnmtqf {
      max-width: 1280px;
      margin: 0 auto;
    }

    .ecgapwqnibot {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .meqhaknswbottom {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .meqhaknswbottom:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .kjnlhmrdffooter {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .trnqkwbcsfooter {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .ecgapwqnibot {
        gap: 16px;
      }
    }
    


        .lfmireujwbottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background: repeating-linear-gradient( -45deg, #000000, #000000 13px, #5f6972 13px, #5f6972 65px );
            
        }
        

.ecgapwqnibot li:empty {
  display: none;
}

.cypbuadhmban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.cypbuadhmban {
  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;
}

.cypbuadhmban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.pduogtrzxban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.gpsecfvramain {
  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;
}

.ioesmnykxtb{
  overflow-x: auto;
  width: 100%;
}

.tscyivgrbtext {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.tscyivgrbtext p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.tscyivgrbtext ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.tscyivgrbtext ul {
  list-style: none;
}

.tscyivgrbtext ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.tscyivgrbtext ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .tscyivgrbtext ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .tscyivgrbtext ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .tscyivgrbtext ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #007bff 0%, #4da3ff 100%);
      color: white;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    


      .aioseo-breadcrumbs {
        margin: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #007BFF;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .tscyivgrbtext 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 #d9d9d9;
        overflow: hidden;
      }

      .tscyivgrbtext table thead {
        background-color: #fafafa;
      }

      .tscyivgrbtext table thead tr {
        border-bottom: 1px solid #d9d9d9;
      }

      .tscyivgrbtext table th {
        padding: 25px 33px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .tscyivgrbtext table tbody tr {
        border-bottom: 1px solid #d9d9d9;
        transition: background-color 0.2s ease;
      }

      .tscyivgrbtext table tbody tr:last-child {
        border-bottom: none;
      }

      .tscyivgrbtext table tbody tr:hover {
        background-color: #fcfcfc;
      }

      .tscyivgrbtext table td {
        padding: 20px 33px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .tscyivgrbtext table td:first-child {
        font-weight: 500;
      }
    

.tscyivgrbtext img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.gxukzafmhitem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.wymqtpveipost {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .ihjlaqmtvcols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .ihjlaqmtvcols::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #80bdff 50%, transparent 100%);
        z-index: 1;
      }

      .ihjlaqmtvcols .mrvdstgwhcols:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .ihjlaqmtvcols .mrvdstgwhcols:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .ihjlaqmtvcols figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .ihjlaqmtvcols figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #007bff20 0%, #80bdff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .ihjlaqmtvcols figure:hover::before {
        opacity: 1;
      }

      .ihjlaqmtvcols figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .ihjlaqmtvcols h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .ihjlaqmtvcols h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #007bff;
        border-radius: 1px;
      }

      .ihjlaqmtvcols p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .ihjlaqmtvcols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .ihjlaqmtvcols::before {
          display: none;
        }

        .ihjlaqmtvcols .mrvdstgwhcols:first-child {
          order: 1;
        }

        .ihjlaqmtvcols .mrvdstgwhcols:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.xqzfcsrpntable {
  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%;
}

.xqzfcsrpntable p,
.xqzfcsrpntable h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.xqzfcsrpntable table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.xqzfcsrpntable table td,
.xqzfcsrpntable table th {
  border: 0;
}

.xqzfcsrpntable table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.xqzfcsrpntable tr:last-child {
  border-bottom: 0;
}

.xqzfcsrpntable h2 {
  margin-top: 0;
}

/*
.ailqrefcorow {
  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);
}
  */

.iovdjylstd {
  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);
}


    .iovdjylstd{
      background: linear-gradient(135deg, #007bff 0%, #0051ff 50%, #2f00ff 100%);
      padding: 52px;
    }
    

.iovdjylstd h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .pduogtrzxban{
    flex-direction: column;
  }

  .gpsecfvramain {
    width: 100%;
  }

  .xqzfcsrpntable {
    padding: var(--py);
  }

  .iovdjylstd {
    padding: var(--py);
  }
}

.yfivhzouemap{
  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);
}
.yfivhzouemap 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;
}
.yfivhzouemap a:hover {
  color: var(--primary-btn-bg);
}
.yfivhzouemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .tfiyrknmufr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .bsudpnghcform {
      display: flex;
      flex-direction: column;
    }

    .dgsxvelhfform, .alzfbpgjyfrm {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .dgsxvelhfform:focus, .alzfbpgjyfrm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .alzfbpgjyfrm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .tfiyrknmufr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .tfiyrknmufr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .tfiyrknmufr {
        max-width: 100%;
        gap: 15px;
      }

      .dgsxvelhfform, .alzfbpgjyfrm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@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)
  }
}


        .cypbuadhmban {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #007BFF15, #6C757D15);
            min-height: 508px;
            display: flex;
            align-items: center;
        }

        .mnvaexdkoban {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .yfogucrwnmain {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .yfogucrwnmain:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 24px;
            height: 11px;
            background: #007BFF;
            border-radius: 1px;
            transform: rotate(24deg);
            animation-delay: 0s;
        }

        .yfogucrwnmain:nth-child(2) {
            bottom: 45%;
            left: 27%;
            width: 23px;
            height: 29px;
            background: #6C757D;
            border-radius: 2px;
            animation-delay: 2s;
        }

        .yfogucrwnmain:nth-child(3) {
            top: 46%;
            left: 32%;
            width: 24px;
            height: 13px;
            background: #FFC107;
            border-radius: 3px;
            transform: rotate(22deg);
            animation-delay: 4s;
        }

        .keldjbvupb {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1066px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .ocnahkzlphero {
            font-size: clamp(2rem, 8vw, 3rem);
            font-weight: bold;
            background: linear-gradient(45deg, #007BFF, #6C757D);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 3rem;
        }

        .dlkxanpgjhero {
            font-size: 18px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-17px); }
        }

        @media (max-width: 1024px) {
            .ocnahkzlphero {
                font-size: 28px;
            }
        }
        


        .swrybcauhcards {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .ailqrefcorow {
            background: #ffffff;
            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: 6px solid #007BFF;
        }

        .ailqrefcorow:nth-child(even) {
            border-left-color: #6C757D;
            margin-left: 48px;
        }

        .ailqrefcorow:nth-child(odd) {
            margin-right: 48px;
        }

        .ailqrefcorow::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #007BFF05, #6C757D05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .ailqrefcorow:hover::before {
            opacity: 1;
        }

        .ailqrefcorow:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .ailqrefcorow h3 {
            color: #343A40;
            position: relative;
            z-index: 1;
        }

        .ailqrefcorow p {
            color: #343A40;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .swrybcauhcards {
                max-width: 100%;
            }

            .ailqrefcorow:nth-child(even),
            .ailqrefcorow:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        