.ourWebsites a {
    text-decoration: none;
    color: var(--info);
    font-size: 0.75rem;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1rem;
}

p,
div {
    font-size: 0.9rem;
}

.card button p {
    font-size: 1rem !important;
}

p a {
    text-decoration: underline;
    color: var(--secondary);
}

.rightCollapseArrowActive {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

.rightCollapseArrow {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    margin-left: auto;
    width: 0.6rem;

}