.about {
    padding-bottom: 0;
}

.lookalikeH2,
.text-image .subheadline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


@media screen and (max-width:767px) {
    .newx-list {
        padding: 25px 0;
    }
    .text-image img {
        margin-bottom: 10px;
    }
    .lookalikeH1 {
        font-size: 42px;
    }
    .regularbullets>.lookalikeH2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .lookalikeH3 {
        font-size: 18px;
    }
    .msd-headlinedivider {
        margin-bottom: 15px;
    }
    .text-image .subheadline {
        font-size: 14px;
        font-weight: normal;
    }
    /* .cda-arrow-button {
        font-size: 14px;
    } */
    .cda-arrow-button:before {
        width: 25px;
        height: 25px;
        top: 0;
    }
}
@media screen and (max-width:580px) {
    .lookalikeH1 {
        font-size: 32px;
    }
}