﻿.rounded-default {
    border-radius: .8rem;
}

.rounded-img-default {
    border-radius: .8rem;
}


.rounded-4 {
    border-radius: .4rem;
}

.rounded-5 {
    border-radius: .5rem;
}

.rounded-6 {
    border-radius: .6rem;
}

.rounded-7 {
    border-radius: .7rem;
}

.rounded-8 {
    border-radius: .8rem;
}
