
.post-content{
    padding-right: 2.58rem;
}

.post-content h1{
    font-size: 4rem;
    font-weight: bold;
    color: var(--dark-blue);
    border-bottom: 2px solid var(--orange);
    padding-bottom: 12px;
}
.info-date-comments{
    font-size: 16px;
    color: var(--black);
    font-weight: bold;
}

.color-orange {
    color: var(--orange);
}

.banner-post{
    object-fit:cover;
    width:100%;
    height:415px;
}

.text-post{
    font-size: 18px;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
}

@media screen and (max-width:768px) {
    .post-content{
        padding-right: 0;
    }

    .banner-post{
        height: 305px;
    }
}