.card-body__title {
    display: block;
    width: 400px;
}

.list-item-r {
    display: block;
    margin-bottom: 5px;
}

.card {
    margin-bottom: 20px;
}

.categories-r {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin: 25px 0;
}

@media screen and (max-width: 767px) {
    .categories-r {
        grid-template-columns: 1fr 1fr;
    }
}

.r-element {
    width: 100%;
}

.r-element a { 
    display: block;
}

.r-element a img {
    width: 100%;
    display: block;
}

body, html {
    scroll-behavior: smooth;
}

.icon-blue {
    color:#255293 !important;
}

.icon-green {
    color:#4d7f28 !important;
}

.icon-yellow {
    color:#f7be22 !important; 
}

.logo-page {
    width: 240px
}

@media screen and (max-width: 400px) {
    .logo-page {
        width: 120px
    }
}