* {
    font-family: 'Mulish', sans-serif;
}

.cursor-pointer {
    cursor: pointer;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}


.heading-fs-48 {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #A52929;
}



/* aiml-banner */
.aiml-banner {
    position: relative;
    /* display: flex; */
    width: 100%;
    overflow: hidden;
}

.aiml-banner .bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aiml-banner .aiml-bg-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;

}

.aiml-banner .aiml-bg-info .banner-info {
    margin-top: 16px;
    font-size: 1.25rem;
}

.aiml-banner .aiml-bg-info .banner-btn {
    margin-top: 32px;
}




/* aiml-sub-sections */
.aiml-sub-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    padding: 84px 30px 300px 30px;
}

.section-card {
    flex: 1;
    min-width: 350px;
    padding: 16px;
    border-radius: 12px;
    box-shadow:
        0px 10px 15px rgba(0, 0, 0, 0.10),
        0px 4px 6px rgba(0, 0, 0, 0.10);
    height: max-content;
    background: #FFFFFF;
    /* border: 1px solid red; */
}

.aiml-sub-sections .section-card .heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #A52929;
    text-transform: capitalize;
    min-height: 80px;
}

.aiml-sub-sections .section-card .desc {
    margin-top: 16px;
    min-height: 92px;
}

.points {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 120px;

}

.points .point {
    display: flex;
    gap: 8px;
}

.points .point .icon {}

.points .point .info {
    text-transform: capitalize;
}

.aiml-sub-sections .section-card .redirect-btn {
    margin-top: 32px;
}
