.circle-img {
    border-radius: 50%;
    width: 245px;
    height: 245px;
    object-fit: cover;
}

.after-circle-img {
    content: '';
    position: absolute;
    top: 82%;
    left: 50%;
    margin-top: -4px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
}

.global-wrapper p {
    width: 100%;
}
.nav-item span {
    text-decoration: underline;
}
.nav-item.active span,
.nav-item:hover span{
    text-decoration: none;
}

@media (max-width: 991px) {
    .d-flex {
        flex-wrap: wrap!important;
    }
}