.dp-categories{
    margin: 80px 0;
}

.dp-categories__title{
    font-size: 32px;
    color: #1B1B1D;
    text-align: center;
    font-weight: 600;
    margin: 0px;
   
}

.dp-categories__desc{
    font-size: 16px;
    color: #1B1B1D;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 430px;
    text-align: center;
    font-weight: 400;
}

.dp-categories__buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dp-categories__btn{
    border-radius: 140px;
}


@media (max-width: 991px){
    .dp-categories__title{
        font-size: 24px;
    }

    .dp-categories__desc{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .dp-categories__title{
        text-align: center;
        width: 100%;
    }

    .dp-categories__desc{
        text-align: center;
        width: 100%;
    }

   
}

