.title h1 {
    margin-bottom: 13px;
    text-align: center;
    font-size: 30px;
}
.title h2 {
    margin-bottom: 13px;
    text-align: center;
    font-size: 26px;
}
.container .blog-articles {
    padding: 0px 25px 25px 25px;
}
.blog-articles .row {
    background-color: white;
    border: 1px solid #e4e7ed;
}
.blog-articles p:first {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}
.blog-articles img {
    width: 100%;
    height: 100%;
}
.blog-articles p {
    margin-bottom: 3px;
}
.blog-articles a {
    font-size: 18px;
}
.blog-articles .blog-title {
    font-size: 22px;
}
.blog-articles .blog-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 210px;
    position: relative;
}
.blog-articles .blog-img {
    padding: 0px;
}
.blog-articles .blog-text {
    padding: 13px 13px 10px 13px;
}
/* Artículo */
.blog-article img {
    width: 100%;
    height: 100%;
}

/* Banner */
.banner-information {
    margin-bottom: 18px;
}