#ai-section {
    background-color: #fff;
}

.ai-img {
    max-width: 30%;
}

.read-btn,
.model-btn {
    background: linear-gradient(to bottom, #5a86c5 0%, #29538c 100%);
    border: 0px;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
}

.model-btn {
    display: block;
    margin: auto;
}

.card-sec {
    /* box-shadow: 0px 0px 10px 2px #cac7c7; */
    background: #f5f5f5;
    align-items: center;
}

.content-sec h2:nth-child(1) {
    color: #1e4980;
    font-weight: 500;
    margin-bottom: 10px;
}

.content-sec h2:nth-child(2) {
    color: #1e4980;
    font-weight: 600;
    font-size: 1.5rem;
}

.card-top-content h2 {
    color: #1e4980;
    margin-bottom: 3.5rem;
}

.card-top-content img {
    width: 30%;
}

.cutom-modal-body h5:nth-child(2),
.right-content h5:nth-child(2) {
    color: #1e4980;
}

.cutom-modal-body ul,
.right-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.left-img {
    width: 65%;
}

.dashboard-cards .left-img {
    width: 35%;
}

.dashboard-cards {
    background-color: #f5f5f5;
}

.white-content {
    color: #f5f5f5;
}

.top-border {
    border-top: 1px solid #282e38;
}

.template-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1000px) {

    .content-sec h2,
    .card-top-content h2,
    .cutom-modal-body h2 {
        font-size: 20px;
    }

    .card-top-content h2 {
        margin-bottom: 2rem;
    }

    .content-sec h2:nth-child(2) {
        font-size: 1.1rem;
    }

    .content-sec,
    .content-sec button,
    .cutom-modal-body ul li {
        font-size: 15px;
    }

    .content-sec button {
        padding: 4px 15px;
    }

    .content-sec h2,
    .content-sec p {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 600px) {
    .card-top-content img {
        width: 45%;
    }
}