.home_blog {
    position: relative;
    width: 100%;
    height: 22rem;
}

.home_blog>.title {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    margin-left: 1.5rem;
    height: 3rem;
    font-size: 1.3rem;
    font-weight: 700;
    width: 28rem;
}

.home_blog>.title>u {
    color: #89f13a;
}

.blg:first-child{
    position: relative;
    margin-left: 1.5rem;
}
.blg:last-child{
    position: relative;
    margin-right: 1.5rem;
}
.blg {
    position: relative;
    float: left;
    width: 11.55rem;
    height: 15rem;
    margin-left: 1.5rem;
}

.copertinaBlog {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.copertinaBlog>p {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    margin-top: 11.5rem;
    margin-left: 0.5rem;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 600;
}

.blog {
    position: relative;
    height: 100%;
    width: 100%;
}

.piedeBlog {
    position: relative;
    background-color: #363c48;
    height: 1.5rem;
}

.piedeBlog>p {
    position: relative;
    font-size: 0.6rem;
    text-transform: capitalize;
    margin: 0;
    color: #c3c4c9;
}

p#author {
    margin-left: 1.7rem;
    margin-top: -1rem;
}

p#authDate {
    margin-left: 7.7rem;
    margin-top: -0.95rem;
}

.piedeBlog>img {
    position: relative;
    margin-left: 0.5rem;
    margin-top: 0.4rem;
}

@media only screen and (max-width: 1037px) and (min-width: 1020px) {
    .blg{
        margin-left: 1.27rem;
    }
}

@media only screen and (max-width: 1019px) and (min-width: 0px) {
    .home_blog{
        display: none;
    }
}