.ind-card-load.common_mt-120
{
    margin: 120px 0 0 0;
}
.industries_cta_cards_section {
    display: flex;
    gap: 42px 32px;
    justify-content: center;
    margin: 14px 0 40px 0;
    flex-wrap: wrap;
}

.industries_cta_cards_section .cta_card {
    border-radius: 12px;
    background: linear-gradient(316deg, #E1E6FF 1.47%, #FEF4FF 84.25%);
    position: relative;
    overflow: hidden;
    width: 491px;
    padding:28px 26px 32px 28px;
    display: flex;
    flex-direction: column;
    min-height: 248px;
}
.industries_cta_cards_section .cta_card:nth-child(4n + 1),
.industries_cta_cards_section .cta_card:nth-child(4n + 4) {
  background: linear-gradient(316deg, #E1E6FF 1.47%, #FEF4FF 84.25%);
}

.industries_cta_cards_section .cta_card:nth-child(4n + 2),
.industries_cta_cards_section .cta_card:nth-child(4n + 3) {
  background: linear-gradient(128deg, #EBF6FF 57.03%, #85B7FF 112.13%);
}

.industries_cta_cards_section .cta_card h3,
.industries_cta_cards_section .cta_card p,
.industries_cta_cards_section .cta_card .cta_button {
    position: relative;
    z-index: 1;
}

.industries_cta_cards_section .cta_card h3 {
   color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 32.2px */
    margin-bottom: 6px;
}

 .industries_cta_cards_section .card_corner_image {
        position: absolute;
        bottom: -10px;
        right: 0px;
        z-index: 0;
        /* width: 129.735px;
        height: 163.257px; */
        flex-shrink: 0;
        transition: bottom 0.4s ease-in-out;
    }
.industries_cta_cards_section .cta_card:hover .card_corner_image
{
    bottom: 0;
}
.industries_h2 p {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
    margin: 10px auto 0;
}
.industries_cta_cards_section .cta_card p {
    color: #333;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px !important; /* 150% */
    margin-bottom: 20px;
    width: 80%;
}

.industries_cta_cards_section .cta_button {
    display: inline-flex;
    padding: 4px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    background: #242424;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
     text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
}

 .industries_cta_cards_section .cta_button:hover {
      background: linear-gradient(94deg, #544FF8 50%, #2EB6AE 100%);
   }

.hidden {display: none !important}
.load_more_container {text-align: center}
#loadMoreBtn {
    background-color: #242424;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#loadMoreBtn:hover {
    background: linear-gradient(131deg, #544FF8 70.42%, #2EB6AE 102.7%);
}

/* Breakpoints */
@media (max-width: 1199.98px) { 
.ind-card-load.common_mt-120{margin: 80px 0 0 0}
.industries_cta_cards_section {padding: 0 0 0px 0;gap: 20px 0px}
.industries_cta_cards_section .card_corner_image {width: 110px}
/* odd = pink */
.industries_cta_cards_section .cta_card:nth-child(odd) {
background: linear-gradient(316deg, #E1E6FF 1.47%, #FEF4FF 84.25%);
}
/* even = blue */
.industries_cta_cards_section .cta_card:nth-child(even) {background: linear-gradient(129deg, #EBF6FF 40.65%, #85B7FF 101.31%)}
.industries_cta_cards_section .cta_card p {width: 80%}
.industries_cta_cards_section .cta_card {width: 524px}
/* end 1199.98px*/
 }

@media (max-width: 767.98px) { 
   /* end 767.98px*/
.ind-card-load.common_mt-120{margin: 60px 0 0 0}   
.industries_cta_cards_section .cta_card{padding: 20px 23px}
.industries_cta_cards_section {flex-wrap: wrap}
.industries_cta_cards_section .card_corner_image {width: 85px}
.industries_cta_cards_section .cta_card p {font-size: 14px !important;line-height: 24px !important;margin-bottom: 34px}
.industries_cta_cards_section .cta_card h3 {font-size: 20px}
.industries_cta_cards_section .cta_card{width: 98%}
.industries_cta_cards_section .cta_card p {width: 96%}
 }
