
.services{
    padding: 30px;
    font-size: 24px;
    font-weight: bold;
    min-height: 280px;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn-new{
    font-size: 28px;
}

.service-active{
    background: #E3B131; 
    color: #fff !important;
}

.card-content p {
   word-break: break-word;
}