
.ngjs-cta-2{
    padding: 35px 12px;
    background-color: #ffffff;
}
.ngjs-cta-2-container{
    max-width: 850px;
    padding: 35px 12px;
    margin: 0 auto;
    text-align: center;
}
.ngjs-cta-2-container h2{
    color: #090914;
    font-weight: 600;
    font-size: 36px;
    min-height: 30px;
}
.ngjs-cta-2-content{
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 24px;
    border-bottom: 1px solid #E4E4E7;
    margin-top: 9%;
    padding-bottom: 26px;
}
.ngjs-cta-2-item-span{
    color: #090914;
    font-weight: 600;
    font-size: 52px;
    display: block;
    margin-bottom: 9px;
    min-height: 30px;
}
.ngjs-cta-2-item h3{
    color: #52525B;
    font-weight: 500;
    font-size: 16px;
    min-height: 18px;
}
.ngjs-cta-2-item p{
    color: #52525B;
    font-size: 14px;
    min-height: 18px;
}
.ngjs-cta-2-buttons{
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 767px){

    .ngjs-cta-2, .ngjs-cta-2-container{
        padding: 24px 12px;
    }
    .ngjs-cta-2-content{
        grid-template-columns: 1fr;
    }
    .ngjs-cta-2-container h2{
        font-size: 21px;
    }
    .ngjs-cta-2-item-span{
        font-size: 40px;
    }
}
