.popular-requests svg {
    width: 80px;
    height: 80px;
}

.home-grid .row .col .card {
    height: 100%;
}

.known-issues ul li:first-child {
    padding-top: 0px;
}

.known-issues ul li {
    padding-top: 10px;
}

.faq div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
    padding: 10px;
    margin-top: 20px;
}

.faq div svg {
    height: 50px;
    width: 50px;
    color: red;
}

.faq div span {
    margin-left: 10px;
    font-weight: bold;
}

.popular-requests .row .col .card:hover {
    --bs-card-bg: rgba(143, 129, 191, 1);
    --bs-card-border-color: rgba(143, 129, 191, 0.075);
    --bs-card-color: white;
    --bs-card-cap-bg: rgba(var(--bs-emphasis-color-rgb), 0.5);
    --bs-card-cap-color: white;
    cursor: pointer;
}

.downtimes ul {
    list-style: none;
    padding-left: 0;
}

.downtimes ul li {
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.downtimes ul li:last-child {
    border-bottom: 0;
}

p > span {
    color: var(--bs-gray-600);
}

.profile.announcement svg {
    height: 50px;
    width: 50px;
    color: red;
}

.profile.information svg {
    height: 50px;
    width: 50px;
    color: rgb(62, 124, 204);
}