.top-bar {
    padding: 0px; 
    background: #fff; 
    position: relative;
}

p.info-box-subtitle {
    line-height: 1.2;
}

.footer h6 {
    color: #fff;
}

p.info-box-subtitle-two {
    font-size: 14px!important;
}

@media (max-width: 570px) {
    p.info-box-title {
        color: #3F00FF;
        font-weight: 900;
        font-size: 13px!important;
        line-height: 1.2;
    }

    p.info-box-subtitle {
        color: #FF0000;
        font-size: 24px!important;
        font-weight: 900;
        line-height: 1.2;
    }

    .logo img {
        height: 115px!important;
    }
  }

.main-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-right: 5px;
}

.img-circle{
    width: 100px;
}

.card-header {
    height: 60px;
}

.navigation-box {
    top: .4rem;
    right: .8rem;
    width: 2rem;
    position: absolute;
}
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #007bff;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }

}