
label,
p,
h3 {
    font-family: 'Rawline';
}

h3 {
    margin-top: 50px;
    font-weight: 900;
}


p {
    color: #3B3B45;
    font-family: 'Rawline';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}

.page-service-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 50px;
    margin-left: 0px;
    /* Reduzindo o espaçamento lateral */
}

.page-service-card {
    border-radius: 30px;
    width: 300px;
    height: 170px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 15px
}

.page-service-card img {
    max-height: 50px;
    /* Reduzindo o tamanho do ícone */
}

.title-service {
    font-size: 16px;
    /* Diminuindo o texto */
}

.tittle-{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    
}