.yn-ct-plate {
    margin: 0 0;
}

.yn-ct-plate .yn-ct-plate-title {
    width: 100%;
    text-align: center;
}

.yn-ct-plate .yn-ct-plate-title h1 {
    color: var(--on-surface);
    font-family: "Instrument Sans", sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 62px;
    text-transform: capitalize;
}

.yn-ct-plate .yn-ct-plate-title h2 {
    color: var(--on-surface);
    font-family: "Instrument Sans", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
}

.yn-ct-plate .yn-ct-plate-summary {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 12px;
    
}

.yn-ct-plate .yn-ct-plate-summary-box {
    width: 60%;
    height: 100%;
    text-align: center;
    white-space: pre-line;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.yn-ct-plate .yn-ct-plate-body {
    margin-top: 40px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-uppercase-not {
    text-transform:capitalize !important;
}


.yn-ct-plate-bg-0 {
    background-color: #FAF7EF;
}

.yn-ct-plate-bg-1 {
    background-color: #E9EEFF;
}

.yn-ct-plate-bg-2 {
    background-color: #eff6ff;
}

.yn-ct-plate-bg-3 {
    background-color: #F3F2F0;
}

.yn-ct-plate-bg-4 {
    background-color: #F6F6F7;
}

@media (max-width: 767px) {
    .yn-ct-plate .yn-ct-plate-title {
        margin-bottom: 0.6rem;
    }

    .yn-ct-plate .yn-ct-plate-body {
        margin-top: 0.6rem;
    }

    .yn-ct-plate .yn-ct-plate-title h1 {
        font-size: 41px;
    }

    .yn-ct-plate .yn-ct-plate-title h2 {
        font-size: 31px;
    }

    .yn-ct-plate .yn-ct-plate-summary-box {
        width: 100%;
    }
}

.yn-ct-plate .yn-ct-plate-btn {
    border: 2.4px solid var(--tech-light-blue);
    padding: 18px 30px;
    color: var(--tech-light-blue);
    font-weight: 400;
    font-size: 1.8rem;
}

.yn-ct-plate .yn-ct-plate-btn:hover {
    border: 2.4px solid var(--tech-light-blue);
    background-color: var(--tech-light-blue);
    color: var(--white);
}



.u-line {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 3; */
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.u-line-1 {
    -webkit-line-clamp: 1;
}

.u-line-2 {
    -webkit-line-clamp: 2;
}

.u-line-3 {
    -webkit-line-clamp: 3;
}

.u-line-4 {
    -webkit-line-clamp: 4;
}

.u-line-5 {
    -webkit-line-clamp: 5;
}

.u-line-6 {
    -webkit-line-clamp: 6;
}

.u-line-7 {
    -webkit-line-clamp: 7;
}

.u-line-8 {
    -webkit-line-clamp: 8;
}

.u-line-9 {
    -webkit-line-clamp: 9;
}

.u-line-10 {
    -webkit-line-clamp: 10;
}

.white-space-pre-line{
    white-space: pre-line;
}