.cqe-section{
 padding: 110px 0 0;
}
.cqe-section .cqe-header {
    text-align: center;
}

.cqe-section .cqe-header h2 {
    color: #1A1A1A;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; 
    letter-spacing: 2px;
    margin-bottom: 26px;
}

.cqe-section .cqe-cards-wrapper-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 20px; 
    position: relative;
}

.cqe-section .cqe-card {
    background-color: #fff;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 0 0 calc(33.333% - 50.33px);
    max-width: calc(33.333% - 50.33px);
    box-sizing: border-box;
    position: relative;
}

.cqe-section .cqe-card:hover {
   background: radial-gradient(50% 50% at 50% 100%, #CCCBFF 0%, #FAFAFA 100%);
}

.cqe-section .cqe-card::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10.5px; 
    width: 1px;
    height: 100%; 
    background-color:  rgba(0, 0, 0, 0.20);
    z-index: 1;
}



.cqe-section .cqe-card.cqe-hidden {
    display: none;
}

.cqe-section .cqe-card-icon {
    margin-bottom: 11px;
    height: 40px;
}

.cqe-section .cqe-card-icon img {
    height: 100%;
    width: auto;
}

.cqe-section .cqe-card-content {
    flex-grow: 1;
     margin-bottom: 20px;
}

.cqe-section .cqe-card-content h3 {
   color: #1A1A1A;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 32.2px */
    margin-bottom: 12px;
}

.cqe-section .cqe-card-content p {
    color: #4D4D4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px ; 
    margin-bottom: 0;
}

.cqe-section .cqe-card-link {
    margin-left: auto;
 
}
.cqe-card-link img{
    width: 14px;
    height: 14px;
}


.cqe-section .cqe-card:hover .cqe-card-link img{
    filter: invert(1);
}

.cqe-section .cqe-load-more-wrapper {
    text-align: center;
    margin-top: 40px;
}

.cqe-section .cqe-load-more-btn {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cqe-section .cqe-load-more-btn {
    border-radius: 12px;
    background: #242424;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
}
.cqe-section .cqe-load-more-btn:hover {
    background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
}



/* Responsive Styles */
/* @media (max-width: 1199.98px) { 
    .cqe-section .cqe-card {
  flex: 0 0 calc(43.333% - 50.33px);
  max-width: calc(43.333% - 50.33px);
}
 } */

@media (max-width: 1199.98px) {
.cqe-section .cqe-card:nth-child(2n)::after,
.cqe-section .cqe-card:last-child::after,
.cqe-section .cqe-card:only-child::after {
    display: none;
}
        .cqe-section{
    padding: 80px 0 0;
    }
     .cqe-section .cqe-header h2 {
        font-size: 38px;
         margin-bottom: 26px;
    }
    .cqe-section .cqe-card-content h3 {
        font-size: 22px;
    }
    .cqe-section .cqe-card {
        flex-basis: calc(50% - 10px);
        max-width: calc(50% - 10px);
        border-bottom: none; 
    }

    .cqe-section .cqe-card::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -10.5px;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.20);
        z-index: 1;
    }
    .cqe-section .cqe-header h2 br{display: none}
}

@media (max-width: 767.98px) {
    .cqe-section{
        padding: 60px 0 0;
    }
    .cqe-section .cqe-header h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }
     .cqe-section .cqe-card-content h3 {
        font-size: 20px;
    }
      .cqe-section .cqe-card-content p {
        font-size: 14px !important;
    }
    .cqe-section .cqe-cards-wrapper-parent {
        padding: 0 16px;
    }
    .cqe-section .cqe-card {
        flex-basis: 100%;
        max-width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.20);
        padding: 0 0 20px 0;

    }
    
    .cqe-section .cqe-card::after {
        display: none !important;
    }
    
    .cqe-section .cqe-card:last-child {
        border-bottom: none;
    }
}

  @media (max-width: 1399.98px) { 
.cqe-section .cqe-card:nth-child(3n)::after,
.cqe-section .cqe-card:last-child::after,
.cqe-section .cqe-card:only-child::after {
    display: none;
}
   }
   
