.myprofile-cards-section .card {
    border: none;
}

.myprofile-cards-section {
    margin-top: 0;
}

.myprofile-cards-section.no-biography {
    margin-top: 20px;
}

.myprofile-cards-section .row.row-cols-1 {
    padding: 0 0.5rem;
}

@media (min-width: 768px) {
    .myprofile-cards-section .card {
    background-color: #f9f9f9;
    border-radius: 0;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    padding-left: 1rem;
    padding-right: 1rem;
    }

    .myprofile-cards-section {
        margin-top: 0;
        margin-bottom: 45px;
    }

    .myprofile-cards-section.no-biography {
        margin-top: 45px;
    }

    .myprofile-cards-section .row.row-cols-1 {
        padding: 0;
    }
}

.myprofile-cards-section .card-title .d-flex {
    column-gap: 1rem;
}

.myprofile-cards-section .card-title h2 {
    font-size: 1.125rem;
}
.myprofile-cards-section .card-icon {
    font-size: 1.5rem;
}
.myprofile-cards-section .card-icon.icon-paperscroll:before {
    content: ""
}
@media only screen and (max-width: 767px ) {
    .myprofile-cards-section .row div.col:not(.card-body):not(:first-child) {
        margin-top: 8px;
    }
}
