.--our-platform-card {
    border: solid 1px #35344b;
    background: rgb(79, 79, 130);
    background: linear-gradient(
        135deg,
        rgba(79, 79, 130, 0.5410539215686274) 0%,
        rgba(10, 10, 21, 0) 70%
    );
    width: 100%;
    border-radius: 20px;
    padding: 10% 8%;
    text-align: start;
    color: #ffffff;

    height: 100%;

    .--card-icon {
        width: 50px;
    }

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

    .card-icon-seemore {
        width: 25px;
    }
}
