.feed-loop a{
    color: #162337;
} 

.feed-loop .rank-math-breadcrumb{
    margin-bottom: 20px;
}

.feed-loop .feed-title h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.feed-loop .feed-title h2{
    font-size: 16px;
    font-weight: 'normal';
    line-height: 1.25;
}

.feed-loop .loop-card{
    --bs-border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.feed-loop .loop-card-img img{
    object-fit: cover;
}

.feed-loop .loop-card-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.feed-loop .loop-card-resume{
    font-size: 14px;
    font-weight: 'normal';
    color: #333;
    line-height: 1.2;
}

.feed-loop .loop-card-by-line{
    font-size: 12px;
    line-height: 1;
    color: #000;
}

.feed-loop .site-button {
    text-align: center;
}

.feed-loop .site-button .site-bt{
    background-color: var(--bs-black);
    color: var(--bs-white);
    line-height: 50px;
    padding: 0 25px;
}

.feed-loop .site-bt{

}

@media only screen and (min-width : 768px) {

    .feed-loop .loop-card{
        height: 100%;
    }

}

@media only screen and (min-width : 992px) {

    .feed-loop .feed-title h1{
        font-size: 40px;
    }
    
    .feed-loop .feed-title h2{
        font-size: 24px;
    }

}