.differentiators-section {
    text-align: center;
}

.differentiators-section .col-md-6 {
    margin-bottom: 0px !important;
}

.differentiator-card {
    background: linear-gradient(167.51deg, #FFFAF0 -35.66%, #F5F5F5 93.01%);
    padding: 16px;
    border-radius: 16px;
    transition: transform 0.3s ease-in-out;
    text-align: left;
}

.differentiator-card img {
    max-width: 60px;
    margin-bottom: 15px;
}

.read-more {
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.content-container {
    max-width: 800px;
    padding: 20px 0px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    gap: 20px;
    height: max-content;
    overflow: hidden;
}

.content-body {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 10px;
}

.content-image {
    flex-shrink: 0;
}

.content-image img {
    width: 120px;
    height: auto;
    border-radius: 8px;
}

.differentiator-card .text-section p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #5B6369;
    margin-bottom: 0rem !important;
}

.differentiators-section .row .col-md-6:first-child {
    padding-right: 8px;
}

.differentiators-section .row .col-md-6:last-child {
    padding-left: 8px;
}

.differentiators-section .read-more-link {
    font-family: Rubik;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.23px;
    color: #007ECF;
}

@media only screen and (max-width:768px) {
    .content-container {
        max-width: 800px;
        margin: 0px 0px 0px 0px;
        padding: 12px 4px 0px 4px;
        border-radius: 12px;
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 400px;
        overflow: hidden;
        max-height: 385px;
        overflow-y: scroll;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .content-image img {
        width: auto;
        height: auto;
        border-radius: 8px;
    }

    .content-body {
        max-height: unset;
        overflow-y: unset;
        padding-right: unset;
    }

    .p-3.hthree.background-color-lighter-grey {
        border-top-left-radius: 24px !important;
        border-top-right-radius: 24px !important;
        margin-bottom: 0px !important;
    }

    .modal-page-content.modal-content {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    .differentiators-section .col-md-6 {
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width:768px) {
    .differentiator-card {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .differentiator-card .img-section {
        align-content: center;
    }

    .truncate-text-3lines {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .differentiators-section .row.mt-4 {
        margin-top: 12px !important;
    }
}

@media only screen and (device-width:1280px) and (device-height:720px) {
    .modal-page-content.modal-content {
        max-height: 400px;
    }

    .content-body {
        max-height: 290px;
    }
}