.CardTextFA04 .margin-top-10 {
    margin-top: 10px;
}

.CardTextFA04 .margin-top-20 {
    margin-top: 20px;
}

.CardTextFA04 .margin-top-30 {
    margin-top: 30px;
}

.CardTextFA04 .margin-top-40 {
    margin-top: 40px;
}

.CardTextFA04 .featurette-heading {
    padding: 30px 0 0 0;
    text-align: center;
}

.CardTextFA04 h1,
.CardTextFA04 h3 {
    text-align: center;
}


.CardTextFA04 .box-part h4,
.CardTextFA04 .box-part .text a {
    margin-top: 10px;
}

.CardTextFA04 .box-part .text a {
    font-size: 16px !important;
}

.CardTextFA04 .row,
.CardTextFA04 .row-fluid {
    margin-bottom: 0px !important;
}

.CardTextFA04 h1,
.CardTextFA04 h2,
.CardTextFA04 h3 {
    margin-bottom: 0px;
}

/* .CardTextFA04 span{
    font-size:15px;
} */
.CardTextFA04 a {
    text-decoration: none;
    color: #0062cc;
    /* border-bottom:2px solid #0062cc; */
}

.CardTextFA04 a:hover {
    opacity: 0.9;
}

.CardTextFA04 .box {
    padding: 60px 0px;
}

.CardTextFA04 .box-part {
    background: #ffffff;
    padding: 5px;
    margin: 20px;
}

.CardTextFA04 .box-part span.ic {
    margin-top: 30px;
    margin-bottom: 10px;
}

.CardTextFA04 .box-part img {
    width: 100%;
}


.CardTextFA04 .box-part.bg {
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    overflow: hidden;
}


.CardTextFA04 .text {
    margin: 20px 0px;
}

.CardTextFA04 .fas,
.CardTextFA04 .fab {
    color: #4183D7;
}



.CardTextFA04 .category-card {
    background-color: #ffffff;
    /* White background for the entire card */
    border-radius: 16px;
    box-shadow: 0 8px 0 #00000010;
    display: flex;
    flex-direction: row;
    /* Adjust height if necessary, or let content define it if images are truly 100% fill */
    height: 180px;
    /* Keeping a fixed height for consistency with the image */
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    margin-bottom: 40px;
    border: 1px solid #666;
}

.CardTextFA04 .category-card:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

.CardTextFA04 .category-text-section {
    flex: 1;
    /* Takes up available space */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.CardTextFA04 .category-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 0;
}

.CardTextFA04 .category-count {
    font-size: 1.2rem;
    font-weight: 400;
    color: #718096;
    margin-top: 10px;
}

.CardTextFA04 .category-arrow {
    font-size: 2rem;
    color: #1a202c;
    align-self: flex-start;
    margin-top: auto;
}

.CardTextFA04 .category-image-section {
    flex: 1;
    /* Takes up available space */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    /* Remove padding to allow image to stretch to edges */
    /* background-color: #a0aec0; */
    /* A grey background as seen in the image for the image section */
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.CardTextFA04 .category-image {
    width: 100%;
    /* Make image fill 100% of its parent's width */
    height: 100%;
    /* Make image fill 100% of its parent's height */
    object-fit: cover;
    /* Cover the area, cropping if necessary, similar to the original image */
    border-top-right-radius: 16px;
    /* Apply border radius to the image itself */
    border-bottom-right-radius: 16px;
    /* Apply border radius to the image itself */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767.98px) {
    .CardTextFA04 .category-card {
        flex-direction: column;
        /* Stack text and image vertically on small screens */
        height: auto;
        /* Allow height to adjust */
    }

    .CardTextFA04 .category-image-section {
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .CardTextFA04 .category-image {
        border-top-right-radius: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}  


  .CardTextFA04 .linkBlock{
    display: contents;
}



@media (max-width: 1000px ){

    
}
